public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested.
@ 2018-10-23 15:10 sergiodj+buildbot
  2018-10-23 15:12 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
                   ` (14 more replies)
  0 siblings, 15 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-10-23 15:10 UTC (permalink / raw)
  To: gdb-testers

*** TEST RESULTS FOR COMMIT f19c7ff839d7a32ebb48482ae7d318fb46ca823d ***

Author: John Darrington <john@darrington.wattle.id.au>
Branch: master
Commit: f19c7ff839d7a32ebb48482ae7d318fb46ca823d

GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested.

When invoking gdbserver, if the COMM parameter takes the form "unix::/path/name"
then a local (unix) domain socket will be created with that name and gdbserver
will listen for connections on that.

    gdb/
    * NEWS: Mention new feature.

    gdb/gdbserver/
    * configure.ac (AC_CHECK_HEADERS): Add sys/un.h.
    * configure: Regenerate.
    * remote-utils.c (remote_prepare): Create a local socket if requested.
     (remote_open):  Don't attempt to open a file if it's a socket.
     (handle_accept_event): Display the name of the socket on connection.

   gdb/common/
   * netstuff.c (parse_connection_spec)[prefixes]: New member for local domain sockets.


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

* Failures on RHEL-s390x-m64, branch master
  2018-10-23 15:10 [binutils-gdb] GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested sergiodj+buildbot
@ 2018-10-23 15:12 ` sergiodj+buildbot
  2018-10-23 19:11 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-10-23 15:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	f19c7ff839d7a32ebb48482ae7d318fb46ca823d

Author(s) (in the same order as the commits):
	John Darrington <john@darrington.wattle.id.au>

Subject:
	GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/f1/f19c7ff839d7a32ebb48482ae7d318fb46ca823d/>





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

* Failures on Fedora-x86_64-cc-with-index, branch master
  2018-10-23 15:10 [binutils-gdb] GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested sergiodj+buildbot
  2018-10-23 15:12 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
@ 2018-10-23 19:11 ` sergiodj+buildbot
  2018-10-23 20:06 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-10-23 19:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	f19c7ff839d7a32ebb48482ae7d318fb46ca823d

Author(s) (in the same order as the commits):
	John Darrington <john@darrington.wattle.id.au>

Subject:
	GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested.

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

*** Diff to previous build ***
============================
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 -> FAIL: gdb.mi/mi-file-transfer.exp: put binary file
PASS -> FAIL: gdb.server/abspath.exp: continue to main
new FAIL: gdb.server/abspath.exp: setting breakpoint at main
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/connect-stopped-target.exp: non-stop=on: connect and print pc
PASS -> FAIL: gdb.server/connect-stopped-target.exp: non-stop=on: print pc again
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 -> 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-attach.exp: monitor exit
PASS -> FAIL: gdb.server/ext-attach.exp: set remote exec-file
PASS -> FAIL: gdb.server/ext-restart.exp: monitor exit
PASS -> FAIL: gdb.server/ext-restart.exp: set remote exec-file
PASS -> FAIL: gdb.server/ext-run.exp: set remote exec-file
PASS -> FAIL: gdb.server/ext-wrapper.exp: monitor exit
PASS -> FAIL: gdb.server/ext-wrapper.exp: set remote exec-file
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/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
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: first: connect
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: connect
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: disconnect
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
PASS -> FAIL: gdb.server/server-connect.exp: tcp4: connect to gdbserver using tcp4:127.0.0.1
PASS -> FAIL: gdb.server/server-connect.exp: tcp6-with-brackets: connect to gdbserver using tcp6:[::1]
PASS -> FAIL: gdb.server/server-connect.exp: tcp6: connect to gdbserver using tcp6:::1
PASS -> FAIL: gdb.server/server-connect.exp: tcp: connect to gdbserver using tcp:localhost
PASS -> FAIL: gdb.server/server-exec-info.exp: info files
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
PASS -> FAIL: gdb.server/server-run.exp: continue to main
PASS -> UNRESOLVED: gdb.server/server-run.exp: loaded dynamic linker
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
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 1: continue
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 1: p libvar
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 1: target remote
PASS -> FAIL: gdb.server/stop-reply-no-thread.exp: connect
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/Fedora-x86_64-cc-with-index/xfails/master/xfail?id=4b1c024f>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-cc-with-index/xfails/master/xfail.table?id=4b1c024f>




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-23 15:10 [binutils-gdb] GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested sergiodj+buildbot
  2018-10-23 15:12 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
  2018-10-23 19:11 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
@ 2018-10-23 20:06 ` sergiodj+buildbot
  2018-10-23 20:06 ` Failures on Fedora-x86_64-m64, branch master sergiodj+buildbot
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-10-23 20:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-w64-mingw32/builds/3022>

Commit(s) tested:
	f19c7ff839d7a32ebb48482ae7d318fb46ca823d

Author(s) (in the same order as the commits):
	John Darrington <john@darrington.wattle.id.au>

Subject:
	GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-w64-mingw32/f1/f19c7ff839d7a32ebb48482ae7d318fb46ca823d/>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

  CXX    amd64-obsd-tdep.o
  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.o
  CXX    amd64-windows-tdep.o
  CXX    annotate.o
  CXX    arc-tdep.o
  CXX    arch-utils.o
  CXX    arch/aarch64-insn.o
  CXX    arch/aarch64.o
  CXX    arch/amd64.o
  CXX    arch/arm-get-next-pcs.o
  CXX    arch/arm-linux.o
  CXX    arch/arm.o
  CXX    arch/i386.o
  CXX    arch/ppc-linux-common.o
  CXX    arm-bsd-tdep.o
  CXX    arm-fbsd-tdep.o
  CXX    arm-linux-tdep.o
  CXX    arm-nbsd-tdep.o
  CXX    arm-obsd-tdep.o
  CXX    arm-symbian-tdep.o
  CXX    arm-tdep.o
  CXX    arm-wince-tdep.o
  CXX    auto-load.o
  CXX    auxv.o
  CXX    avr-tdep.o
  CXX    ax-gdb.o
  CXX    ax-general.o
  CXX    bcache.o
  CXX    bfd-target.o
  CXX    bfin-linux-tdep.o
  CXX    bfin-tdep.o
  CXX    block.o
  CXX    blockframe.o
  CXX    break-catch-sig.o
  CXX    break-catch-syscall.o
  CXX    break-catch-throw.o
  CXX    breakpoint.o
  CXX    bsd-uthread.o
  CXX    btrace.o
  CXX    build-id.o
  CXX    buildsym-legacy.o
  CXX    buildsym.o
  CXX    c-exp.o
  CXX    c-lang.o
  CXX    c-typeprint.o
  CXX    c-valprint.o
  CXX    c-varobj.o
  CXX    charset.o
  CXX    cli-out.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
  CXX    cli/cli-interp.o
  CXX    cli/cli-logging.o
  CXX    cli/cli-script.o
  CXX    cli/cli-setshow.o
  CXX    cli/cli-utils.o
  CXX    coff-pe-read.o
  CXX    coffread.o
  CXX    common/agent.o
  CXX    common/btrace-common.o
  CXX    common/buffer.o
  CXX    common/cleanups.o
  CXX    common/common-debug.o
  CXX    common/common-exceptions.o
  CXX    common/common-regcache.o
  CXX    common/common-utils.o
  CXX    common/environ.o
  CXX    common/errors.o
  CXX    common/fileio.o
  CXX    common/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
  CXX    common/run-time-clock.o
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
make[2]: *** [Makefile:1618: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




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

* Failures on Fedora-x86_64-m64, branch master
  2018-10-23 15:10 [binutils-gdb] GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested sergiodj+buildbot
                   ` (2 preceding siblings ...)
  2018-10-23 20:06 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
@ 2018-10-23 20:06 ` sergiodj+buildbot
  2018-10-23 20:23 ` Failures on Fedora-s390x-m64, " sergiodj+buildbot
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-10-23 20:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	f19c7ff839d7a32ebb48482ae7d318fb46ca823d

Author(s) (in the same order as the commits):
	John Darrington <john@darrington.wattle.id.au>

Subject:
	GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested.

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

*** Diff to previous build ***
============================
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 -> FAIL: gdb.mi/mi-file-transfer.exp: put binary file
new FAIL: gdb.server/abspath.exp: setting breakpoint at main
PASS -> FAIL: gdb.server/connect-stopped-target.exp: non-stop=on: connect and print pc
PASS -> FAIL: gdb.server/connect-stopped-target.exp: non-stop=on: print pc again
PASS -> FAIL: gdb.server/connect-with-no-symbol-file.exp: sysroot=: action=delete: connection to GDBserver succeeded
PASS -> FAIL: gdb.server/connect-with-no-symbol-file.exp: sysroot=target:: action=delete: connection to GDBserver succeeded
PASS -> FAIL: gdb.server/connect-without-multi-process.exp: multiprocess=off: target remote
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-restart.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
PASS -> FAIL: gdb.server/ext-wrapper.exp: monitor exit
PASS -> FAIL: gdb.server/ext-wrapper.exp: set remote exec-file
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
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: first: connect
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: connect
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: disconnect
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
PASS -> FAIL: gdb.server/server-connect.exp: tcp4: connect to gdbserver using tcp4:127.0.0.1
PASS -> FAIL: gdb.server/server-connect.exp: tcp6-with-brackets: connect to gdbserver using tcp6:[::1]
PASS -> FAIL: gdb.server/server-connect.exp: tcp6: connect to gdbserver using tcp6:::1
PASS -> FAIL: gdb.server/server-connect.exp: tcp: connect to gdbserver using tcp:localhost
PASS -> FAIL: gdb.server/server-exec-info.exp: info files
new FAIL: gdb.server/server-kill.exp: setting breakpoint at server-kill.c:29
PASS -> FAIL: gdb.server/server-kill.exp: tstatus
PASS -> FAIL: gdb.server/server-run.exp: continue to main
PASS -> UNRESOLVED: gdb.server/server-run.exp: loaded dynamic linker
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
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 1: continue
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 1: p libvar
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 1: target remote
PASS -> FAIL: gdb.server/stop-reply-no-thread.exp: connect
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/Fedora-x86_64-m64/xfails/master/xfail?id=cf3ef965>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-m64/xfails/master/xfail.table?id=cf3ef965>




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

* Failures on Fedora-s390x-m64, branch master
  2018-10-23 15:10 [binutils-gdb] GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested sergiodj+buildbot
                   ` (3 preceding siblings ...)
  2018-10-23 20:06 ` Failures on Fedora-x86_64-m64, branch master sergiodj+buildbot
@ 2018-10-23 20:23 ` sergiodj+buildbot
  2018-10-23 21:59 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-10-23 20:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	marist-fedora-s390x

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

Commit(s) tested:
	f19c7ff839d7a32ebb48482ae7d318fb46ca823d

Author(s) (in the same order as the commits):
	John Darrington <john@darrington.wattle.id.au>

Subject:
	GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested.

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

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/signals-state-child.exp: signals states are identical
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 -> FAIL: gdb.mi/mi-file-transfer.exp: put binary file
PASS -> FAIL: gdb.server/abspath.exp: continue to main
new FAIL: gdb.server/abspath.exp: setting breakpoint at main
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/connect-stopped-target.exp: non-stop=on: connect and print pc
PASS -> FAIL: gdb.server/connect-stopped-target.exp: non-stop=on: print pc again
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 -> 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-attach.exp: monitor exit
PASS -> FAIL: gdb.server/ext-attach.exp: set remote exec-file
PASS -> FAIL: gdb.server/ext-restart.exp: monitor exit
PASS -> FAIL: gdb.server/ext-restart.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
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 -> 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/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
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: first: connect
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: connect
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: disconnect
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
PASS -> FAIL: gdb.server/server-connect.exp: tcp4: connect to gdbserver using tcp4:127.0.0.1
PASS -> FAIL: gdb.server/server-connect.exp: tcp6-with-brackets: connect to gdbserver using tcp6:[::1]
PASS -> FAIL: gdb.server/server-connect.exp: tcp6: connect to gdbserver using tcp6:::1
PASS -> FAIL: gdb.server/server-connect.exp: tcp: connect to gdbserver using tcp:localhost
PASS -> FAIL: gdb.server/server-exec-info.exp: info files
new FAIL: gdb.server/server-kill.exp: setting breakpoint at server-kill.c:29
PASS -> FAIL: gdb.server/server-kill.exp: tstatus
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
PASS -> FAIL: gdb.server/server-run.exp: continue to main
PASS -> UNRESOLVED: gdb.server/server-run.exp: loaded dynamic linker
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
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 1: continue
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 1: p libvar
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 1: target remote
PASS -> FAIL: gdb.server/stop-reply-no-thread.exp: connect
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 -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-s390x-m64/xfails/master/xfail?id=bda5971e>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-s390x-m64/xfails/master/xfail.table?id=bda5971e>




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

* Failures on Debian-s390x-native-extended-gdbserver-m64, branch master
  2018-10-23 15:10 [binutils-gdb] GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested sergiodj+buildbot
                   ` (4 preceding siblings ...)
  2018-10-23 20:23 ` Failures on Fedora-s390x-m64, " sergiodj+buildbot
@ 2018-10-23 21:59 ` sergiodj+buildbot
  2018-10-23 22:43 ` Failures on Debian-s390x-m64, " sergiodj+buildbot
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-10-23 21:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-extended-gdbserver-m64/builds/6942>

Commit(s) tested:
	f19c7ff839d7a32ebb48482ae7d318fb46ca823d

Author(s) (in the same order as the commits):
	John Darrington <john@darrington.wattle.id.au>

Subject:
	GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/f1/f19c7ff839d7a32ebb48482ae7d318fb46ca823d/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/reread-readsym.exp: source reread-readsym.gdb 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/Debian-s390x-native-extended-gdbserver-m64/xfails/master/xfail?id=8fc6a91c>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Debian-s390x-native-extended-gdbserver-m64/xfails/master/xfail.table?id=8fc6a91c>




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

* Failures on Debian-s390x-m64, branch master
  2018-10-23 15:10 [binutils-gdb] GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested sergiodj+buildbot
                   ` (5 preceding siblings ...)
  2018-10-23 21:59 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2018-10-23 22:43 ` sergiodj+buildbot
  2018-10-24  2:20 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-10-23 22:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

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

Commit(s) tested:
	f19c7ff839d7a32ebb48482ae7d318fb46ca823d

Author(s) (in the same order as the commits):
	John Darrington <john@darrington.wattle.id.au>

Subject:
	GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-m64/f1/f19c7ff839d7a32ebb48482ae7d318fb46ca823d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Debian-s390x-m64/xfails/master/xfail?id=f595a40c>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Debian-s390x-m64/xfails/master/xfail.table?id=f595a40c>




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

* Failures on Fedora-x86_64-native-gdbserver-m64, branch master
  2018-10-23 15:10 [binutils-gdb] GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested sergiodj+buildbot
                   ` (6 preceding siblings ...)
  2018-10-23 22:43 ` Failures on Debian-s390x-m64, " sergiodj+buildbot
@ 2018-10-24  2:20 ` sergiodj+buildbot
  2018-10-24  2:45 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-10-24  2:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

Commit(s) tested:
	f19c7ff839d7a32ebb48482ae7d318fb46ca823d

Author(s) (in the same order as the commits):
	John Darrington <john@darrington.wattle.id.au>

Subject:
	GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested.

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

*** Diff to previous build ***
============================
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/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/arrayidx.exp: set print array-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 input.u2 :=
PASS -> FAIL: gdb.ada/bp_fun_addr.exp: run until breakpoint at a'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
new FAIL: gdb.ada/catch_assert_if.exp: cannot run to main, testcase aborted
PASS -> FAIL: gdb.ada/char_enum.exp: print Char_Enum_Type'
PASS -> FAIL: gdb.ada/cond_lang.exp: continue
PASS -> FAIL: gdb.ada/cond_lang.exp: show lang
PASS -> FAIL: gdb.ada/dyn_arrayidx.exp: maintenance set ada ignore-descriptive-types
PASS -> FAIL: gdb.ada/dyn_arrayidx.exp: ptype array_type
new FAIL: gdb.ada/excep_handle.exp: cannot run to main, testcase aborted
PASS -> FAIL: gdb.ada/expr_with_funcall.exp: print 3 * something
PASS -> FAIL: gdb.ada/expr_with_funcall.exp: print something * 3
PASS -> FAIL: gdb.ada/exprs.exp: Long_Long_Integer ** Y
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/funcall_char.exp: print f
new FAIL: gdb.ada/info_exc.exp: cannot run to main, testcase aborted
PASS -> FAIL: gdb.ada/lang_switch.exp: backtrace
PASS -> FAIL: gdb.ada/lang_switch.exp: backtrace with lang set to C
PASS -> FAIL: gdb.ada/lang_switch.exp: set print frame-arguments all
new FAIL: gdb.ada/mi_ex_cond.exp: cannot run to main, testcase aborted
PASS -> FAIL: 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: run to bar.adb:23
PASS -> FAIL: gdb.ada/mi_var_union.exp: Create var1 varobj
PASS -> FAIL: 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/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/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/pckd_arr_ren.exp: print var
PASS -> FAIL: gdb.ada/pckd_neg.exp: print SSA
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/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/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
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/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_small_object.data'first
PASS -> FAIL: gdb.arch/amd64-byte.exp: check contents of %ah
PASS -> FAIL: gdb.arch/amd64-byte.exp: check contents of %al
PASS -> FAIL: gdb.arch/amd64-byte.exp: check contents of %bh
PASS -> FAIL: gdb.arch/amd64-byte.exp: check contents of %bl
PASS -> FAIL: gdb.arch/amd64-byte.exp: check contents of %ch
PASS -> FAIL: gdb.arch/amd64-byte.exp: check contents of %cl
PASS -> FAIL: gdb.arch/amd64-byte.exp: check contents of %dh
PASS -> FAIL: gdb.arch/amd64-byte.exp: check contents of %dil
PASS -> FAIL: gdb.arch/amd64-byte.exp: check contents of %dl
PASS -> FAIL: gdb.arch/amd64-byte.exp: check contents of %r10l
PASS -> FAIL: gdb.arch/amd64-byte.exp: check contents of %r11l
PASS -> FAIL: gdb.arch/amd64-byte.exp: check contents of %r12l
PASS -> FAIL: gdb.arch/amd64-byte.exp: check contents of %r13l
PASS -> FAIL: gdb.arch/amd64-byte.exp: check contents of %r14l
PASS -> FAIL: gdb.arch/amd64-byte.exp: check contents of %r15l
PASS -> FAIL: gdb.arch/amd64-byte.exp: check contents of %r8l
PASS -> FAIL: gdb.arch/amd64-byte.exp: check contents of %r9l
PASS -> FAIL: gdb.arch/amd64-byte.exp: check contents of %sil
PASS -> FAIL: gdb.arch/amd64-byte.exp: continue to breakpoint: continue to first breakpoint in main
PASS -> FAIL: gdb.arch/amd64-byte.exp: continue to breakpoint: continue to forth breakpoint in main
PASS -> FAIL: gdb.arch/amd64-byte.exp: continue to breakpoint: continue to second breakpoint in main
PASS -> FAIL: gdb.arch/amd64-byte.exp: continue to breakpoint: continue to third breakpoint in main
new FAIL: gdb.arch/amd64-disp-step-avx.exp: can't run to main
new FAIL: gdb.arch/amd64-init-x87-values.exp: check_setting_mxcsr_before_enable: can't run to main
new FAIL: gdb.arch/amd64-init-x87-values.exp: check_setting_x87_regs_before_enable: can't run to main
new FAIL: gdb.arch/amd64-init-x87-values.exp: check_x87_regs_around_init: can't run to main
new FAIL: gdb.arch/amd64-stap-special-operands.exp: run to probe three_arg
new FAIL: gdb.arch/amd64-stap-special-operands.exp: run to probe triplet
PASS -> FAIL: gdb.arch/amd64-stap-wrong-subexp.exp: print probe bar arg0
PASS -> FAIL: gdb.arch/amd64-stap-wrong-subexp.exp: print probe bar arg1
PASS -> FAIL: gdb.arch/amd64-stap-wrong-subexp.exp: print probe foo arg0
new FAIL: gdb.arch/amd64-stap-wrong-subexp.exp: run to probe bar
new FAIL: gdb.arch/amd64-stap-wrong-subexp.exp: run to probe foo
PASS -> FAIL: gdb.arch/amd64-word.exp: check contents of %ax
PASS -> FAIL: gdb.arch/amd64-word.exp: check contents of %bx
PASS -> FAIL: gdb.arch/amd64-word.exp: check contents of %cx
PASS -> FAIL: gdb.arch/amd64-word.exp: check contents of %di
PASS -> FAIL: gdb.arch/amd64-word.exp: check contents of %dx
PASS -> FAIL: gdb.arch/amd64-word.exp: check contents of %r10w
PASS -> FAIL: gdb.arch/amd64-word.exp: check contents of %r11w
PASS -> FAIL: gdb.arch/amd64-word.exp: check contents of %r12w
PASS -> FAIL: gdb.arch/amd64-word.exp: check contents of %r13w
PASS -> FAIL: gdb.arch/amd64-word.exp: check contents of %r14w
PASS -> FAIL: gdb.arch/amd64-word.exp: check contents of %r15w
PASS -> FAIL: gdb.arch/amd64-word.exp: check contents of %r8w
PASS -> FAIL: gdb.arch/amd64-word.exp: check contents of %r9w
PASS -> FAIL: gdb.arch/amd64-word.exp: check contents of %si
PASS -> FAIL: gdb.arch/amd64-word.exp: continue to breakpoint: continue to first breakpoint in main
PASS -> FAIL: gdb.arch/amd64-word.exp: continue to breakpoint: continue to forth breakpoint in main
PASS -> FAIL: gdb.arch/amd64-word.exp: continue to breakpoint: continue to second breakpoint in main
PASS -> FAIL: gdb.arch/amd64-word.exp: continue to breakpoint: continue to third breakpoint in main
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
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[0]
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[10]
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[11]
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[12]
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[13]
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[14]
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[15]
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[1]
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[2]
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[3]
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[4]
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[5]
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[6]
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[7]
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[8]
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[9]
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm0
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm1
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm10
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm11
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm12
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm13
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm14
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm15
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm2
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm3
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm4
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm5
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm6
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm7
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm8
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm9
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm0
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm1
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm10
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm11
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm12
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm13
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm14
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm15
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm2
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm3
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm4
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm5
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm6
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm7
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm8
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm9
PASS -> FAIL: gdb.arch/i386-avx.exp: check whether processor supports AVX
PASS -> FAIL: gdb.arch/i386-avx.exp: continue to breakpoint: continue to first breakpoint in main
PASS -> FAIL: gdb.arch/i386-avx.exp: continue to breakpoint: continue to second breakpoint in main
new FAIL: gdb.arch/i386-avx.exp: force-disable xml descriptions: run to main
PASS -> FAIL: gdb.arch/i386-byte.exp: check contents of %ah
PASS -> FAIL: gdb.arch/i386-byte.exp: check contents of %al
PASS -> FAIL: gdb.arch/i386-byte.exp: check contents of %bh
PASS -> FAIL: gdb.arch/i386-byte.exp: check contents of %bl
PASS -> FAIL: gdb.arch/i386-byte.exp: check contents of %ch
PASS -> FAIL: gdb.arch/i386-byte.exp: check contents of %cl
PASS -> FAIL: gdb.arch/i386-byte.exp: check contents of %dh
PASS -> FAIL: gdb.arch/i386-byte.exp: check contents of %dl
PASS -> FAIL: gdb.arch/i386-byte.exp: continue to breakpoint: continue to first breakpoint in main
PASS -> FAIL: gdb.arch/i386-byte.exp: continue to breakpoint: continue to second breakpoint in main
new FAIL: gdb.arch/i386-float.exp: can't run to main
PASS -> FAIL: gdb.arch/i386-signal.exp: backtrace 10
PASS -> FAIL: gdb.arch/i386-signal.exp: finish
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[0]
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[10]
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[11]
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[12]
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[13]
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[14]
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[15]
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[1]
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[2]
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[3]
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[4]
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[5]
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[6]
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[7]
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[8]
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[9]
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm0
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm1
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm10
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm11
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm12
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm13
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm14
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm15
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm2
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm3
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm4
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm5
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm6
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm7
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm8
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm9
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm0
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm1
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm10
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm11
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm12
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm13
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm14
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm15
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm2
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm3
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm4
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm5
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm6
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm7
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm8
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm9
PASS -> FAIL: gdb.arch/i386-sse.exp: check whether processor supports SSE
PASS -> FAIL: gdb.arch/i386-sse.exp: continue to breakpoint: continue to first breakpoint in main
PASS -> FAIL: gdb.arch/i386-sse.exp: continue to breakpoint: continue to second breakpoint in main
new FAIL: gdb.base/annota-input-while-running.exp: can't run to main
new FAIL: gdb.base/anon.exp: run to main
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/auxv.exp: continue
PASS -> FAIL: gdb.base/auxv.exp: gcore
PASS -> FAIL: gdb.base/auxv.exp: info auxv on live process
PASS -> FAIL: gdb.base/bang.exp: continue until exit
PASS -> FAIL: gdb.base/bigcore.exp: continue
PASS -> FAIL: gdb.base/bigcore.exp: next
PASS -> FAIL: gdb.base/bigcore.exp: signal SIGABRT
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/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
new FAIL: gdb.base/break-idempotent.exp: can't run to main
PASS -> FAIL: gdb.base/break-inline.exp: break
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 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: 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: set to-be-silent break bp_location1
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-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-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: 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-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 -> 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-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: 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-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-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-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 inferior func with struct - returns char *
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: 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: set language c
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: 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: set language c
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/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
PASS -> FAIL: gdb.base/commands.exp: user_defined_command_test: set foo
new FAIL: gdb.base/commands.exp: watchpoint_command_test: cannot run to factorial
PASS -> FAIL: gdb.base/compare-sections.exp: after reload: compare-sections
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/continue-after-aborted-step-over.exp: displaced-stepping=off: 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, two
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-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_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 ignored & auto-deleted break marker1
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
PASS -> FAIL: gdb.base/ena-dis-br.exp: info auto-deleted break marker3
PASS -> FAIL: gdb.base/ena-dis-br.exp: step after continue with ignore count
new FAIL: gdb.base/exec-invalid-sysroot.exp: couldn't run exec-invalid-sysroot
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/find.exp: set *
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: 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: 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/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
PASS -> FAIL: gdb.base/gdbvars.exp: Set a new convenience variable to a program variable
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=0: final_debug=0: can't run to main
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=0: final_debug=0: set-break: can't run to main
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=0: final_debug=1: can't run to main
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=0: final_debug=1: set-break: can't run to main
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=1: final_debug=0: can't run to main
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=1: final_debug=0: set-break: can't run to main
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=1: final_debug=1: can't run to main
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=1: final_debug=1: set-break: can't run to main
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=0: final_debug=0: can't run to main
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=0: final_debug=0: set-break: can't run to main
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=0: final_debug=1: can't run to main
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=0: final_debug=1: set-break: can't run to main
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=1: final_debug=0: can't run to main
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=1: final_debug=0: set-break: can't run to main
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=1: final_debug=1: can't run to main
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=1: final_debug=1: set-break: can't run to main
PASS -> FAIL: gdb.base/gnu-ifunc.exp: static: static gnu_ifunc
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-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-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-os.exp: cannot run to main
new FAIL: gdb.base/info-program.exp: can't run to main
new FAIL: gdb.base/interp.exp: run to main
new FAIL: gdb.base/interrupt-daemon.exp: can't run to daemon_main function
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: one_jit_test-2: can't run to main
new FAIL: gdb.base/label.exp: label tests suppressed
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 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/multi-forks.exp: set follow-fork child
new FAIL: gdb.base/multi-forks.exp: set follow-fork parent
PASS -> FAIL: gdb.base/new-ui-echo.exp: extra console as driver: print on extra console echoes
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: print on main console echoes
PASS -> FAIL: gdb.base/new-ui-echo.exp: main console as driver: run to breakpoint on main console
new FAIL: gdb.base/new-ui.exp: do_test_invalid_args: could not run to main
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: re-enabling pending breakpoint that can resolve instantly
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_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
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
new FAIL: gdb.base/remote.exp: cannot run to main
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/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: 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
new FAIL: gdb.base/sepdebug.exp: sepdebug tests suppressed
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
PASS -> FAIL: gdb.base/shlib-call.exp: breakpoint function shr2
PASS -> FAIL: gdb.base/shlib-call.exp: continue until exit
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: 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 out of shr2 to main
new FAIL: gdb.base/shreloc.exp: can't run to main
PASS -> FAIL: gdb.base/sigaltstack.exp: backtrace
PASS -> FAIL: gdb.base/sigaltstack.exp: continue to catch
PASS -> FAIL: gdb.base/sigaltstack.exp: finish from catch INNER
PASS -> FAIL: gdb.base/sigaltstack.exp: finish from catch LEAF
PASS -> FAIL: gdb.base/sigaltstack.exp: finish to MAIN
PASS -> FAIL: gdb.base/sigaltstack.exp: finish to OUTER
PASS -> FAIL: gdb.base/sigaltstack.exp: finish to catch INNER
PASS -> FAIL: gdb.base/sigaltstack.exp: finish to catch MAIN
PASS -> FAIL: gdb.base/sigaltstack.exp: finish to throw INNER
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp after segv; clear breakpoint 0 of 2
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp after segv; clear breakpoint 1 of 2
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp after segv; continue to breakpoint at fault
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp after segv; continue to keeper
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp after segv; set breakpoint 0  of 2
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp after segv; set breakpoint 1  of 2
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp after segv; stepi fault
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; clear breakpoint 0 of 3
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; clear breakpoint 2 of 3
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; continue to breakpoint at fault
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; continue to keeper
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; set breakpoint 0  of 3
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; set breakpoint 2  of 3
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; stepi fault
PASS -> FAIL: gdb.base/sigbpt.exp: cont; clear breakpoint 0 of 1
PASS -> FAIL: gdb.base/sigbpt.exp: cont; continue to breakpoint at fault
PASS -> FAIL: gdb.base/sigbpt.exp: cont; continue to keeper
PASS -> FAIL: gdb.base/sigbpt.exp: cont; set breakpoint 0  of 1
PASS -> FAIL: gdb.base/sigbpt.exp: cont; stepi fault
PASS -> FAIL: gdb.base/sigbpt.exp: get insn after fault
PASS -> FAIL: gdb.base/sigbpt.exp: rerun to main
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp at segv; clear breakpoint 0 of 1
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp at segv; continue to keeper
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp at segv; set breakpoint 0 of 1
KFAIL -> FAIL: gdb.base/sigbpt.exp: stepi bp at segv; stepi out of handler
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; clear breakpoint 0 of 2
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; clear breakpoint 1 of 2
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; continue to keeper
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; set breakpoint 0 of 2
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; set breakpoint 1 of 2
KFAIL -> FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; stepi out of handler
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before segv; clear breakpoint 0 of 1
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before segv; continue to keeper
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before segv; set breakpoint 0 of 1
KFAIL -> FAIL: gdb.base/sigbpt.exp: stepi bp before segv; stepi out of handler
PASS -> FAIL: gdb.base/sigbpt.exp: stepi; continue to keeper
KFAIL -> FAIL: gdb.base/sigbpt.exp: stepi; stepi out of handler
PASS -> FAIL: gdb.base/sigbpt.exp: stepping to fault
PASS -> FAIL: gdb.base/sigbpt.exp: verify that SIGSEGV occurs at the last STEPI insn
PASS -> FAIL: gdb.base/sigchld.exp: SIGCHLD blocked in inferior
PASS -> FAIL: gdb.base/siginfo-addr.exp: continue to signal
PASS -> FAIL: gdb.base/siginfo-addr.exp: correct si_addr
PASS -> FAIL: gdb.base/siginfo-obj.exp: continue to handler
PASS -> FAIL: gdb.base/siginfo-obj.exp: continue to signal
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_addr
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_code
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_errno
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_signo
PASS -> FAIL: gdb.base/siginfo-obj.exp: p ssi_addr
PASS -> FAIL: gdb.base/siginfo-obj.exp: save a core file
PASS -> FAIL: gdb.base/siginfo-thread.exp: continue to handler
PASS -> FAIL: gdb.base/siginfo-thread.exp: continue to signal
PASS -> FAIL: gdb.base/siginfo-thread.exp: extract si_addr
PASS -> FAIL: gdb.base/siginfo-thread.exp: extract si_code
PASS -> FAIL: gdb.base/siginfo-thread.exp: extract si_errno
PASS -> FAIL: gdb.base/siginfo-thread.exp: extract si_signo
PASS -> FAIL: gdb.base/siginfo-thread.exp: p ssi_addr
PASS -> FAIL: gdb.base/siginfo-thread.exp: save a core file
PASS -> FAIL: gdb.base/siginfo.exp: backtrace for nexti
PASS -> FAIL: gdb.base/siginfo.exp: continue to stepi handler
PASS -> FAIL: gdb.base/siginfo.exp: step out of handler
PASS -> FAIL: gdb.base/signull.exp: code; backtrace from SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: code; backtrace from keeper through SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: code; continue to the keeper
PASS -> FAIL: gdb.base/signull.exp: code; select the pointer type
PASS -> FAIL: gdb.base/signull.exp: code; start with the bowler
PASS -> FAIL: gdb.base/signull.exp: code; take the SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: data read; backtrace from SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: data read; backtrace from keeper through SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: data read; continue to the keeper
PASS -> FAIL: gdb.base/signull.exp: data read; select the pointer type
PASS -> FAIL: gdb.base/signull.exp: data read; start with the bowler
PASS -> FAIL: gdb.base/signull.exp: data read; take the SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: data write; backtrace from SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: data write; backtrace from keeper through SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: data write; continue to the keeper
PASS -> FAIL: gdb.base/signull.exp: data write; select the pointer type
PASS -> FAIL: gdb.base/signull.exp: data write; start with the bowler
PASS -> FAIL: gdb.base/signull.exp: data write; take the SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: rerun to main
PASS -> FAIL: gdb.base/signull.exp: set for function pointer probe
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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/solib-disc.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, lib2 first
new FAIL: gdb.base/source-execution.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/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: 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/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
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 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: rwatch disallowed for register based expression
PASS -> FAIL: gdb.base/watchpoint.exp: watch $pc
PASS -> FAIL: gdb.base/watchpoint.exp: watch -location .x
PASS -> FAIL: gdb.base/watchpoint.exp: watchpoint `$pc' is enabled
PASS -> FAIL: gdb.base/watchpoint.exp: watchpoint on buf hit
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
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
PASS -> FAIL: gdb.cp/cplusfuncs.exp: set language c++
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/x *
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: 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
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/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 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 -> FAIL: 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
new FAIL: gdb.dwarf2/dw2-single-line-discriminators.exp: cannot run to main.
new FAIL: gdb.fortran/print-formatted.exp: runto MAIN__
PASS -> FAIL: gdb.go/integers.exp: print 2 * i
PASS -> FAIL: gdb.go/integers.exp: print j * k
new FAIL: gdb.guile/scm-arch.exp: can't run to main
new FAIL: gdb.guile/scm-block.exp: can't run to main
PASS -> FAIL: gdb.guile/scm-breakpoint.exp: create address breakpoint a '  *multiply'
PASS -> FAIL: gdb.guile/scm-breakpoint.exp: guile
new FAIL: gdb.guile/scm-breakpoint.exp: test_bkpt_basic: can't run to main
new FAIL: gdb.guile/scm-breakpoint.exp: test_bkpt_cond_and_cmds: can't run to main
new FAIL: gdb.guile/scm-breakpoint.exp: test_bkpt_deletion: can't run to main
new FAIL: gdb.guile/scm-breakpoint.exp: test_bkpt_eval_funcs: can't run to main
new FAIL: gdb.guile/scm-breakpoint.exp: test_bkpt_internal: can't run to main
new FAIL: gdb.guile/scm-breakpoint.exp: test_bkpt_invisible: can't run to main
new FAIL: gdb.guile/scm-breakpoint.exp: test_bkpt_registration: can't run to main
new FAIL: gdb.guile/scm-breakpoint.exp: test_watchpoints: can't run to main
new FAIL: gdb.guile/scm-cmd.exp: can't run to main
new FAIL: gdb.guile/scm-disasm.exp: can't run to main
new FAIL: gdb.guile/scm-frame-args.exp: can't run to main
new FAIL: gdb.guile/scm-frame-inline.exp: can't run to main
new FAIL: gdb.guile/scm-frame.exp: can't run to main
new FAIL: gdb.guile/scm-iterator.exp: can't run to main
new FAIL: gdb.guile/scm-lazy-string.exp: can't run to main
new FAIL: gdb.guile/scm-math.exp: can't run to main
new FAIL: gdb.guile/scm-objfile-script.exp: can't run to main
new FAIL: gdb.guile/scm-objfile.exp: can't run to main
new FAIL: gdb.guile/scm-ports.exp: can't run to main
new FAIL: gdb.guile/scm-pretty-print.exp: can't run to main
new FAIL: gdb.guile/scm-symbol.exp: can't run to main
new FAIL: gdb.guile/scm-symtab.exp: can't run to main
new FAIL: gdb.guile/scm-type.exp: can't run to main
new FAIL: gdb.guile/scm-value-cc.exp: can't run to main
new FAIL: gdb.guile/scm-value.exp: can't run to main
new FAIL: gdb.guile/types-module.exp: can't run to main
PASS -> FAIL: gdb.linespec/break-ask.exp: continue to breakpoint: body_elsewhere
PASS -> FAIL: gdb.linespec/break-ask.exp: expect breakpoint
PASS -> FAIL: gdb.linespec/break-ask.exp: info source
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 -> FAIL: 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 -> FAIL: gdb.mi/gdb2549.exp: register values x
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 -> FAIL: gdb.mi/mi-async-run.exp: expect interrupt
PASS -> FAIL: gdb.mi/mi-async-run.exp: send interrupt command
new FAIL: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: continue
PASS -> FAIL: 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 -> FAIL: 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 -> FAIL: 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 -> FAIL: 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 -> FAIL: gdb.mi/mi-breakpoint-changed.exp: test_pending_resolved: pending resolved:
PASS -> FAIL: 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-location-ena-dis.exp: -break-disable 2.2
PASS -> FAIL: gdb.mi/mi-breakpoint-location-ena-dis.exp: break add
PASS -> FAIL: 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-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 -> FAIL: 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 -> FAIL: gdb.mi/mi-condbreak-call-thr-state.exp: mt: no spurious *running notifications
PASS -> FAIL: gdb.mi/mi-condbreak-call-thr-state.exp: st: no spurious *running notifications
PASS -> FAIL: 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.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: 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 -> FAIL: 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 -> FAIL: gdb.mi/mi-dprintf.exp: mi insert without location
PASS -> FAIL: gdb.mi/mi-exit-code.exp: first run: -list-thread-groups after exit shows exit-code
PASS -> FAIL: 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-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 -> FAIL: gdb.mi/mi-file-transfer.exp: put binary file
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 -> FAIL: 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: 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
new FAIL: gdb.mi/mi-inheritance-syntax-error.exp: -data-evaluate-expression kill\n
PASS -> FAIL: gdb.mi/mi-linespec-err-cp.exp: breakpoint hit
PASS -> FAIL: 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 -> FAIL: 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 -> FAIL: 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 -> FAIL: 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 -> FAIL: gdb.mi/mi-reg-undefined.exp: register values, format r, frame 0
PASS -> FAIL: gdb.mi/mi-reg-undefined.exp: register values, format x, frame 0
PASS -> FAIL: gdb.mi/mi-return.exp: delete all breakpoints
PASS -> FAIL: gdb.mi/mi-return.exp: return from callee4 now
PASS -> FAIL: 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 -> FAIL: 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: get the list of shared libraries
PASS -> FAIL: gdb.mi/mi-solib.exp: test_file_list_shared_libraries: mi runto main
PASS -> FAIL: 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-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 -> FAIL: 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 -> FAIL: 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 -> FAIL: 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 -> FAIL: 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: 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
new FAIL: gdb.mi/mi-var-cmd.exp: bitfield: step over 526
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: delete selected_a
PASS -> FAIL: gdb.mi/mi-var-cmd.exp: delete var  lsimple->integer
new FAIL: gdb.mi/mi-var-cmd.exp: floating: step over 469
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 -> FAIL: 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 -> FAIL: 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-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: 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: step over 81
new FAIL: gdb.mi/mi-var-cp.exp: reference_to_struct: step over 104
PASS -> FAIL: 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-invalidate.exp: create floating variable
PASS -> FAIL: 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 -> FAIL: gdb.mi/mi-var-invalidate.exp: set format variable float_simple
PASS -> FAIL: gdb.mi/mi-var-list-children-invalid-grandchild.exp: run to 41
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: step over 250
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: step over 63
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: step over 201
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: create local variable vla1_allocated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: create local variable vla1_not_allocated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: eval variable vla1_allocated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: eval variable vla1_not_allocated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate allocated vla
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate filled vla
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate filled vla, contents modified
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate filled vla, filled all 1s
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate not allocated vla, after deallocation
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate not allocated vla, before allocation
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate not associated vla
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: get children of vla1_allocated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: get children of vla1_not_allocated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: info type variable vla1_allocated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: info type variable vla1_not_allocated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 23
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 24
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 27
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 30
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 31
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 36
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: show format variable vla1_allocated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: show format variable vla1_not_allocated
PASS -> FAIL: 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 -> FAIL: 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 -> FAIL: 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 -> 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 -> FAIL: 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 -> 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 -> FAIL: 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
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.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/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_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.
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
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 -> FAIL: 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 -> FAIL: 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 -> FAIL: 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: create fake varobj
PASS -> FAIL: gdb.python/py-mi.exp: list children fake.private
PASS -> FAIL: gdb.python/py-mi.exp: list children of fake
PASS -> FAIL: gdb.python/py-mi.exp: run to 357
PASS -> FAIL: gdb.python/py-mi.exp: run to 380
new FAIL: gdb.python/py-objfile.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-symbol.exp: can't run to main
new FAIL: gdb.python/py-symtab.exp: can't run to main
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 -> UNRESOLVED: gdb.python/py-type.exp: lang_cpp: continue to breakpoint: break to inspect struct and array.
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
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: 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: 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
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: reverse to marker1
PASS -> FAIL: gdb.reverse/fstatat-reverse.exp: turn on process record
PASS -> FAIL: gdb.reverse/getresuid-reverse.exp: reverse to marker1
PASS -> FAIL: gdb.reverse/getresuid-reverse.exp: turn on process record
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: continue to end of sse4_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: continue to end of sse_test #2
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: continue to end of sse_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: continue to end of ssse3_test #2
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: continue to end of ssse3_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to addpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to addps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to addsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to addss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to addsubpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to addsubps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to andpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to andps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to blendpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to blendps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to blendvpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to blendvps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to cmppd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to cmpps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to cmpsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to cmpss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to comisd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to comiss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to cvtdq2pd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to cvtdq2ps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to cvtpd2dq
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to cvtpd2ps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to divpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to divps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to divsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to divss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to mulpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to mulps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to mulsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to mulss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to orpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to orps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to pabsb
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to pabsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to pabsw
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to packssdw
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to packsswb
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to ucomisd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to ucomiss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to unpckhpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to unpckhps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to xorpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to xorps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: turn on process record
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse addps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse addsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse addss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse addsubpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse addsubps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse andpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse andps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse blendps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse blendvpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse blendvps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse cmppd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse cmpps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse cmpsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse cmpss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse comisd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse comiss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse cvtdq2pd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse cvtdq2ps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse cvtpd2dq
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse cvtpd2ps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse divpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse divps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse divsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse divss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse mulpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse mulps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse mulsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse mulss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse orpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse orps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse pabsb
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse pabsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse pabsw
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse packssdw
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse packsswb
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse ucomisd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse ucomiss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse unpckhpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse unpckhps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse xorpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse xorps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 at end of sse4_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 at end of sse_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 at end of ssse3_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse addps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse addsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse addss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse addsubpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse addsubps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse andpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse andps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse blendps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse blendvpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse blendvps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse cmppd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse cmpps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse cmpsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse cmpss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse comisd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse comiss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse cvtdq2pd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse cvtdq2ps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse cvtpd2dq
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse cvtpd2ps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse divpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse divps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse divsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse divss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse mulpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse mulps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse mulsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse mulss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse orpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse orps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse pabsb
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse pabsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse pabsw
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse packssdw
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse packsswb
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse ucomisd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse ucomiss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse unpckhpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse unpckhps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse xorpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse xorps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 at end of sse4_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 at end of sse_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 at end of ssse3_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse addps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse addsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse addss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse addsubpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse addsubps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse andpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse andps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse blendps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse blendvpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse blendvps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse cmppd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse cmpps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse cmpsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse cmpss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse comisd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse comiss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse cvtdq2pd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse cvtdq2ps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse cvtpd2dq
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse cvtpd2ps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse divpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse divps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse divsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse divss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse mulpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse mulps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse mulsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse mulss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse orpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse orps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse pabsb
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse pabsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse pabsw
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse packssdw
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse packsswb
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse ucomisd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse ucomiss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse unpckhpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse unpckhps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse xorpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse xorps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 at end of sse4_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 at end of sse_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 at end of ssse3_test
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
new FAIL: gdb.reverse/machinestate-precsave.exp: step
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: reverse to marker1
PASS -> FAIL: gdb.reverse/pipe-reverse.exp: turn on process record
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: 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: reload precord save file
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_33
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_34
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_35
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_36
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_37
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_38
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_39
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_40
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_41
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_42
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_43
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_44
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_45
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_46
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_47
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_48
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_49
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_50
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_51
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_52
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_53
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_54
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_55
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_56
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_57
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_58
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_59
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_60
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_61
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_62
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_63
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_ABRT
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_ALRM
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_BUS
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_CHLD
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_CONT
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_DANGER
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_EMT
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_FPE
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_GRANT
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_HUP
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_ILL
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_IO
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_LOST
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_LWP
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_MSG
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_PHONE
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_PIPE
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_POLL
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_PRIO
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_PROF
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_PWR
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_QUIT
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_RETRACT
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_SAK
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_SEGV
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_SOUND
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_SYS
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_TERM
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_TSTP
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_TTIN
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_TTOU
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_URG
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_USR1
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_USR2
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_VTALRM
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_WAITING
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_WINCH
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_WIND
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_XCPU
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_XFSZ
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: turn on process record
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 step into fn call
PASS -> FAIL: gdb.reverse/step-precsave.exp: reverse stepi thru function return
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 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
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 step into fn 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 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
PASS -> FAIL: gdb.reverse/time-reverse.exp: reverse to marker1
PASS -> FAIL: gdb.reverse/time-reverse.exp: turn on process record
PASS -> FAIL: gdb.reverse/until-precsave.exp: reload core file
PASS -> FAIL: gdb.reverse/until-precsave.exp: set reverse execution
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 line number
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.server/abspath.exp: continue to main
new FAIL: gdb.server/abspath.exp: setting breakpoint at main
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/connect-stopped-target.exp: non-stop=on: connect and print pc
PASS -> FAIL: gdb.server/connect-stopped-target.exp: non-stop=on: print pc again
PASS -> FAIL: gdb.server/connect-with-no-symbol-file.exp: sysroot=: action=delete: connection to GDBserver succeeded
PASS -> FAIL: gdb.server/connect-with-no-symbol-file.exp: sysroot=target:: action=delete: connection to GDBserver succeeded
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 -> FAIL: gdb.server/connect-without-multi-process.exp: multiprocess=off: target remote
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: run to main
PASS -> FAIL: gdb.server/ext-restart.exp: set remote exec-file
PASS -> FAIL: gdb.server/ext-wrapper.exp: monitor exit
PASS -> FAIL: gdb.server/ext-wrapper.exp: restart: run to marker
PASS -> FAIL: gdb.server/ext-wrapper.exp: set remote exec-file
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
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: first: connect
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: connect
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: disconnect
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
PASS -> FAIL: gdb.server/server-connect.exp: tcp4: connect to gdbserver using tcp4:127.0.0.1
PASS -> FAIL: gdb.server/server-connect.exp: tcp6-with-brackets: connect to gdbserver using tcp6:[::1]
PASS -> FAIL: gdb.server/server-connect.exp: tcp6: connect to gdbserver using tcp6:::1
PASS -> FAIL: gdb.server/server-connect.exp: tcp: connect to gdbserver using tcp:localhost
new FAIL: gdb.server/server-kill.exp: setting breakpoint at server-kill.c:29
PASS -> FAIL: gdb.server/server-kill.exp: tstatus
PASS -> FAIL: gdb.server/server-run.exp: continue to main
PASS -> UNRESOLVED: gdb.server/server-run.exp: loaded dynamic linker
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: p libvar
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 1: target remote
PASS -> FAIL: gdb.server/stop-reply-no-thread.exp: connect
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/gdb11479.exp: can't run to main forced_stabs
new FAIL: gdb.stabs/gdb11479.exp: can't run to main natural_debug_format
PASS -> FAIL: gdb.threads/bp_in_thread.exp: run to noreturn
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/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: 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
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/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/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: 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: 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/signal-command-handle-nopass.exp: step-over no: 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 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
new FAIL: gdb.threads/thread-unwindonsignal.exp: can't run to main
new FAIL: gdb.threads/thread_check.exp: can't run to main
PASS -> FAIL: gdb.threads/threadapply.exp: go down and check selected frame
PASS -> FAIL: gdb.threads/threadapply.exp: go up in the stack frame
PASS -> FAIL: gdb.threads/threadapply.exp: run a simple print command on all threads
PASS -> FAIL: gdb.threads/threadapply.exp: step to the thread_function
new FAIL: gdb.threads/threadapply.exp: thread apply 1.1 1.2 1.3: can't run to main
PASS -> FAIL: gdb.threads/threadapply.exp: thread apply all backthread
new FAIL: gdb.threads/threadapply.exp: thread apply all: 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
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.threads/watchthreads.exp: first watchpoint on args[0] hit
PASS -> FAIL: gdb.threads/watchthreads.exp: first watchpoint on args[1] hit
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
PASS -> FAIL: gdb.threads/watchthreads.exp: watchpoint on args[0] hit in thread
PASS -> FAIL: gdb.threads/watchthreads.exp: watchpoint on args[1] hit in thread
new FAIL: gdb.threads/wp-replication.exp: failed to run to main
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/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-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/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/tracefile-pseudo-reg.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
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://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-native-gdbserver-m64/xfails/master/xfail?id=8f6d3539>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-native-gdbserver-m64/xfails/master/xfail.table?id=8f6d3539>




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

* Failures on Fedora-x86_64-m32, branch master
  2018-10-23 15:10 [binutils-gdb] GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested sergiodj+buildbot
                   ` (7 preceding siblings ...)
  2018-10-24  2:20 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
@ 2018-10-24  2:45 ` sergiodj+buildbot
  2018-10-24  2:54 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-10-24  2:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

Commit(s) tested:
	f19c7ff839d7a32ebb48482ae7d318fb46ca823d

Author(s) (in the same order as the commits):
	John Darrington <john@darrington.wattle.id.au>

Subject:
	GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested.

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

*** Diff to previous build ***
============================
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 -> FAIL: gdb.mi/mi-file-transfer.exp: put binary file
PASS -> FAIL: gdb.server/connect-stopped-target.exp: non-stop=on: connect and print pc
PASS -> FAIL: gdb.server/connect-stopped-target.exp: non-stop=on: print pc again
PASS -> FAIL: gdb.server/connect-with-no-symbol-file.exp: sysroot=: action=delete: connection to GDBserver succeeded
PASS -> FAIL: gdb.server/connect-with-no-symbol-file.exp: sysroot=target:: action=delete: connection to GDBserver succeeded
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 -> FAIL: gdb.server/connect-without-multi-process.exp: multiprocess=off: target remote
PASS -> FAIL: gdb.server/ext-attach.exp: backtrace 1
PASS -> FAIL: gdb.server/ext-attach.exp: backtrace with no program
PASS -> FAIL: gdb.server/ext-attach.exp: check uploaded tsv
PASS -> FAIL: gdb.server/ext-attach.exp: detach
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-restart.exp: monitor exit
PASS -> FAIL: gdb.server/ext-restart.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
PASS -> FAIL: gdb.server/ext-wrapper.exp: monitor exit
PASS -> FAIL: gdb.server/ext-wrapper.exp: set remote exec-file
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/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
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: first: connect
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: connect
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: disconnect
PASS -> FAIL: gdb.server/server-connect.exp: tcp4: connect to gdbserver using tcp4:127.0.0.1
PASS -> FAIL: gdb.server/server-connect.exp: tcp6-with-brackets: connect to gdbserver using tcp6:[::1]
PASS -> FAIL: gdb.server/server-connect.exp: tcp6: connect to gdbserver using tcp6:::1
PASS -> FAIL: gdb.server/server-connect.exp: tcp: connect to gdbserver using tcp:localhost
PASS -> FAIL: gdb.server/server-exec-info.exp: info files
new FAIL: gdb.server/server-kill.exp: setting breakpoint at server-kill.c:29
PASS -> FAIL: gdb.server/server-kill.exp: tstatus
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
PASS -> UNRESOLVED: gdb.server/server-run.exp: loaded dynamic linker
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 1: continue
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 1: p libvar
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 1: target remote
PASS -> FAIL: gdb.server/stop-reply-no-thread.exp: connect
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 -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-m32/xfails/master/xfail?id=244dbb39>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-m32/xfails/master/xfail.table?id=244dbb39>




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

* Failures on Fedora-x86_64-native-gdbserver-m32, branch master
  2018-10-23 15:10 [binutils-gdb] GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested sergiodj+buildbot
                   ` (8 preceding siblings ...)
  2018-10-24  2:45 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
@ 2018-10-24  2:54 ` sergiodj+buildbot
  2018-10-24 19:50 ` Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-10-24  2:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-native-gdbserver-m32/builds/11041>

Commit(s) tested:
	f19c7ff839d7a32ebb48482ae7d318fb46ca823d

Author(s) (in the same order as the commits):
	John Darrington <john@darrington.wattle.id.au>

Subject:
	GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested.

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

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.ada/O2_float_param.exp: frame
PASS -> FAIL: gdb.ada/access_to_unbounded_array.exp: print Aos
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/assign_arr.exp: print input.u2 :=
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 a'address
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
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/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 3 * something
PASS -> FAIL: gdb.ada/expr_with_funcall.exp: print something * 3
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/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/fun_overload_menu.exp: 1
PASS -> FAIL: gdb.ada/funcall_char.exp: print f
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/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
PASS -> FAIL: gdb.ada/lang_switch.exp: set print frame-arguments all
PASS -> FAIL: 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 -> FAIL: gdb.ada/mi_string_access.exp: run to bar.adb:23
new FAIL: gdb.ada/mi_string_access.exp: wait for stop
PASS -> FAIL: gdb.ada/mi_task_arg.exp: -stack-list-arguments 1
PASS -> FAIL: gdb.ada/mi_var_union.exp: Create var1 varobj
PASS -> FAIL: gdb.ada/mi_var_union.exp: list var1's children
PASS -> FAIL: 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/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/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/pckd_arr_ren.exp: print var
PASS -> FAIL: gdb.ada/pckd_neg.exp: print SSA
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_pc.exp: p /x $pc
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/rename_subscript_param.exp: print b before changing its value
PASS -> FAIL: gdb.ada/repeat_dyn.exp: print a1
PASS -> FAIL: gdb.ada/same_component_name.exp: Print field existing only in dyn_middle component
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: run to top assign breakpoint
PASS -> FAIL: gdb.ada/set_pckd_arr_elt.exp: continue to update_small
PASS -> FAIL: gdb.ada/set_pckd_arr_elt.exp: print sa
PASS -> FAIL: gdb.ada/tagged.exp: print segm
PASS -> FAIL: gdb.ada/tagged.exp: ptype segm
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/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_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
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
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[0]
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[1]
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[2]
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[3]
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[4]
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[5]
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[6]
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[7]
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm0
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm1
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm2
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm3
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm4
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm5
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm6
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm7
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm0
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm1
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm2
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm3
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm4
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm5
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm6
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm7
PASS -> FAIL: gdb.arch/i386-avx.exp: check whether processor supports AVX
PASS -> FAIL: gdb.arch/i386-avx.exp: continue to breakpoint: continue to first breakpoint in main
PASS -> FAIL: gdb.arch/i386-avx.exp: continue to breakpoint: continue to second breakpoint in main
new FAIL: gdb.arch/i386-avx.exp: force-disable xml descriptions: run to main
PASS -> FAIL: gdb.arch/i386-byte.exp: check contents of %ah
PASS -> FAIL: gdb.arch/i386-byte.exp: check contents of %al
PASS -> FAIL: gdb.arch/i386-byte.exp: check contents of %bh
PASS -> FAIL: gdb.arch/i386-byte.exp: check contents of %bl
PASS -> FAIL: gdb.arch/i386-byte.exp: check contents of %ch
PASS -> FAIL: gdb.arch/i386-byte.exp: check contents of %cl
PASS -> FAIL: gdb.arch/i386-byte.exp: check contents of %dh
PASS -> FAIL: gdb.arch/i386-byte.exp: check contents of %dl
PASS -> FAIL: gdb.arch/i386-byte.exp: continue to breakpoint: continue to first breakpoint in main
PASS -> FAIL: gdb.arch/i386-byte.exp: continue to breakpoint: continue to second breakpoint in main
new FAIL: gdb.arch/i386-float.exp: can't run to main
PASS -> FAIL: gdb.arch/i386-gnu-cfi.exp: backtrace
PASS -> FAIL: gdb.arch/i386-gnu-cfi.exp: continue to abort
PASS -> FAIL: gdb.arch/i386-gnu-cfi.exp: existence of the CFI inserted register
PASS -> FAIL: gdb.arch/i386-gnu-cfi.exp: shift up to the modified frame
PASS -> FAIL: gdb.arch/i386-size-overlap.exp: backtrace shows the outer function
PASS -> FAIL: gdb.arch/i386-size-overlap.exp: run past main
PASS -> FAIL: gdb.arch/i386-size.exp: backtrace shows no function
PASS -> FAIL: gdb.arch/i386-size.exp: run past main
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[0]
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[1]
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[2]
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[3]
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[4]
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[5]
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[6]
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[7]
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm0
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm1
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm2
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm3
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm4
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm5
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm6
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm7
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm0
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm1
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm2
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm3
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm4
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm5
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm6
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm7
PASS -> FAIL: gdb.arch/i386-sse.exp: check whether processor supports SSE
PASS -> FAIL: gdb.arch/i386-sse.exp: continue to breakpoint: continue to first breakpoint in main
PASS -> FAIL: gdb.arch/i386-sse.exp: continue to breakpoint: continue to second breakpoint in main
PASS -> FAIL: gdb.arch/i386-unwind.exp: backtrace past gdb1435
PASS -> FAIL: gdb.arch/i386-unwind.exp: run past gdb1435
PASS -> FAIL: gdb.arch/i386-word.exp: check contents of %ax
PASS -> FAIL: gdb.arch/i386-word.exp: check contents of %bx
PASS -> FAIL: gdb.arch/i386-word.exp: check contents of %cx
PASS -> FAIL: gdb.arch/i386-word.exp: check contents of %dx
PASS -> FAIL: gdb.arch/i386-word.exp: continue to breakpoint: continue to first breakpoint in main
PASS -> FAIL: gdb.arch/i386-word.exp: continue to breakpoint: continue to second breakpoint in main
new FAIL: gdb.base/annota-input-while-running.exp: can't run to main
new FAIL: gdb.base/anon.exp: run to main
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/auxv.exp: continue
PASS -> FAIL: gdb.base/auxv.exp: gcore
PASS -> FAIL: gdb.base/auxv.exp: info auxv on live process
PASS -> FAIL: gdb.base/bang.exp: continue until exit
PASS -> FAIL: gdb.base/bigcore.exp: continue
PASS -> FAIL: gdb.base/bigcore.exp: next
PASS -> FAIL: gdb.base/bigcore.exp: signal SIGABRT
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
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-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-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: 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-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-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 -> 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-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-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: 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-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-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-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-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/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: set language c
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: set language c
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-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: 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: 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/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
PASS -> FAIL: gdb.base/commands.exp: user_defined_command_test: set foo
new FAIL: gdb.base/commands.exp: watchpoint_command_test: cannot run to factorial
PASS -> FAIL: gdb.base/compare-sections.exp: after reload: compare-sections
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
new FAIL: gdb.base/corefile.exp: core-file warning-free
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/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: 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-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
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/fixsection.exp: can't run to main
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
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
PASS -> FAIL: gdb.base/gdbvars.exp: Set a new convenience variable to a program variable
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=0: final_debug=0: can't run to main
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=0: final_debug=0: set-break: can't run to main
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=0: final_debug=1: can't run to main
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=0: final_debug=1: set-break: can't run to main
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=1: final_debug=0: can't run to main
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=1: final_debug=0: set-break: can't run to main
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=1: final_debug=1: can't run to main
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=1: final_debug=1: set-break: can't run to main
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=0: final_debug=0: can't run to main
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=0: final_debug=0: set-break: can't run to main
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=0: final_debug=1: can't run to main
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=0: final_debug=1: set-break: can't run to main
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=1: final_debug=0: can't run to main
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=1: final_debug=0: set-break: can't run to main
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=1: final_debug=1: can't run to main
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=1: final_debug=1: set-break: can't run to main
PASS -> FAIL: gdb.base/gnu-ifunc.exp: static: static gnu_ifunc
new FAIL: gdb.base/gnu_vector.exp: runto 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-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/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-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: 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 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_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 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 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 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: set follow-fork parent
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: print on extra console echoes
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: print on main console echoes
PASS -> FAIL: gdb.base/new-ui-echo.exp: main console as driver: run to breakpoint on main console
new FAIL: gdb.base/new-ui.exp: do_test_invalid_args: could not run to main
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-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: re-enabling pending breakpoint that can resolve instantly
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
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
new FAIL: gdb.base/relativedebug.exp: continue
new FAIL: gdb.base/relativedebug.exp: pause found in backtrace
new FAIL: gdb.base/remote.exp: cannot run to main
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/savedregs.exp: Check dummy info frame; stack contains callee caller dummy catcher sigtramp thrower main
PASS -> FAIL: gdb.base/savedregs.exp: Check main info frame; stack contains catcher sigtramp thrower main
PASS -> FAIL: gdb.base/savedregs.exp: Check sigtramp info frame; stack contains caller dummy catcher sigtramp thrower main
PASS -> FAIL: gdb.base/savedregs.exp: advance callee
PASS -> FAIL: gdb.base/savedregs.exp: advance catcher
PASS -> FAIL: gdb.base/savedregs.exp: advance thrower
PASS -> FAIL: gdb.base/savedregs.exp: get caller info frame
PASS -> FAIL: gdb.base/savedregs.exp: get catcher info frame
PASS -> FAIL: gdb.base/savedregs.exp: get dummy info frame
PASS -> FAIL: gdb.base/savedregs.exp: get main info frame
PASS -> FAIL: gdb.base/savedregs.exp: get sigtramp info frame
PASS -> FAIL: gdb.base/savedregs.exp: get thrower info frame
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
PASS -> FAIL: gdb.base/shlib-call.exp: continue until exit
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/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
PASS -> FAIL: gdb.base/sigaltstack.exp: backtrace
PASS -> FAIL: gdb.base/sigaltstack.exp: continue to catch
PASS -> FAIL: gdb.base/sigaltstack.exp: finish from catch INNER
PASS -> FAIL: gdb.base/sigaltstack.exp: finish from catch LEAF
PASS -> FAIL: gdb.base/sigaltstack.exp: finish to MAIN
PASS -> FAIL: gdb.base/sigaltstack.exp: finish to OUTER
PASS -> FAIL: gdb.base/sigaltstack.exp: finish to catch INNER
PASS -> FAIL: gdb.base/sigaltstack.exp: finish to catch MAIN
PASS -> FAIL: gdb.base/sigaltstack.exp: finish to throw INNER
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp after segv; clear breakpoint 0 of 2
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp after segv; clear breakpoint 1 of 2
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp after segv; continue to breakpoint at fault
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp after segv; continue to keeper
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp after segv; set breakpoint 0  of 2
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp after segv; set breakpoint 1  of 2
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp after segv; stepi fault
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; clear breakpoint 0 of 3
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; clear breakpoint 2 of 3
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; continue to breakpoint at fault
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; continue to keeper
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; set breakpoint 0  of 3
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; set breakpoint 2  of 3
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; stepi fault
PASS -> FAIL: gdb.base/sigbpt.exp: cont; clear breakpoint 0 of 1
PASS -> FAIL: gdb.base/sigbpt.exp: cont; continue to breakpoint at fault
PASS -> FAIL: gdb.base/sigbpt.exp: cont; continue to keeper
PASS -> FAIL: gdb.base/sigbpt.exp: cont; set breakpoint 0  of 1
PASS -> FAIL: gdb.base/sigbpt.exp: cont; stepi fault
PASS -> FAIL: gdb.base/sigbpt.exp: get insn after fault
PASS -> FAIL: gdb.base/sigbpt.exp: rerun to main
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp at segv; clear breakpoint 0 of 1
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp at segv; continue to keeper
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp at segv; set breakpoint 0 of 1
KFAIL -> FAIL: gdb.base/sigbpt.exp: stepi bp at segv; stepi out of handler
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; clear breakpoint 0 of 2
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; clear breakpoint 1 of 2
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; continue to keeper
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; set breakpoint 0 of 2
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; set breakpoint 1 of 2
KFAIL -> FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; stepi out of handler
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before segv; clear breakpoint 0 of 1
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before segv; continue to keeper
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before segv; set breakpoint 0 of 1
KFAIL -> FAIL: gdb.base/sigbpt.exp: stepi bp before segv; stepi out of handler
PASS -> FAIL: gdb.base/sigbpt.exp: stepi; continue to keeper
KFAIL -> FAIL: gdb.base/sigbpt.exp: stepi; stepi out of handler
PASS -> FAIL: gdb.base/sigbpt.exp: stepping to fault
PASS -> FAIL: gdb.base/sigbpt.exp: verify that SIGSEGV occurs at the last STEPI insn
PASS -> FAIL: gdb.base/sigchld.exp: SIGCHLD blocked in inferior
PASS -> FAIL: gdb.base/siginfo-obj.exp: continue to handler
PASS -> FAIL: gdb.base/siginfo-obj.exp: continue to signal
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_addr
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_code
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_errno
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_signo
PASS -> FAIL: gdb.base/siginfo-obj.exp: p ssi_addr
PASS -> FAIL: gdb.base/siginfo-obj.exp: save a core file
PASS -> FAIL: gdb.base/siginfo.exp: continue to stepi handler
PASS -> FAIL: gdb.base/signull.exp: code; backtrace from SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: code; backtrace from keeper through SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: code; continue to the keeper
PASS -> FAIL: gdb.base/signull.exp: code; select the pointer type
PASS -> FAIL: gdb.base/signull.exp: code; start with the bowler
PASS -> FAIL: gdb.base/signull.exp: code; take the SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: data read; backtrace from SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: data read; backtrace from keeper through SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: data read; continue to the keeper
PASS -> FAIL: gdb.base/signull.exp: data read; select the pointer type
PASS -> FAIL: gdb.base/signull.exp: data read; start with the bowler
PASS -> FAIL: gdb.base/signull.exp: data read; take the SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: data write; backtrace from SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: data write; backtrace from keeper through SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: data write; continue to the keeper
PASS -> FAIL: gdb.base/signull.exp: data write; select the pointer type
PASS -> FAIL: gdb.base/signull.exp: data write; start with the bowler
PASS -> FAIL: gdb.base/signull.exp: data write; take the SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: probe function pointer
PASS -> FAIL: gdb.base/signull.exp: rerun to main
PASS -> FAIL: gdb.base/signull.exp: set for function pointer probe
PASS -> FAIL: gdb.base/sigrepeat.exp: next
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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/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-disc.exp: can't run to main
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, lib2 first
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/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
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
PASS -> FAIL: gdb.base/structs2.exp: structs2 continue1
PASS -> FAIL: gdb.base/structs2.exp: structs2 continue2
PASS -> FAIL: gdb.base/structs2.exp: structs2 sanity check
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/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: 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: print y from libfile
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
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 fast watches
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: disable watchpoint in test_disabling_watchpoints
PASS -> FAIL: gdb.base/watchpoint.exp: no-hw: reenable watchpoint `$pc'
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: no-hw: watchpoints found in watchpoint/breakpoint table
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
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
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
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/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.
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/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 f1 on Child& in f2
PASS -> FAIL: gdb.cp/ref-params.exp: print value of f2 on
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 -> FAIL: 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
new FAIL: gdb.fortran/print-formatted.exp: runto MAIN__
new FAIL: gdb.fortran/whatis_type.exp: run to MAIN__
PASS -> FAIL: gdb.go/chan.exp: going to first breakpoint
PASS -> FAIL: gdb.go/chan.exp: going to second breakpoint
PASS -> FAIL: gdb.go/integers.exp: Going to second breakpoint
PASS -> FAIL: gdb.go/integers.exp: going to first breakpoint
PASS -> FAIL: gdb.go/integers.exp: next to 'i = 1' line
PASS -> FAIL: gdb.go/integers.exp: next to 'j = 2' line
PASS -> FAIL: gdb.go/integers.exp: next to 'k = 3' line
PASS -> FAIL: gdb.go/integers.exp: next to 'l = k' line
PASS -> FAIL: gdb.go/integers.exp: print
PASS -> FAIL: gdb.go/integers.exp: print -
PASS -> FAIL: gdb.go/integers.exp: print -i
PASS -> FAIL: gdb.go/integers.exp: print 2 * i
PASS -> FAIL: gdb.go/integers.exp: print 3000*i
PASS -> FAIL: gdb.go/integers.exp: print i
PASS -> FAIL: gdb.go/integers.exp: print i + 1 != j
PASS -> FAIL: gdb.go/integers.exp: print i + 1 < j
PASS -> FAIL: gdb.go/integers.exp: print i + 1 <= j
PASS -> FAIL: gdb.go/integers.exp: print i + 1 == j
PASS -> FAIL: gdb.go/integers.exp: print i + 1 > j
PASS -> FAIL: gdb.go/integers.exp: print i + 1 >= j
PASS -> FAIL: gdb.go/integers.exp: print i + j
PASS -> FAIL: gdb.go/integers.exp: print i + j + k
PASS -> FAIL: gdb.go/integers.exp: print i + k
PASS -> FAIL: gdb.go/integers.exp: print i - j
PASS -> FAIL: gdb.go/integers.exp: print i before assigned to 1
PASS -> FAIL: gdb.go/integers.exp: print i+10*j+100*k
PASS -> FAIL: gdb.go/integers.exp: print j
PASS -> FAIL: gdb.go/integers.exp: print j * k
PASS -> FAIL: gdb.go/integers.exp: print j + k
PASS -> FAIL: gdb.go/integers.exp: print j - i
PASS -> FAIL: gdb.go/integers.exp: print k
PASS -> FAIL: gdb.go/integers.exp: print k -
PASS -> FAIL: gdb.go/integers.exp: print k -i -j
PASS -> FAIL: gdb.go/integers.exp: print l
PASS -> FAIL: gdb.go/integers.exp: set var i = 2
PASS -> FAIL: gdb.go/integers.exp: test j value before assignment
PASS -> FAIL: gdb.go/integers.exp: testing new i value
PASS -> FAIL: gdb.go/integers.exp: value of i after assignment
PASS -> FAIL: gdb.go/package.exp: going to first breakpoint
new FAIL: gdb.guile/scm-arch.exp: can't run to main
new FAIL: gdb.guile/scm-block.exp: can't run to main
PASS -> FAIL: gdb.guile/scm-breakpoint.exp: create address breakpoint a '  *multiply'
PASS -> FAIL: gdb.guile/scm-breakpoint.exp: guile
new FAIL: gdb.guile/scm-breakpoint.exp: test_bkpt_basic: can't run to main
new FAIL: gdb.guile/scm-breakpoint.exp: test_bkpt_cond_and_cmds: can't run to main
new FAIL: gdb.guile/scm-breakpoint.exp: test_bkpt_deletion: can't run to main
new FAIL: gdb.guile/scm-breakpoint.exp: test_bkpt_eval_funcs: can't run to main
new FAIL: gdb.guile/scm-breakpoint.exp: test_bkpt_internal: can't run to main
new FAIL: gdb.guile/scm-breakpoint.exp: test_bkpt_invisible: can't run to main
new FAIL: gdb.guile/scm-breakpoint.exp: test_bkpt_registration: can't run to main
new FAIL: gdb.guile/scm-breakpoint.exp: test_watchpoints: can't run to main
new FAIL: gdb.guile/scm-cmd.exp: can't run to main
new FAIL: gdb.guile/scm-disasm.exp: can't run to main
new FAIL: gdb.guile/scm-equal.exp: can't run to main
new FAIL: gdb.guile/scm-frame-args.exp: can't run to main
new FAIL: gdb.guile/scm-frame.exp: can't run to main
new FAIL: gdb.guile/scm-iterator.exp: can't run to main
new FAIL: gdb.guile/scm-math.exp: can't run to main
new FAIL: gdb.guile/scm-objfile-script.exp: can't run to main
new FAIL: gdb.guile/scm-objfile.exp: can't run to main
new FAIL: gdb.guile/scm-section-script.exp: can't run to main
new FAIL: gdb.guile/scm-type.exp: can't run to main
new FAIL: gdb.guile/scm-value-cc.exp: can't run to main
new FAIL: gdb.guile/scm-value.exp: can't run to main
new FAIL: gdb.guile/types-module.exp: can't run to 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/thread.exp: can't run to main
PASS -> FAIL: gdb.mi/dw2-ref-missing-frame.exp: test func_loopfb_var
PASS -> FAIL: gdb.mi/dw2-ref-missing-frame.exp: test func_nofb_marker
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 -> FAIL: 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 -> FAIL: gdb.mi/mi-async-run.exp: send interrupt command
new FAIL: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: continue
PASS -> FAIL: 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 -> FAIL: 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 -> FAIL: 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 -> FAIL: 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 -> 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-cli.exp: -interpreter-exec console "list" at basics.c:$line_main_callme_2
PASS -> FAIL: 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-condbreak-call-thr-state.exp: mt: no spurious *running notifications
PASS -> FAIL: gdb.mi/mi-condbreak-call-thr-state.exp: st: no spurious *running notifications
PASS -> FAIL: gdb.mi/mi-console.exp: Testing console output
PASS -> FAIL: gdb.mi/mi-console.exp: finished step over hello
PASS -> FAIL: 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 -> FAIL: 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 -> UNRESOLVED: 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 -> UNRESOLVED: 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 -> FAIL: 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 -> FAIL: 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 -> 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 -> FAIL: gdb.mi/mi-exit-code.exp: second run: write exit code
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 -> FAIL: gdb.mi/mi-file-transfer.exp: put binary file
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_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 -> FAIL: 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
new FAIL: gdb.mi/mi-inheritance-syntax-error.exp: -data-evaluate-expression kill\n
PASS -> FAIL: 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 -> FAIL: 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 -> FAIL: 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 -> 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 -> FAIL: 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 -> FAIL: gdb.mi/mi-return.exp: delete all breakpoints
PASS -> FAIL: gdb.mi/mi-return.exp: return from callee4 now
PASS -> FAIL: gdb.mi/mi-reverse.exp: Turn on process record
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 -> FAIL: 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 -> FAIL: 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 -> 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-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 -> FAIL: gdb.mi/mi-var-child-f.exp: create local variable array
PASS -> FAIL: gdb.mi/mi-var-child-f.exp: get children of array
PASS -> FAIL: gdb.mi/mi-var-child-f.exp: get grandchildren of array
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 -> FAIL: 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 -> FAIL: 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 -> FAIL: 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 -> FAIL: 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 FAIL: gdb.mi/mi-var-cp.exp: wait for stop
PASS -> FAIL: 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-invalidate.exp: create floating variable
PASS -> FAIL: gdb.mi/mi-var-invalidate.exp: set format variable float_simple
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: step over 250
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: step over 63
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: step over 201
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: create local variable pvla2_associated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: create local variable vla1_allocated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: create local variable vla1_not_allocated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: eval variable pvla2_associated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: eval variable vla1_allocated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: eval variable vla1_not_allocated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate allocated vla
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate associated vla
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate filled vla
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate filled vla, contents modified
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate filled vla, filled all 1s
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate not allocated vla, after deallocation
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate not allocated vla, before allocation
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate not associated vla
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate vla pointer set to null
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: get children of vla1_allocated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: get children of vla1_not_allocated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: info type variable pvla2_associated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: info type variable vla1_allocated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: info type variable vla1_not_allocated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 23
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 24
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 27
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 30
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 31
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 36
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 37
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 42
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: show format variable pvla2_associated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: show format variable vla1_allocated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: show format variable vla1_not_allocated
PASS -> FAIL: 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 -> FAIL: 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 -> FAIL: 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 -> FAIL: 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 -> FAIL: 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 -> 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 -> FAIL: 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
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 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/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.
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 -> FAIL: 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
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 -> FAIL: 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 -> FAIL: 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 -> FAIL: gdb.python/py-mi.exp: run to 357
PASS -> FAIL: 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-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-symbol.exp: can't run to main
new FAIL: gdb.python/py-symtab.exp: can't run to main
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: 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: 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: 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
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: continue to end of sse4_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: continue to end of sse_test #2
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: continue to end of sse_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: continue to end of ssse3_test #2
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: continue to end of ssse3_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to addpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to addps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to addsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to addss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to addsubpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to addsubps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to andpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to andps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to blendpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to blendps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to blendvpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to blendvps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to cmppd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to cmpps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to cmpsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to cmpss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to comisd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to comiss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to cvtdq2pd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to cvtdq2ps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to cvtpd2dq
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to cvtpd2ps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to divpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to divps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to divsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to divss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to mulpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to mulps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to mulsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to mulss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to orpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to orps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to pabsb
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to pabsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to pabsw
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to packssdw
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to packsswb
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to ucomisd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to ucomiss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to unpckhpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to unpckhps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to xorpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to xorps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: turn on process record
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse addps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse addsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse addss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse addsubpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse addsubps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse andpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse andps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse blendps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse blendvpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse blendvps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse cmppd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse cmpps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse cmpsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse cmpss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse comisd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse comiss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse cvtdq2pd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse cvtdq2ps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse cvtpd2dq
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse cvtpd2ps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse divpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse divps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse divsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse divss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse mulpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse mulps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse mulsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse mulss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse orpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse orps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse pabsb
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse pabsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse pabsw
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse packssdw
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse packsswb
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse ucomisd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse ucomiss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse unpckhpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse unpckhps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse xorpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse xorps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 at end of sse4_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 at end of sse_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 at end of ssse3_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse addps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse addsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse addss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse addsubpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse addsubps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse andpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse andps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse blendps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse blendvpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse blendvps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse cmppd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse cmpps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse cmpsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse cmpss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse comisd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse comiss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse cvtdq2pd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse cvtdq2ps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse cvtpd2dq
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse cvtpd2ps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse divpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse divps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse divsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse divss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse mulpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse mulps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse mulsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse mulss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse orpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse orps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse pabsb
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse pabsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse pabsw
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse packssdw
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse packsswb
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse ucomisd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse ucomiss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse unpckhpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse unpckhps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse xorpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse xorps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 at end of sse4_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 at end of sse_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 at end of ssse3_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse addps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse addsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse addss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse addsubpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse addsubps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse andpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse andps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse blendps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse blendvpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse blendvps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse cmppd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse cmpps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse cmpsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse cmpss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse comisd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse comiss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse cvtdq2pd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse cvtdq2ps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse cvtpd2dq
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse cvtpd2ps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse divpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse divps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse divsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse divss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse mulpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse mulps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse mulsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse mulss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse orpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse orps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse pabsb
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse pabsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse pabsw
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse packssdw
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse packsswb
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse ucomisd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse ucomiss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse unpckhpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse unpckhps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse xorpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse xorps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 at end of sse4_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 at end of sse_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 at end of ssse3_test
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: 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 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 first shr1
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step generic
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: run to end of main
PASS -> FAIL: gdb.reverse/solib-precsave.exp: run until end part one
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/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 step into fn 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 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
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 step into fn 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 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
PASS -> FAIL: gdb.reverse/time-reverse.exp: continue to breakpoint: marker2
PASS -> FAIL: gdb.reverse/time-reverse.exp: reverse to marker1
PASS -> FAIL: gdb.reverse/time-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.server/abspath.exp: continue to main
new FAIL: gdb.server/abspath.exp: setting breakpoint at main
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/connect-stopped-target.exp: non-stop=on: connect and print pc
PASS -> FAIL: gdb.server/connect-stopped-target.exp: non-stop=on: print pc again
PASS -> FAIL: gdb.server/connect-with-no-symbol-file.exp: sysroot=: action=delete: connection to GDBserver succeeded
PASS -> FAIL: gdb.server/connect-with-no-symbol-file.exp: sysroot=target:: action=delete: connection to GDBserver succeeded
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 -> 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-restart.exp: set remote exec-file
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: run to marker
PASS -> FAIL: gdb.server/ext-wrapper.exp: set remote exec-file
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/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
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: first: connect
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: connect
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
PASS -> FAIL: gdb.server/server-connect.exp: tcp4: connect to gdbserver using tcp4:127.0.0.1
PASS -> FAIL: gdb.server/server-connect.exp: tcp6-with-brackets: connect to gdbserver using tcp6:[::1]
PASS -> FAIL: gdb.server/server-connect.exp: tcp6: connect to gdbserver using tcp6:::1
PASS -> FAIL: gdb.server/server-connect.exp: tcp: connect to gdbserver using tcp:localhost
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
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
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 1: continue
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 1: p libvar
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 1: target remote
PASS -> FAIL: gdb.server/stop-reply-no-thread.exp: connect
new FAIL: gdb.server/wrapper.exp: setting breakpoint at marker
new FAIL: gdb.stabs/gdb11479.exp: can't run to main natural_debug_format
PASS -> FAIL: gdb.threads/bp_in_thread.exp: run to noreturn
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-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: 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
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
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=on: continue: thread 1
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: 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: 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: 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: thread 1
new FAIL: gdb.threads/next-while-other-thread-longjmps.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: 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: 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
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/reconnect-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-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/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
PASS -> FAIL: gdb.threads/threadapply.exp: go down and check selected frame
PASS -> FAIL: gdb.threads/threadapply.exp: go up in the stack frame
PASS -> FAIL: gdb.threads/threadapply.exp: run a simple print command on all threads
PASS -> FAIL: gdb.threads/threadapply.exp: step to the thread_function
new FAIL: gdb.threads/threadapply.exp: thread apply 1.1 1.2 1.3: can't run to main
PASS -> FAIL: gdb.threads/threadapply.exp: thread apply all backthread
new FAIL: gdb.threads/threadapply.exp: thread apply all: 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/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/disconnected-tracing.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/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/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-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
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://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-native-gdbserver-m32/xfails/master/xfail?id=70b4137e>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-native-gdbserver-m32/xfails/master/xfail.table?id=70b4137e>




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

* Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master
  2018-10-23 15:10 [binutils-gdb] GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested sergiodj+buildbot
                   ` (9 preceding siblings ...)
  2018-10-24  2:54 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
@ 2018-10-24 19:50 ` sergiodj+buildbot
  2018-10-24 22:49 ` Failures on Ubuntu-Aarch64-native-gdbserver-m64, " sergiodj+buildbot
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-10-24 19:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-native-extended-gdbserver-m64/builds/41>

Commit(s) tested:
	f19c7ff839d7a32ebb48482ae7d318fb46ca823d

Author(s) (in the same order as the commits):
	John Darrington <john@darrington.wattle.id.au>

Subject:
	GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-native-extended-gdbserver-m64/f1/f19c7ff839d7a32ebb48482ae7d318fb46ca823d/>

*** Diff to previous build ***
============================
new UNRESOLVED: gdb.ada/O2_float_param.exp: delete all breakpoints in delete_breakpoints
FAIL -> UNRESOLVED: 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/access_to_packed_array.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.ada/access_to_unbounded_array.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/access_to_unbounded_array.exp: print Aos
new UNRESOLVED: gdb.ada/addr_arith.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/aliased_array.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/aliased_array.exp: print bt
new UNRESOLVED: gdb.ada/arr_acc_idx_w_gap.exp: delete all breakpoints in delete_breakpoints
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/array_bounds.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/array_of_variable_length.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/array_of_variable_length.exp: print pck.a
PASS -> FAIL: gdb.ada/array_of_variable_length.exp: ptype $
PASS -> UNRESOLVED: gdb.ada/array_of_variable_length.exp: ptype pck.a
new UNRESOLVED: gdb.ada/array_ptr_renaming.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.ada/array_return.exp: cannot run to main, testcase aborted
new UNRESOLVED: gdb.ada/array_return.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/array_subscript_addr.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/array_subscript_addr.exp: print a
new UNRESOLVED: gdb.ada/arraydim.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.ada/arraydim.exp: ptype m
new UNRESOLVED: gdb.ada/arrayidx.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.ada/arrayidx.exp: set print array-indexes off
new UNRESOLVED: gdb.ada/arrayparam.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.ada/arrayptr.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/assign_1.exp: changing the language to ada
PASS -> FAIL: gdb.ada/assign_1.exp: set convenience variable $xxx to 1
new UNRESOLVED: gdb.ada/assign_arr.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/assign_arr.exp: print input.u2 :=
new UNRESOLVED: gdb.ada/attr_ref_and_charlit.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/attr_ref_and_charlit.exp: gdb_test
PASS -> UNRESOLVED: 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 -> UNRESOLVED: 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 UNRESOLVED: gdb.ada/bad-task-bp-keyword.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/boolean_expr.exp: changing the language to ada
PASS -> FAIL: gdb.ada/boolean_expr.exp: print 1 = 2
PASS -> FAIL: gdb.ada/boolean_expr.exp: print 3 = 3
new UNRESOLVED: gdb.ada/bp_c_mixed_case.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/bp_enum_homonym.exp: break archive
PASS -> UNRESOLVED: gdb.ada/bp_enum_homonym.exp: list pck.adb:1
PASS -> UNRESOLVED: gdb.ada/bp_fun_addr.exp: break *a'address
PASS -> FAIL: gdb.ada/bp_fun_addr.exp: run until breakpoint at a'address
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
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
PASS -> UNRESOLVED: gdb.ada/bp_on_var.exp: set breakpoint pending off
PASS -> UNRESOLVED: 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
PASS -> FAIL: gdb.ada/bp_reset.exp: break do_nothing
PASS -> UNRESOLVED: gdb.ada/bp_reset.exp: break nested_sub
new UNRESOLVED: gdb.ada/byte_packed_arr.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/byte_packed_arr.exp: print broken
new UNRESOLVED: gdb.ada/call_pn.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/catch_assert_if.exp: cannot run to main, testcase aborted
new UNRESOLVED: gdb.ada/catch_assert_if.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/catch_ex.exp: cannot run to main, testcase aborted
new UNRESOLVED: gdb.ada/catch_ex.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/char_enum.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/char_enum.exp: print Char_Enum_Type'
PASS -> FAIL: gdb.ada/char_param.exp: call next
new UNRESOLVED: gdb.ada/char_param.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.ada/char_param.exp: print procedure_result before calling same
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 -> UNRESOLVED: 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
new UNRESOLVED: gdb.ada/complete.exp: delete all breakpoints in delete_breakpoints
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
PASS -> FAIL: gdb.ada/cond_lang.exp: break mixed.adb:33 if light = green
PASS -> FAIL: gdb.ada/cond_lang.exp: continue
new UNRESOLVED: gdb.ada/cond_lang.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/cond_lang.exp: show lang
new UNRESOLVED: gdb.ada/convvar_comp.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/dot_all.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/dyn_arrayidx.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/dyn_arrayidx.exp: maintenance set ada ignore-descriptive-types
PASS -> FAIL: gdb.ada/dyn_arrayidx.exp: ptype array_type
new UNRESOLVED: gdb.ada/dyn_loc.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/dyn_stride.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/enum_idx_packed.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/enum_idx_packed.exp: print full
PASS -> FAIL: gdb.ada/enum_idx_packed.exp: print full'first
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
new UNRESOLVED: gdb.ada/exec_changed.exp: shell mv /home/gdb_buildbot/ubuntu16-aarch64/ubuntu-aarch64-native-extended-gdbserver-m64/build/gdb/testsuite/outputs/gdb.ada/exec_changed/first /home/gdb_buildbot/ubuntu16-aarch64/ubuntu-aarch64-native-extended-gdbserver-m64/build/gdb/testsuite/outputs/gdb.ada/exec_changed/common
new UNRESOLVED: gdb.ada/exec_changed.exp: start
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.ada/expr_with_funcall.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.ada/exprs.exp: Long_Long_Integer ** Y
new UNRESOLVED: gdb.ada/exprs.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/exprs.exp: long_float'max
PASS -> FAIL: gdb.ada/exprs.exp: long_float'min
new UNRESOLVED: gdb.ada/fin_fun_out.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/fin_fun_out.exp: finish
new UNRESOLVED: gdb.ada/fixed_cmp.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/fixed_cmp.exp: print My_Var > 10
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.ada/fixed_points.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.ada/formatted_ref.exp: address of s1
new UNRESOLVED: gdb.ada/formatted_ref.exp: delete all breakpoints in delete_breakpoints
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
new UNRESOLVED: gdb.ada/frame_args.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/fullname_bp.exp: break Pck.Hello
PASS -> UNRESOLVED: gdb.ada/fullname_bp.exp: break pck.adb:Pck.Hello
PASS -> UNRESOLVED: gdb.ada/fullname_bp.exp: break pck.adb:pck.hello
PASS -> UNRESOLVED: gdb.ada/fullname_bp.exp: break pck.hello
PASS -> UNRESOLVED: gdb.ada/fun_addr.exp: print foo'address
new UNRESOLVED: gdb.ada/fun_in_declare.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/fun_overload_menu.exp: 1
new UNRESOLVED: gdb.ada/fun_overload_menu.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.ada/fun_renaming.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/fun_renaming.exp: print next
XFAIL -> FAIL: gdb.ada/fun_renaming.exp: print pack.renamed_next
XFAIL -> FAIL: gdb.ada/fun_renaming.exp: print renamed_next
new UNRESOLVED: gdb.ada/funcall_char.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/funcall_char.exp: print f
new UNRESOLVED: gdb.ada/funcall_param.exp: delete all breakpoints in delete_breakpoints
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 -> FAIL: gdb.ada/funcall_ptr.exp: Check that value of GA is 0x1234
PASS -> FAIL: gdb.ada/funcall_ptr.exp: call pck.p
new UNRESOLVED: gdb.ada/funcall_ptr.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/funcall_ref.exp: delete all breakpoints in delete_breakpoints
XFAIL -> UNRESOLVED: gdb.ada/funcall_ref.exp: p get
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 -> UNRESOLVED: gdb.ada/homonym.exp: set breakpoint at Get_Value
PASS -> FAIL: gdb.ada/homonym.exp: set breakpoint at homonym.adb:Get_Value
new UNRESOLVED: gdb.ada/info_addr_mixed_case.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 UNRESOLVED: gdb.ada/info_locals_renaming.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/info_locals_renaming.exp: info locals
PASS -> FAIL: gdb.ada/info_types.exp: info types new_integer_type
PASS -> UNRESOLVED: gdb.ada/info_types.exp: set lang ada
new UNRESOLVED: gdb.ada/int_deref.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/int_deref.exp: print *long_integer
PASS -> FAIL: gdb.ada/int_deref.exp: print long_integer
PASS -> UNRESOLVED: gdb.ada/int_deref.exp: print watch'address
new UNRESOLVED: gdb.ada/interface.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/interface.exp: print r
new UNRESOLVED: gdb.ada/iwide.exp: delete all breakpoints in delete_breakpoints
FAIL -> UNRESOLVED: gdb.ada/iwide.exp: print My_Drawable
PASS -> FAIL: gdb.ada/lang_switch.exp: backtrace
PASS -> FAIL: gdb.ada/lang_switch.exp: backtrace with lang set to C
new UNRESOLVED: gdb.ada/lang_switch.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/lang_switch.exp: set print frame-arguments all
PASS -> FAIL: gdb.ada/maint_with_ada.exp: maintenance check-psymtabs
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 UNRESOLVED: gdb.ada/maint_with_ada.exp: setting breakpoint at adainit
new UNRESOLVED: gdb.ada/mi_catch_assert.exp: cannot run to main, testcase aborted
new UNRESOLVED: gdb.ada/mi_catch_assert.exp: delete all breakpoints in delete_breakpoints
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/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_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 UNRESOLVED: gdb.ada/mi_ex_cond.exp: cannot run to main, testcase aborted
new UNRESOLVED: gdb.ada/mi_ex_cond.exp: delete all breakpoints in delete_breakpoints
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
new UNRESOLVED: gdb.ada/minsyms.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/mod_from_name.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/n_arr_bound.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/n_arr_bound.exp: ptype var
PASS -> UNRESOLVED: gdb.ada/nested.exp: break on nested function First
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 -> UNRESOLVED: gdb.ada/notcplusplus.exp: print <symada__cS> before loading symbols from ver.ads
new UNRESOLVED: gdb.ada/null_array.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/null_array.exp: print my_matrix
PASS -> UNRESOLVED: gdb.ada/null_array.exp: print my_table
PASS -> FAIL: gdb.ada/null_array.exp: ptype my_table
new UNRESOLVED: gdb.ada/null_record.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/null_record.exp: ptype on null record
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 -> UNRESOLVED: 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 UNRESOLVED: gdb.ada/operator_bp.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/operator_bp.exp: set debug-file-directory
new UNRESOLVED: gdb.ada/optim_drec.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.ada/packed_array.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/packed_array.exp: print &var
PASS -> FAIL: gdb.ada/packed_array.exp: print u_var
PASS -> UNRESOLVED: gdb.ada/packed_array.exp: print var
PASS -> FAIL: gdb.ada/packed_array.exp: ptype &var
new UNRESOLVED: gdb.ada/packed_array_assign.exp: delete all breakpoints in delete_breakpoints
FAIL -> UNRESOLVED: gdb.ada/packed_array_assign.exp: print pra :=
new UNRESOLVED: gdb.ada/packed_tagged.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/packed_tagged.exp: print x
PASS -> FAIL: gdb.ada/packed_tagged.exp: ptype x
new UNRESOLVED: gdb.ada/pckd_arr_ren.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/pckd_arr_ren.exp: print var
new UNRESOLVED: gdb.ada/pckd_neg.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/pckd_neg.exp: print SSA
new UNRESOLVED: gdb.ada/pkd_arr_elem.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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
new UNRESOLVED: gdb.ada/pp-rec-component.exp: verify python support
new UNRESOLVED: gdb.ada/print_chars.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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
new UNRESOLVED: gdb.ada/print_pc.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/print_pc.exp: p /x $pc
new UNRESOLVED: gdb.ada/ptr_typedef.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/ptr_typedef.exp: print my_blob.bees
PASS -> FAIL: gdb.ada/ptype_arith_binop.exp: ptype 3 * 2.0
PASS -> FAIL: gdb.ada/ptype_arith_binop.exp: ptype 3 / 2.0
PASS -> UNRESOLVED: gdb.ada/ptype_arith_binop.exp: set lang ada
new UNRESOLVED: gdb.ada/ptype_field.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.ada/ptype_tagged_param.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/py_range.exp: python print
new UNRESOLVED: gdb.ada/py_range.exp: verify python support
PASS -> UNRESOLVED: gdb.ada/rdv_wait.exp: set debug-file-directory
PASS -> FAIL: gdb.ada/rdv_wait.exp: task 2
new UNRESOLVED: gdb.ada/rec_comp.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/rec_return.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/ref_param.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/ref_tick_size.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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
new UNRESOLVED: gdb.ada/rename_subscript_param.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/rename_subscript_param.exp: insert second breakpoint in pkg.adb
new UNRESOLVED: gdb.ada/repeat_dyn.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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
new UNRESOLVED: 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
PASS -> UNRESOLVED: gdb.ada/same_enum.exp: print red
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
new UNRESOLVED: gdb.ada/scoped_watch.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/scoped_watch.exp: next to call to Call_Me
PASS -> UNRESOLVED: gdb.ada/scoped_watch.exp: watch result
new UNRESOLVED: gdb.ada/set_pckd_arr_elt.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/set_pckd_arr_elt.exp: print sa
new FAIL: gdb.ada/set_pckd_arr_elt.exp: setting breakpoint at update_small
new UNRESOLVED: gdb.ada/set_wstr.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/small_reg_param.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/start.exp: start failed to land inside the right procedure
new UNRESOLVED: gdb.ada/str_binop_equal.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.ada/str_binop_equal.exp: print my_str = my_str
new UNRESOLVED: gdb.ada/str_ref_cmp.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/str_ref_cmp.exp: operator = works for strings
PASS -> FAIL: gdb.ada/str_ref_cmp.exp: print String_Var
new UNRESOLVED: gdb.ada/str_uninit.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/sym_print_name.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.ada/taft_type.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/tagged.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/tagged.exp: print segm
PASS -> UNRESOLVED: gdb.ada/tagged.exp: ptype segm
new UNRESOLVED: gdb.ada/tagged_access.exp: delete all breakpoints in delete_breakpoints
FAIL -> UNRESOLVED: gdb.ada/tagged_access.exp: ptype c.all
new UNRESOLVED: gdb.ada/tagged_not_init.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/tagged_not_init.exp: print obj
PASS -> FAIL: gdb.ada/task_bp.exp: break dummy_task - from full symtab
PASS -> UNRESOLVED: 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 -> UNRESOLVED: 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 -> UNRESOLVED: 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 -> UNRESOLVED: gdb.ada/task_bp.exp: break pck.dummy_task - from psymtab
PASS -> UNRESOLVED: gdb.ada/task_bp.exp: expanding symtab for dummy_task
PASS -> UNRESOLVED: gdb.ada/task_bp.exp: expanding symtab for pck.adb:dummy_task
PASS -> UNRESOLVED: gdb.ada/task_bp.exp: expanding symtab for pck.adb:pck.dummy_task
PASS -> UNRESOLVED: gdb.ada/task_bp.exp: expanding symtab for pck.dummy_task
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 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
PASS -> FAIL: gdb.ada/tasks.exp: break break_me task 1
PASS -> FAIL: gdb.ada/tasks.exp: break break_me task 3
new UNRESOLVED: gdb.ada/tasks.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/tasks.exp: info tasks before inserting breakpoint
PASS -> UNRESOLVED: gdb.ada/tick_last_segv.exp: print short-integer'first
PASS -> FAIL: gdb.ada/tick_last_segv.exp: print short-integer'last
new UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: 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 -> 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 UNRESOLVED: gdb.ada/type_coercion.exp: delete all breakpoints in delete_breakpoints
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
new UNRESOLVED: gdb.ada/unc_arr_ptr_in_var_rec.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.ada/uninitialized_vars.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/uninitialized_vars.exp: info locals
new UNRESOLVED: gdb.ada/var_arr_attrs.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.ada/var_arr_typedef.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/var_arr_typedef.exp: print a
PASS -> UNRESOLVED: gdb.ada/var_arr_typedef.exp: print va
PASS -> FAIL: gdb.ada/var_arr_typedef.exp: print vb
new UNRESOLVED: gdb.ada/var_rec_arr.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.ada/variant_record_packed_array.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/variant_record_packed_array.exp: print address
PASS -> UNRESOLVED: gdb.ada/variant_record_packed_array.exp: print my_buffer
PASS -> FAIL: gdb.ada/variant_record_packed_array.exp: print {foo.octal_buffer}
new UNRESOLVED: gdb.ada/varsize_limit.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/watch_arg.exp: continuing to second breakpoint
PASS -> FAIL: gdb.ada/watch_arg.exp: continuing until watchpoint automatic deletion
new UNRESOLVED: gdb.ada/watch_arg.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/watch_arg.exp: insert second breakpoint in watch.adb
PASS -> UNRESOLVED: gdb.ada/watch_arg.exp: set watchpoint on function argument X
new UNRESOLVED: gdb.ada/whatis_array_val.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/widewide.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/win_fu_syms.exp: info line on Do_Nothing call
PASS -> UNRESOLVED: gdb.ada/win_fu_syms.exp: info line on variable declaration
new UNRESOLVED: gdb.arch/aarch64-atomic-inst.exp: could not run to main
new UNRESOLVED: gdb.arch/aarch64-atomic-inst.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.arch/aarch64-fp.exp: could not run to main
new UNRESOLVED: gdb.arch/aarch64-fp.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.arch/aarch64-sighandler-regs.exp: could not run to main
new UNRESOLVED: gdb.arch/aarch64-sighandler-regs.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.arch/aarch64-tagged-pointer.exp: could not run to main
new UNRESOLVED: gdb.arch/aarch64-tagged-pointer.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.arch/arc-tdesc-cpu.exp: setting HS architecture
new UNRESOLVED: gdb.arch/arm-neon.exp: could not run to main
new UNRESOLVED: gdb.arch/arm-neon.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.arch/ftrace-insn-reloc.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.arch/ftrace-insn-reloc.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.arch/i386-biarch-core.exp: complete set gnutarget
PASS -> FAIL: gdb.asm/asm-source.exp: bt 2 in foo2
PASS -> FAIL: gdb.asm/asm-source.exp: bt 3 in foo3
PASS -> FAIL: gdb.asm/asm-source.exp: bt ALL in foo2
new UNRESOLVED: gdb.asm/asm-source.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.asm/asm-source.exp: disassem &globalvar,
PASS -> FAIL: gdb.asm/asm-source.exp: disassem &staticvar,
PASS -> UNRESOLVED: gdb.asm/asm-source.exp: f at main
PASS -> FAIL: gdb.asm/asm-source.exp: f in foo2
PASS -> FAIL: gdb.asm/asm-source.exp: finish from foo3
PASS -> FAIL: gdb.asm/asm-source.exp: info line
PASS -> FAIL: gdb.asm/asm-source.exp: info source asmsrc1.s
PASS -> FAIL: gdb.asm/asm-source.exp: info source asmsrc2.s
PASS -> FAIL: gdb.asm/asm-source.exp: info sources
PASS -> FAIL: gdb.asm/asm-source.exp: info symbol
PASS -> FAIL: gdb.asm/asm-source.exp: info target
PASS -> FAIL: gdb.asm/asm-source.exp: list
PASS -> FAIL: gdb.asm/asm-source.exp: look at global variable
PASS -> FAIL: gdb.asm/asm-source.exp: look at static function
PASS -> FAIL: gdb.asm/asm-source.exp: look at static variable
PASS -> FAIL: gdb.asm/asm-source.exp: n at main
PASS -> FAIL: gdb.asm/asm-source.exp: n in foo2
PASS -> FAIL: gdb.asm/asm-source.exp: next over foo3
PASS -> FAIL: gdb.asm/asm-source.exp: next over macro
PASS -> FAIL: gdb.asm/asm-source.exp: return from foo2
PASS -> FAIL: gdb.asm/asm-source.exp: search
PASS -> FAIL: gdb.asm/asm-source.exp: step into foo2
PASS -> FAIL: gdb.asm/asm-source.exp: x/i &globalvar
PASS -> FAIL: gdb.asm/asm-source.exp: x/i &staticvar
PASS -> UNRESOLVED: gdb.base/a2-run.exp: run "a2-run" with no args
PASS -> FAIL: gdb.base/a2-run.exp: set args
PASS -> FAIL: gdb.base/a2-run.exp: set args 6
new UNRESOLVED: gdb.base/advance.exp: can't run to main
new UNRESOLVED: gdb.base/advance.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/alias.exp: alias -a set2=set
PASS -> FAIL: gdb.base/alias.exp: alias set2=set
PASS -> UNRESOLVED: gdb.base/alias.exp: set2 print elements 42
PASS -> FAIL: gdb.base/alias.exp: verify set2
new UNRESOLVED: gdb.base/align.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/all-architectures-0.exp: all passed
new UNRESOLVED: gdb.base/all-architectures-0.exp: set max-completions unlimited
PASS -> FAIL: gdb.base/all-architectures-1.exp: all passed
new UNRESOLVED: gdb.base/all-architectures-1.exp: set max-completions unlimited
PASS -> FAIL: gdb.base/all-architectures-2.exp: all passed
new UNRESOLVED: gdb.base/all-architectures-2.exp: set max-completions unlimited
PASS -> FAIL: gdb.base/all-architectures-3.exp: all passed
new UNRESOLVED: gdb.base/all-architectures-3.exp: set max-completions unlimited
PASS -> FAIL: gdb.base/all-architectures-4.exp: all passed
new UNRESOLVED: gdb.base/all-architectures-4.exp: set max-completions unlimited
PASS -> FAIL: gdb.base/all-architectures-5.exp: all passed
new UNRESOLVED: gdb.base/all-architectures-5.exp: set max-completions unlimited
PASS -> FAIL: gdb.base/all-architectures-6.exp: all passed
new UNRESOLVED: gdb.base/all-architectures-6.exp: set max-completions unlimited
PASS -> FAIL: gdb.base/all-architectures-7.exp: all passed
new UNRESOLVED: gdb.base/all-architectures-7.exp: set max-completions unlimited
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=AIX: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=Cygwin: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=DICOS: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=DJGPP: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=Darwin: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=FreeBSD: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=GNU/Hurd: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=GNU/Linux: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=LynxOS178: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=NetBSD: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=Newlib: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=OpenBSD: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=OpenVMS: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=QNX-Neutrino: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=SDE: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=SVR4: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=Solaris: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=Symbian: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=WindowsCE: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=auto: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=default: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=none: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new UNRESOLVED: gdb.base/all-bin.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/annota-input-while-running.exp: can't run to main
new UNRESOLVED: gdb.base/annota-input-while-running.exp: delete all breakpoints in delete_breakpoints
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: break at value++
PASS -> FAIL: 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 -> FAIL: 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
new UNRESOLVED: gdb.base/annota1.exp: delete all breakpoints in delete_breakpoints
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 -> FAIL: gdb.base/annota1.exp: get inferior pid
PASS -> FAIL: gdb.base/annota1.exp: go after array init line
PASS -> FAIL: gdb.base/annota1.exp: ignore 5 4
new FAIL: gdb.base/annota1.exp: next to exit loop
PASS -> FAIL: 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 UNRESOLVED: gdb.base/annota1.exp: run to main
PASS -> FAIL: gdb.base/annota1.exp: send SIGUSR1
PASS -> UNRESOLVED: gdb.base/annota1.exp: set height 0
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: break at value++
PASS -> FAIL: gdb.base/annota3.exp: break in main
PASS -> FAIL: gdb.base/annota3.exp: breakpoint handle_USR1
PASS -> FAIL: gdb.base/annota3.exp: breakpoint ignore count
PASS -> FAIL: gdb.base/annota3.exp: breakpoint info
PASS -> FAIL: gdb.base/annota3.exp: breakpoint main
PASS -> FAIL: gdb.base/annota3.exp: breakpoint printf
PASS -> FAIL: gdb.base/annota3.exp: continue to printf
PASS -> FAIL: gdb.base/annota3.exp: delete bp 1
PASS -> FAIL: gdb.base/annota3.exp: delete bp 2
PASS -> FAIL: gdb.base/annota3.exp: delete bp 3
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: ignore 5 4
PASS -> FAIL: gdb.base/annota3.exp: next to exit loop
PASS -> FAIL: gdb.base/annota3.exp: print array
PASS -> FAIL: gdb.base/annota3.exp: print non_existent_value
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 -> UNRESOLVED: gdb.base/annota3.exp: set height 0
PASS -> FAIL: gdb.base/annota3.exp: set up display
PASS -> FAIL: gdb.base/annota3.exp: signal sent
new UNRESOLVED: gdb.base/anon.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: 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 two empty
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 two empty
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 two empty
PASS -> FAIL: gdb.base/args.exp: argv[3] for one empty
PASS -> FAIL: gdb.base/args.exp: argv[3] for two empty
PASS -> FAIL: gdb.base/args.exp: argv[4] for two empty
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 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: could not run to main
new UNRESOLVED: gdb.base/argv0-symlink.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/arithmet.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/arrayidx.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/asmlabel.exp: can't run to main
new UNRESOLVED: gdb.base/asmlabel.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/assign.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/async-shell.exp: set non-stop on
new UNRESOLVED: gdb.base/async.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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
PASS -> UNRESOLVED: gdb.base/attach-pie-noexec.exp: show architecture
XFAIL -> UNRESOLVED: gdb.base/attach-twice.exp: attach
PASS -> FAIL: gdb.base/attach-wait-input.exp: editing off: attach and print
new UNRESOLVED: gdb.base/attach-wait-input.exp: editing off: can't run to setup_done
new UNRESOLVED: gdb.base/attach-wait-input.exp: editing off: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/attach-wait-input.exp: editing on: attach and print
new UNRESOLVED: gdb.base/attach-wait-input.exp: editing on: can't run to setup_done
new UNRESOLVED: gdb.base/attach-wait-input.exp: editing on: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: 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 -> 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 -> UNRESOLVED: gdb.base/attach.exp: load file
new UNRESOLVED: gdb.base/auto-connect-native-target.exp: help target native
PASS -> FAIL: gdb.base/auto-load.exp: print $script_loaded
PASS -> UNRESOLVED: gdb.base/auto-load.exp: set auto-load scripts-directory
PASS -> FAIL: gdb.base/auxv.exp: continue
PASS -> FAIL: gdb.base/auxv.exp: gcore
PASS -> FAIL: gdb.base/auxv.exp: info auxv on live process
PASS -> UNRESOLVED: gdb.base/auxv.exp: set print sevenbit-strings
PASS -> FAIL: gdb.base/bad-file.exp: non-existent file
PASS -> UNRESOLVED: gdb.base/bang.exp: continue until exit
new UNRESOLVED: gdb.base/bang.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/bfp-test.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/bg-execution-repeat.exp: c 1&: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/bg-execution-repeat.exp: c&: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/bigcore.exp: continue
PASS -> FAIL: gdb.base/bigcore.exp: extract next heap
PASS -> FAIL: gdb.base/bigcore.exp: extract prev heap
PASS -> FAIL: gdb.base/bigcore.exp: next
PASS -> FAIL: gdb.base/bigcore.exp: save heap size
PASS -> UNRESOLVED: gdb.base/bigcore.exp: set print sevenbit-strings
PASS -> FAIL: gdb.base/bigcore.exp: signal SIGABRT
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
PASS -> UNRESOLVED: gdb.base/bitfields.exp: set print sevenbit-strings
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
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
PASS -> UNRESOLVED: gdb.base/bitfields2.exp: set print sevenbit-strings
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
PASS -> UNRESOLVED: gdb.base/bitops.exp: print value of !1
new UNRESOLVED: gdb.base/bp-cmds-continue-ctrl-c.exp: run: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/bp-permanent.exp: always_inserted=off, sw_watchpoint=0: delete all breakpoints in delete_breakpoints
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/branch-to-self.exp: single-step: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/break-always.exp: before re-enable check breakpoint state
PASS -> FAIL: gdb.base/break-always.exp: confirm breakpoint always-inserted
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 -> UNRESOLVED: gdb.base/break-always.exp: set breakpoint always-inserted on
PASS -> FAIL: gdb.base/break-always.exp: set breakpoint on bar
PASS -> FAIL: gdb.base/break-always.exp: set breakpoint on bar 2
new UNRESOLVED: gdb.base/break-caller-line.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/break-entry.exp: info files
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.base/break-idempotent.exp: can't run to main
new UNRESOLVED: gdb.base/break-idempotent.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.base/break-inline.exp: setting breakpoint at main
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: BINprelinkNOdebugINpieATTACH: attach-relinkNO: set verbose on
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: attach: set verbose on
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: core: set debug-file-directory for core
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: BINprelinkNOdebugINpieNO: set debug-file-directory
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: attach: set verbose on
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: core: set debug-file-directory for core
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: BINprelinkNOdebugINpieYES: set debug-file-directory
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: BINprelinkNOdebugNOpieATTACH: attach-relinkNO: set verbose on
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: attach: set verbose on
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: core: set debug-file-directory for core
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: set debug-file-directory
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: symbol-less: set debug-file-directory
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: attach: set verbose on
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: core: set debug-file-directory for core
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: set debug-file-directory
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: symbol-less: set debug-file-directory
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: BINprelinkNOdebugSEPpieATTACH: attach-relinkNO: set verbose on
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: attach: set verbose on
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: core: set debug-file-directory for core
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: BINprelinkNOdebugSEPpieNO: set debug-file-directory
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: attach: set verbose on
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: core: set debug-file-directory for core
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: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: set debug-file-directory
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: set debug-file-directory
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: BINprelinkNOdebugINpieATTACH: attach-relinkNO: set verbose on
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: attach: set verbose on
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: core: set debug-file-directory for core
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: BINprelinkNOdebugINpieNO: set debug-file-directory
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: attach: set verbose on
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: core: set debug-file-directory for core
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: BINprelinkNOdebugINpieYES: set debug-file-directory
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: BINprelinkNOdebugNOpieATTACH: attach-relinkNO: set verbose on
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: attach: set verbose on
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: core: set debug-file-directory for core
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: set debug-file-directory
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: symbol-less: set debug-file-directory
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: attach: set verbose on
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: core: set debug-file-directory for core
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: set debug-file-directory
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: symbol-less: set debug-file-directory
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: BINprelinkNOdebugSEPpieATTACH: attach-relinkNO: set verbose on
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: attach: set verbose on
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: core: set debug-file-directory for core
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: BINprelinkNOdebugSEPpieNO: set debug-file-directory
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: attach: set verbose on
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: core: set debug-file-directory for core
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: BINprelinkNOdebugSEPpieYES: set debug-file-directory
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: set debug-file-directory
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: symbol-less: set debug-file-directory
new FAIL: gdb.base/break-interp.exp: show debug-file-directory
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: can't run to start
PASS -> UNRESOLVED: gdb.base/break-on-linker-gcd-function.exp: b 24
PASS -> UNRESOLVED: gdb.base/break-on-linker-gcd-function.exp: readnow: b 24
PASS -> UNRESOLVED: gdb.base/break-probes.exp: set stop-on-solib-events 1
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: 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 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 -> UNRESOLVED: gdb.base/break.exp: delete all breakpoints when none
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 UNRESOLVED: gdb.base/breakpoint-in-ro-region.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/breakpoint-shadow.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/breakpoint-shadow.exp: start
new UNRESOLVED: gdb.base/bt-selected-frame.exp: bt full: can't run to main
new UNRESOLVED: gdb.base/bt-selected-frame.exp: bt full: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/bt-selected-frame.exp: bt: can't run to main
new UNRESOLVED: gdb.base/bt-selected-frame.exp: bt: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.base/c-linkage-name.exp: print symada__cS before partial symtab expansion
PASS -> UNRESOLVED: gdb.base/call-ar-st.exp: set print sevenbit-strings
PASS -> UNRESOLVED: gdb.base/call-rt-st.exp: set print sevenbit-strings
PASS -> UNRESOLVED: gdb.base/call-sc.exp: ptype; call-sc-tc
PASS -> UNRESOLVED: gdb.base/call-sc.exp: set print sevenbit-strings
new UNRESOLVED: gdb.base/call-signal-resume.exp: can't run to main
new UNRESOLVED: gdb.base/call-signal-resume.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/call-strs.exp: set print sevenbit-strings
new UNRESOLVED: gdb.base/callexit.exp: can't run to main
new UNRESOLVED: gdb.base/callexit.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.base/callfuncs.exp: noproto: set print sevenbit-strings
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 -> FAIL: gdb.base/callfuncs.exp: retrieve original register contents
PASS -> UNRESOLVED: gdb.base/callfuncs.exp: set print sevenbit-strings
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 UNRESOLVED: gdb.base/catch-fork-kill.exp: fork-kind=fork: exit-kind=exit: fork: could not run to main
new UNRESOLVED: gdb.base/catch-fork-kill.exp: fork-kind=fork: exit-kind=exit: fork: 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/catch-fork-kill.exp: fork-kind=vfork: exit-kind=kill: vfork: could not run to main
new UNRESOLVED: gdb.base/catch-fork-kill.exp: fork-kind=vfork: exit-kind=kill: vfork: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/catch-fork-static.exp: catch fork
PASS -> FAIL: gdb.base/catch-fork-static.exp: run to fork
new UNRESOLVED: gdb.base/catch-gdb-caused-signals.exp: can't run to main to make the tests
new UNRESOLVED: gdb.base/catch-gdb-caused-signals.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-load.exp: non-matching load with stop-on-solib-events: can't run to main
new UNRESOLVED: gdb.base/catch-load.exp: non-matching load with stop-on-solib-events: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-load.exp: non-matching load: can't run to main
new UNRESOLVED: gdb.base/catch-load.exp: non-matching load: delete all breakpoints in delete_breakpoints
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/catch-load.exp: non-matching unload: can't run to main
new UNRESOLVED: gdb.base/catch-load.exp: non-matching unload: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-load.exp: plain load with stop-on-solib-events: can't run to main
new UNRESOLVED: gdb.base/catch-load.exp: plain load with stop-on-solib-events: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-load.exp: plain load: can't run to main
new UNRESOLVED: gdb.base/catch-load.exp: plain load: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-load.exp: plain unload with stop-on-solib-events: can't run to main
new UNRESOLVED: gdb.base/catch-load.exp: plain unload with stop-on-solib-events: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-load.exp: plain unload: can't run to main
new UNRESOLVED: gdb.base/catch-load.exp: plain unload: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-load.exp: rx load with stop-on-solib-events: can't run to main
new UNRESOLVED: gdb.base/catch-load.exp: rx load with stop-on-solib-events: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-load.exp: rx load: can't run to main
new UNRESOLVED: gdb.base/catch-load.exp: rx load: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-load.exp: rx unload with stop-on-solib-events: can't run to main
new UNRESOLVED: gdb.base/catch-load.exp: rx unload with stop-on-solib-events: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-load.exp: rx unload: can't run to main
new UNRESOLVED: gdb.base/catch-load.exp: rx unload: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-signal-fork.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-signal-siginfo-cond.exp: can't run to main
new UNRESOLVED: gdb.base/catch-signal-siginfo-cond.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-signal.exp: 1: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.base/catch-signal.exp: SIGHUP SIGUSR2: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-signal.exp: SIGHUP: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/catch-signal.exp: catch signal SIGZARDOZ
new FAIL: gdb.base/catch-signal.exp: setting breakpoint at main
new UNRESOLVED: gdb.base/catch-syscall.exp: can't run to main
new UNRESOLVED: gdb.base/catch-syscall.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/charset.exp: show charset
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 -> UNRESOLVED: gdb.base/chng-syms.exp: setting conditional breakpoint on function
PASS -> FAIL: gdb.base/code-expr.exp:
PASS -> UNRESOLVED: gdb.base/code-expr.exp: set print sevenbit-strings
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 symtabs: test eliminated var my_global_symbol
PASS -> FAIL: gdb.base/code_elim.exp: symbol-file code_elim1
PASS -> FAIL: gdb.base/command-line-input.exp: print 1\\n + 2
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: gdbvar_simple_if_test: #1
PASS -> FAIL: gdb.base/commands.exp: gdbvar_simple_if_test: #2
PASS -> UNRESOLVED: gdb.base/commands.exp: gdbvar_simple_if_test: set foo
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
PASS -> UNRESOLVED: gdb.base/compare-sections.exp: after file: compare-sections
PASS -> FAIL: gdb.base/compare-sections.exp: after file: compare-sections -r
PASS -> FAIL: gdb.base/compare-sections.exp: after reload: compare-sections
PASS -> FAIL: gdb.base/compare-sections.exp: after reload: compare-sections -r
new FAIL: gdb.base/compare-sections.exp: can't run to main
PASS -> FAIL: gdb.base/compare-sections.exp: compare-sections .text
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
new UNRESOLVED: gdb.base/completion.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.base/complex.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/comprdebug.exp: file comprdebug0.o
new UNRESOLVED: gdb.base/cond-eval-mode.exp: can't run to main
new UNRESOLVED: gdb.base/cond-eval-mode.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/cond-expr.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/condbreak-call-false.exp: can't run to main
new UNRESOLVED: gdb.base/condbreak-call-false.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: 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: 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 UNRESOLVED: gdb.base/consecutive-step-over.exp: can't run to main
new UNRESOLVED: gdb.base/consecutive-step-over.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/consecutive.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/constvars.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/continue-after-aborted-step-over.exp: displaced-stepping=off: run to main
PASS -> UNRESOLVED: gdb.base/continue-after-aborted-step-over.exp: displaced-stepping=off: set displaced-stepping off
new FAIL: gdb.base/continue-after-aborted-step-over.exp: displaced-stepping=on: run to main
PASS -> UNRESOLVED: gdb.base/continue-after-aborted-step-over.exp: displaced-stepping=on: set displaced-stepping on
PASS -> UNRESOLVED: gdb.base/continue-all-already-running.exp: set non-stop on
new UNRESOLVED: gdb.base/coredump-filter.exp: could not run to main
new UNRESOLVED: gdb.base/coredump-filter.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/corefile.exp: $_exitsignal prints SIGABRT
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: backtrace in corefile.exp
PASS -> UNRESOLVED: gdb.base/corefile.exp: core-file command
PASS -> UNRESOLVED: gdb.base/corefile.exp: core-file warning-free
PASS -> FAIL: 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 -> FAIL: gdb.base/corefile.exp: up in corefile.exp
new UNRESOLVED: gdb.base/ctxobj.exp: could not run to main
new UNRESOLVED: gdb.base/ctxobj.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/cursal.exp: list before run
PASS -> UNRESOLVED: gdb.base/cursal.exp: set listsize 1
PASS -> FAIL: gdb.base/cvexpr.exp:
PASS -> UNRESOLVED: gdb.base/cvexpr.exp: set print sevenbit-strings
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 UNRESOLVED: gdb.base/dcache-line-read-error.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/debug-expr.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/debug-expr.exp: run to main
PASS -> FAIL: gdb.base/default.exp: add-symbol-file
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 UNRESOLVED: gdb.base/define.exp: define tests suppressed
new UNRESOLVED: gdb.base/define.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/define.exp: use hook-stop command
PASS -> FAIL: gdb.base/define.exp: use user command: nextwhere
PASS -> FAIL: gdb.base/del.exp: Remove last breakpoint
PASS -> FAIL: gdb.base/del.exp: breakpoint insertion
PASS -> UNRESOLVED: gdb.base/del.exp: remove all breakpoints
new UNRESOLVED: gdb.base/detach.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/detach.exp: detach, one
PASS -> FAIL: gdb.base/detach.exp: detach, two
PASS -> UNRESOLVED: gdb.base/detach.exp: set should_exit, one
PASS -> FAIL: gdb.base/detach.exp: set should_exit, two
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2df
new UNRESOLVED: gdb.base/disabled-location.exp: can't run to main
new UNRESOLVED: gdb.base/disabled-location.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/disasm-end-cu.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/display.exp: could not run to main - other tests will fail.
new UNRESOLVED: gdb.base/display.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/display.exp: kill
PASS -> UNRESOLVED: 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 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/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 FAIL: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=off: can't run to main
PASS -> UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=off: set breakpoint always-inserted off
new FAIL: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: can't run to main
PASS -> UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: set breakpoint always-inserted off
new FAIL: gdb.base/dprintf-detach.exp: bai=off ds=call dd=off: can't run to main
PASS -> UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=off: set breakpoint always-inserted off
new FAIL: gdb.base/dprintf-detach.exp: bai=off ds=call dd=on: can't run to main
PASS -> UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=on: set breakpoint always-inserted off
new FAIL: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=off: can't run to main
PASS -> UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=off: set breakpoint always-inserted off
new FAIL: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: can't run to main
PASS -> UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: set breakpoint always-inserted off
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=off: can't run to main
PASS -> UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=off: set breakpoint always-inserted on
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=on: can't run to main
PASS -> UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=on: set breakpoint always-inserted on
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=call dd=off: can't run to main
PASS -> UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=off: set breakpoint always-inserted on
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=call dd=on: can't run to main
PASS -> UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=on: set breakpoint always-inserted on
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: can't run to main
PASS -> UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: set breakpoint always-inserted on
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=on: can't run to main
PASS -> UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=on: set breakpoint always-inserted on
new UNRESOLVED: gdb.base/dprintf-next.exp: can't run to main
new UNRESOLVED: gdb.base/dprintf-next.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-non-stop.exp: can't run to main
new UNRESOLVED: gdb.base/dprintf-non-stop.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/dprintf-pending.exp: run to resolved dprintf
PASS -> UNRESOLVED: gdb.base/dprintf-pending.exp: set pending dprintf
PASS -> FAIL: gdb.base/dprintf-pending.exp: single pending dprintf info
PASS -> UNRESOLVED: gdb.base/dprintf-pending.exp: without format: missing ,FMT
PASS -> FAIL: gdb.base/dprintf-pending.exp: without symbols: run to resolved dprintf
PASS -> UNRESOLVED: gdb.base/dprintf-pending.exp: without symbols: set pending dprintf
PASS -> FAIL: gdb.base/dprintf-pending.exp: without symbols: single pending dprintf info
new UNRESOLVED: gdb.base/dprintf.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dso2dso.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/dump.exp: inaccessible memory is reported
PASS -> UNRESOLVED: gdb.base/dup-sect.exp: var1 after strip
PASS -> FAIL: gdb.base/dup-sect.exp: var2 after strip
new UNRESOLVED: 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 UNRESOLVED: gdb.base/duplicate-bp.exp: del_1_stop_2: delete all breakpoints in delete_breakpoints
new UNRESOLVED: 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 UNRESOLVED: gdb.base/duplicate-bp.exp: del_2_stop_1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: 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
new UNRESOLVED: gdb.base/duplicate-bp.exp: dis_1_del_2_stop_3: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: 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
new UNRESOLVED: gdb.base/duplicate-bp.exp: dis_1_del_3_stop_1: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: 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
new UNRESOLVED: gdb.base/duplicate-bp.exp: dis_2_del_1_stop_3: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: 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
new UNRESOLVED: gdb.base/duplicate-bp.exp: dis_2_del_3_stop_1: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: 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
new UNRESOLVED: gdb.base/duplicate-bp.exp: dis_3_del_1_stop_2: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: 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
new UNRESOLVED: gdb.base/duplicate-bp.exp: dis_3_del_2_stop_1: delete all breakpoints in delete_breakpoints
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/echo.exp: echo test
PASS -> FAIL: gdb.base/empty_exe.exp: file ''
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 & 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 UNRESOLVED: gdb.base/ena-dis-br.exp: delete all breakpoints in delete_breakpoints
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 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
PASS -> FAIL: gdb.base/ena-dis-br.exp: info break marker1
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: rerun to main
PASS -> FAIL: gdb.base/ena-dis-br.exp: step after continue with ignore count
PASS -> UNRESOLVED: gdb.base/endian.exp: default target endianness
PASS -> FAIL: gdb.base/ending-run.exp: Cleared 2 by line
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 -> UNRESOLVED: 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
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 UNRESOLVED: gdb.base/enum_cond.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.base/enumval.exp: print e
PASS -> FAIL: gdb.base/enumval.exp: print f
PASS -> FAIL: gdb.base/environ.exp: show environment works
PASS -> FAIL: gdb.base/environ.exp: unset environment variable
new UNRESOLVED: gdb.base/eval-avoid-side-effects.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/eval-skip.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/eval.exp: initialize $a.
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/exe-lock.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/exec-invalid-sysroot.exp: couldn't run exec-invalid-sysroot
PASS -> UNRESOLVED: gdb.base/exec-invalid-sysroot.exp: set sysroot /a/path/that/does/not/exist
new UNRESOLVED: gdb.base/execl-update-breakpoints.exp: couldn't run to main
new UNRESOLVED: gdb.base/execl-update-breakpoints.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.base/execution-termios.exp: next: can't run to main
new UNRESOLVED: gdb.base/execution-termios.exp: next: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/exitsignal.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/expand-psymtabs.exp: expand psymtabs
new UNRESOLVED: gdb.base/exprs.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/filesym.exp: complete on "filesy"
new UNRESOLVED: gdb.base/filesym.exp: show editing
new UNRESOLVED: gdb.base/find-unmapped.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/find.exp: $_
PASS -> FAIL: gdb.base/find.exp: $numfound
PASS -> UNRESOLVED: 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 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/finish.exp: couldn't run to main
new UNRESOLVED: gdb.base/finish.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/fixsection.exp: can't run to main
new UNRESOLVED: gdb.base/fixsection.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/float.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/foll-exec-mode.exp: couldn't run foll-exec-mode
new UNRESOLVED: gdb.base/foll-exec-mode.exp: delete all breakpoints in delete_breakpoints
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: new,next,infswitch: couldn't run foll-exec-mode
new UNRESOLVED: gdb.base/foll-exec-mode.exp: new,next,infswitch: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/foll-exec-mode.exp: new,next,no_infswitch: couldn't run foll-exec-mode
new UNRESOLVED: gdb.base/foll-exec-mode.exp: new,next,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-exec-mode.exp: same,next,no_infswitch: couldn't run foll-exec-mode
new UNRESOLVED: gdb.base/foll-exec-mode.exp: same,next,no_infswitch: delete all breakpoints in delete_breakpoints
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/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
PASS -> UNRESOLVED: gdb.base/foll-fork.exp: help set follow-fork
PASS -> UNRESOLVED: gdb.base/foll-fork.exp: set verbose
new UNRESOLVED: gdb.base/foll-vfork.exp: check vfork support: 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 parent follow, through step: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/foll-vfork.exp: exec: vfork parent follow, to bp: 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: exit: vfork child follow, finish after tcatch vfork: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/foll-vfork.exp: exit: vfork child follow, to exit: 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, through step: 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/foll-vfork.exp: exit: vfork relations in info inferiors: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=off: follow_fork_mode=child: detach_on_fork=off: run
PASS -> UNRESOLVED: gdb.base/fork-print-inferior-events.exp: print_inferior_events=off: follow_fork_mode=child: detach_on_fork=off: set print inferior-events off
PASS -> FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=off: follow_fork_mode=child: detach_on_fork=on: run
PASS -> UNRESOLVED: gdb.base/fork-print-inferior-events.exp: print_inferior_events=off: follow_fork_mode=child: detach_on_fork=on: set print inferior-events off
PASS -> FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=off: follow_fork_mode=parent: detach_on_fork=off: run
PASS -> UNRESOLVED: gdb.base/fork-print-inferior-events.exp: print_inferior_events=off: follow_fork_mode=parent: detach_on_fork=off: set print inferior-events off
PASS -> FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=off: follow_fork_mode=parent: detach_on_fork=on: run
PASS -> UNRESOLVED: gdb.base/fork-print-inferior-events.exp: print_inferior_events=off: follow_fork_mode=parent: detach_on_fork=on: set print inferior-events off
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-print-inferior-events.exp: print_inferior_events=on: follow_fork_mode=child: detach_on_fork=off: set print inferior-events on
PASS -> FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=on: follow_fork_mode=child: detach_on_fork=on: run
PASS -> UNRESOLVED: gdb.base/fork-print-inferior-events.exp: print_inferior_events=on: follow_fork_mode=child: detach_on_fork=on: set print inferior-events on
PASS -> FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=on: follow_fork_mode=parent: detach_on_fork=off: run
PASS -> UNRESOLVED: gdb.base/fork-print-inferior-events.exp: print_inferior_events=on: follow_fork_mode=parent: detach_on_fork=off: set print inferior-events on
PASS -> FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=on: follow_fork_mode=parent: detach_on_fork=on: run
PASS -> UNRESOLVED: gdb.base/fork-print-inferior-events.exp: print_inferior_events=on: follow_fork_mode=parent: detach_on_fork=on: set print inferior-events on
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=child: all-stop: schedule-multiple=off: can't run to main
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=child: all-stop: schedule-multiple=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=child: all-stop: schedule-multiple=on: can't run to main
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=child: all-stop: schedule-multiple=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=child: non-stop: can't run to main
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=child: non-stop: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=parent: all-stop: schedule-multiple=off: can't run to main
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=parent: all-stop: schedule-multiple=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=parent: all-stop: schedule-multiple=on: can't run to main
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=parent: all-stop: schedule-multiple=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=parent: non-stop: can't run to main
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=parent: non-stop: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=child: all-stop: schedule-multiple=off: can't run to main
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=child: all-stop: schedule-multiple=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=child: all-stop: schedule-multiple=on: can't run to main
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=child: all-stop: schedule-multiple=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=child: non-stop: can't run to main
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=child: non-stop: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=parent: all-stop: schedule-multiple=off: can't run to main
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=parent: all-stop: schedule-multiple=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=parent: all-stop: schedule-multiple=on: can't run to main
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=parent: all-stop: schedule-multiple=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=parent: non-stop: can't run to main
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=parent: non-stop: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/fortran-sym-case.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/frame-args.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/frame-selection.exp: backtrace at breakpoint
PASS -> FAIL: gdb.base/frame-selection.exp: continue to breakpoint: frame_2
new UNRESOLVED: gdb.base/frame-selection.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.base/frame-selection.exp: setting breakpoint at frame_2
new UNRESOLVED: gdb.base/frameapply.exp: can't run to setup_done
new UNRESOLVED: gdb.base/frameapply.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/freebpcmd.exp: send breakpoint commands
PASS -> UNRESOLVED: gdb.base/freebpcmd.exp: set breakpoint
PASS -> FAIL: gdb.base/fullpath-expand.exp: info source
PASS -> FAIL: gdb.base/fullpath-expand.exp: list func
PASS -> UNRESOLVED: gdb.base/fullpath-expand.exp: rbreak XXX/fullpath-expand-func.c:func
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/func-ptrs.exp: could not run to main
new UNRESOLVED: gdb.base/func-ptrs.exp: delete all breakpoints in delete_breakpoints
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 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
new UNRESOLVED: gdb.base/funcargs.exp: getting sizeof long
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 *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 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 l after run to call0a
PASS -> FAIL: gdb.base/funcargs.exp: print l after run to call2a
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 uc
PASS -> FAIL: gdb.base/funcargs.exp: print ui
PASS -> FAIL: gdb.base/funcargs.exp: print ul
PASS -> FAIL: gdb.base/funcargs.exp: print us
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 callc1a
PASS -> FAIL: gdb.base/funcargs.exp: run to callc2a
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 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
PASS -> UNRESOLVED: gdb.base/gcore-buffer-overflow.exp: set buffer exceeding arguments
new UNRESOLVED: gdb.base/gcore-relro-pie.exp: can't run to break_here
new UNRESOLVED: gdb.base/gcore-relro-pie.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/gcore-relro-pie.exp: strip
new UNRESOLVED: gdb.base/gcore-relro.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gcore-tls-pie.exp: can't run to break_here
new UNRESOLVED: gdb.base/gcore-tls-pie.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/gcore-tls-pie.exp: strip
new UNRESOLVED: gdb.base/gcore.exp: couldn't run to main
new UNRESOLVED: gdb.base/gcore.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/gdb-sigterm-2.exp: expect eof
PASS -> UNRESOLVED: gdb.base/gdb-sigterm.exp: 50 SIGTERM passes
new UNRESOLVED: gdb.base/gdb-sigterm.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gdb1090.exp: can't run to main
new UNRESOLVED: gdb.base/gdb1090.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gdb11530.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gdb11530.exp: run to main
new UNRESOLVED: gdb.base/gdb11531.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gdb11531.exp: run to main
new UNRESOLVED: gdb.base/gdb1250.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gdb1555.exp: can't run to main
new UNRESOLVED: gdb.base/gdb1555.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gdb1821.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/gdbhistsize-history.exp: histsize= 20 : show history size
PASS -> FAIL: gdb.base/gdbhistsize-history.exp: histsize=-5: show history size
PASS -> FAIL: gdb.base/gdbhistsize-history.exp: histsize=-5ab: show history size
PASS -> FAIL: gdb.base/gdbhistsize-history.exp: histsize=0: show commands
PASS -> FAIL: gdb.base/gdbhistsize-history.exp: histsize=0: show history size
PASS -> FAIL: gdb.base/gdbhistsize-history.exp: histsize=10zab: show history size
PASS -> FAIL: gdb.base/gdbhistsize-history.exp: histsize=20: show history size
PASS -> FAIL: gdb.base/gdbhistsize-history.exp: histsize=50: show history size
PASS -> FAIL: gdb.base/gdbhistsize-history.exp: histsize=99999999999999999999999999999999999: show history size
PASS -> FAIL: gdb.base/gdbhistsize-history.exp: histsize=: show history size
PASS -> FAIL: gdb.base/gdbhistsize-history.exp: histsize=not_an_integer: show history size
PASS -> FAIL: gdb.base/gdbinit-history.exp: home=gdbinit-history/unlimited gdbhistsize=1000: show history size
PASS -> FAIL: gdb.base/gdbinit-history.exp: home=gdbinit-history/unlimited gdbhistsize=foo: show history size
PASS -> FAIL: gdb.base/gdbinit-history.exp: home=gdbinit-history/unlimited: show history size
PASS -> FAIL: gdb.base/gdbinit-history.exp: home=gdbinit-history/zero: show commands
PASS -> FAIL: gdb.base/gdbinit-history.exp: home=gdbinit-history/zero: show history size
PASS -> FAIL: gdb.base/gdbinit-history.exp: truncation: appending: server show commands
PASS -> FAIL: gdb.base/gdbinit-history.exp: truncation: creating: server show commands
PASS -> FAIL: gdb.base/gdbvars.exp: Set a new convenience variable to a program variable
PASS -> UNRESOLVED: gdb.base/gdbvars.exp: set print sevenbit-strings
new UNRESOLVED: gdb.base/global-var-nested-by-dso.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gnu-debugdata.exp: have symtab
PASS -> UNRESOLVED: gdb.base/gnu-debugdata.exp: no symtab
new UNRESOLVED: gdb.base/gnu_vector.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gnu_vector.exp: runto main
PASS -> UNRESOLVED: gdb.base/hashline1.exp: set breakpoint
PASS -> UNRESOLVED: gdb.base/hashline2.exp: set breakpoint
PASS -> UNRESOLVED: gdb.base/hashline3.exp: set breakpoint
new UNRESOLVED: gdb.base/hbreak-in-shr-unsupported.exp: can't run to main
new UNRESOLVED: gdb.base/hbreak-in-shr-unsupported.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/hbreak-unmapped.exp: can't run to main
new UNRESOLVED: gdb.base/hbreak-unmapped.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/hbreak.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/hbreak.exp: hbreak.exp
PASS -> FAIL: gdb.base/hbreak2.exp: backtrace from factorial
PASS -> FAIL: gdb.base/hbreak2.exp: backtrace while in called function
new UNRESOLVED: 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
new UNRESOLVED: gdb.base/hbreak2.exp: delete all breakpoints in delete_breakpoints
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
PASS -> FAIL: gdb.base/help.exp: disable pagination
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.base/hook-stop.exp: hook-stop runs next: can't run to main
new UNRESOLVED: gdb.base/hook-stop.exp: hook-stop runs next: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/huge.exp: couldn't run to main
new UNRESOLVED: gdb.base/huge.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/included.exp: list integer
PASS -> FAIL: gdb.base/included.exp: ptype integer
PASS -> UNRESOLVED: gdb.base/included.exp: set listsize 1
PASS -> UNRESOLVED: gdb.base/index-cache.exp: test_basic_stuff: index-cache is disabled by default
PASS -> FAIL: gdb.base/index-cache.exp: test_cache_disabled: check index-cache stats
PASS -> UNRESOLVED: gdb.base/index-cache.exp: test_cache_disabled: no files were created
PASS -> FAIL: gdb.base/index-cache.exp: test_cache_enabled_hit: check index-cache stats
PASS -> UNRESOLVED: gdb.base/index-cache.exp: test_cache_enabled_hit: no files were created
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.base/infcall-exec.exp: could not run to main
new UNRESOLVED: gdb.base/infcall-exec.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/infcall-input.exp: couldn't run to main
new UNRESOLVED: gdb.base/infcall-input.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/infcall-nested-structs.exp: types-tc-td: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tc-td: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tc-tf: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tc-tf: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tc-tld: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tc-tld: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tc: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tc: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-td-tc: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-td-tc: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-td-td: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-td-td: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-td-tf: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-td-tf: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-td-ti: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-td-ti: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-td-tl: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-td-tl: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-td-tld: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-td-tld: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-td-tll: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-td-tll: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-td-ts: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-td-ts: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-td: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-td: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tdc: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tdc: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tf-tc: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tf-tc: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tf-td: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tf-td: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tf-tf: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tf-tf: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tf-ti: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tf-ti: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tf-tl: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tf-tl: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tf-tld: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tf-tld: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tf-tll: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tf-tll: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tf-ts: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tf-ts: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tf: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tf: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tfc: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tfc: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-ti-td: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-ti-td: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-ti-tf: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-ti-tf: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-ti-tld: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-ti-tld: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-ti: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-ti: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tl-td: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tl-td: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tl-tf: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tl-tf: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tl-tld: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tl-tld: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tl: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tl: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tld-tc: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tld-tc: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tld-td: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tld-td: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tld-tf: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tld-tf: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tld-ti: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tld-ti: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tld-tl: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tld-tl: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tld-tld: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tld-tld: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tld-tll: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tld-tll: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tld-ts: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tld-ts: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tld: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tld: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tldc: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tldc: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tll-td: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tll-td: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tll-tf: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tll-tf: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tll-tld: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tll-tld: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tll: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tll: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-ts-td: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-ts-td: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-ts-tf: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-ts-tf: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-ts-tld: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-ts-tld: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-ts: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-ts: set print sevenbit-strings
PASS -> UNRESOLVED: gdb.base/inferior-died.exp: set detach-on-fork off
new UNRESOLVED: gdb.base/infnan.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/infnan.exp: print a
PASS -> FAIL: gdb.base/infnan.exp: print b
new UNRESOLVED: gdb.base/info-fun.exp: NO: can't run to main
new UNRESOLVED: gdb.base/info-fun.exp: NO: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/info-macros.exp: could not run to main
new UNRESOLVED: gdb.base/info-macros.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/info-os.exp: cannot run to main
new UNRESOLVED: gdb.base/info-os.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/info-proc.exp: help info proc
new UNRESOLVED: gdb.base/info-program.exp: can't run to main
new UNRESOLVED: gdb.base/info-program.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/info-shared.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/info-target.exp: info target
PASS -> UNRESOLVED: gdb.base/infoline-reloc-main-from-zero.exp: add-symbol-file
PASS -> FAIL: gdb.base/infoline-reloc-main-from-zero.exp: info line main
PASS -> UNRESOLVED: gdb.base/infoline.exp: info line infoline.c:18
PASS -> FAIL: gdb.base/interact.exp: set interactive-mode auto
PASS -> UNRESOLVED: gdb.base/interp.exp: interpreter-exec mi "-var-update *"
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.exp: can't run to daemon_main function
PASS -> UNRESOLVED: gdb.base/interrupt-daemon.exp: set follow-fork-mode child
new FAIL: gdb.base/interrupt-noterm.exp: can't run to main
PASS -> UNRESOLVED: gdb.base/interrupt-noterm.exp: set interactive-mode off
PASS -> UNRESOLVED: gdb.base/interrupt.exp: set interrupt character in interrupt.exp
PASS -> FAIL: gdb.base/jit-attach-pie.exp: attach
PASS -> 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
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.base/jit-simple.exp: shared: same addr: initial run: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.base/jit-simple.exp: standalone: change addr: initial run: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.base/jit-simple.exp: standalone: same addr: initial run: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.base/jit-so.exp: one_jit_test-1: can't run to main
new UNRESOLVED: gdb.base/jit-so.exp: one_jit_test-1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/jit-so.exp: one_jit_test-2: can't run to main
new UNRESOLVED: gdb.base/jit-so.exp: one_jit_test-2: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/jit.exp: PIE: one_jit_test-1: can't run to main
new UNRESOLVED: gdb.base/jit.exp: PIE: one_jit_test-1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/jit.exp: attach: one_jit_test-2: can't run to main
new UNRESOLVED: gdb.base/jit.exp: attach: one_jit_test-2: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/jit.exp: one_jit_test-1: can't run to main
new UNRESOLVED: gdb.base/jit.exp: one_jit_test-1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/jit.exp: one_jit_test-2: can't run to main
new UNRESOLVED: gdb.base/jit.exp: one_jit_test-2: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/jump.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/kill-after-signal.exp: handle SIGUSR1 stop print pass
PASS -> UNRESOLVED: gdb.base/kill-detach-inferiors-cmd.exp: add inferior 2
PASS -> FAIL: gdb.base/kill-detach-inferiors-cmd.exp: attach to pid
new UNRESOLVED: gdb.base/kill-detach-inferiors-cmd.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.base/killed-outside.exp: continue: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/killed-outside.exp: info threads: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/killed-outside.exp: registers: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/killed-outside.exp: stepi: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/label.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/label.exp: label tests suppressed
PASS -> UNRESOLVED: gdb.base/langs.exp: break on nonexistent function in langs.exp
new UNRESOLVED: gdb.base/langs.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/large-frame.exp: optimize=-O0: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/large-frame.exp: optimize=-O0: runto main
new UNRESOLVED: gdb.base/large-frame.exp: optimize=-O1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/large-frame.exp: optimize=-O1: runto main
new UNRESOLVED: gdb.base/large-frame.exp: optimize=-O2: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/large-frame.exp: optimize=-O2: runto main
new UNRESOLVED: gdb.base/ldbl_e308.exp: could not run to main
new UNRESOLVED: gdb.base/ldbl_e308.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/line-symtabs.exp: can't run to main
new UNRESOLVED: gdb.base/line-symtabs.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/lineinc.exp: tolerate macro info with multiple #inclusions per line
PASS -> FAIL: gdb.base/linespecs.exp: list c:/foo/bar/baz.c
PASS -> UNRESOLVED: 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
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
PASS -> UNRESOLVED: gdb.base/list-ambiguous.exp: set listsize 10
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 -> UNRESOLVED: gdb.base/list.exp: first use of "list +INVALID"
PASS -> UNRESOLVED: gdb.base/list.exp: first use of "list -INVALID"
PASS -> FAIL: gdb.base/list.exp: list 'list0.c:main'
PASS -> FAIL: gdb.base/list.exp: list ,5
new UNRESOLVED: gdb.base/list.exp: list - after stop: 10, 10: can't run to main
new UNRESOLVED: gdb.base/list.exp: list - after stop: 10, 10: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/list.exp: list - after stop: 10, 1: can't run to main
new UNRESOLVED: gdb.base/list.exp: list - after stop: 10, 1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/list.exp: list - after stop: 10, 2: can't run to main
new UNRESOLVED: gdb.base/list.exp: list - after stop: 10, 2: delete all breakpoints in delete_breakpoints
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 -> 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 UNRESOLVED: gdb.base/list.exp: list after stop: 1, 10: can't run to main
new UNRESOLVED: gdb.base/list.exp: list after stop: 1, 10: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/list.exp: list after stop: 10, 10: can't run to main
new UNRESOLVED: gdb.base/list.exp: list after stop: 10, 10: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/list.exp: list after stop: 10, 1: can't run to main
new UNRESOLVED: gdb.base/list.exp: list after stop: 10, 1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/list.exp: list after stop: 10, 2: can't run to main
new UNRESOLVED: gdb.base/list.exp: list after stop: 10, 2: delete all breakpoints in delete_breakpoints
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 -> 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: 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: set width 0
PASS -> UNRESOLVED: gdb.base/list.exp: setting listsize to 10 #7
new UNRESOLVED: gdb.base/load-command.exp: can't run to main
new UNRESOLVED: gdb.base/load-command.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/logical.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/long-inferior-output.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/long-inferior-output.exp: run to main
new UNRESOLVED: gdb.base/long_long.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/long_long.exp: run to known_types
PASS -> UNRESOLVED: gdb.base/longest-types.exp: print &f->buf
new UNRESOLVED: gdb.base/longjmp.exp: can't run to main
new UNRESOLVED: gdb.base/longjmp.exp: delete all breakpoints in delete_breakpoints
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
PASS -> UNRESOLVED: gdb.base/macscp.exp: list main for support check
new FAIL: gdb.base/macscp.exp: macro tests suppressed: couldn't run to main
new FAIL: gdb.base/macscp.exp: test macro information
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 msymbols
PASS -> FAIL: gdb.base/maint.exp: maint print symbols
PASS -> FAIL: gdb.base/maint.exp: maint print type
PASS -> UNRESOLVED: gdb.base/maint.exp: set height 0
new UNRESOLVED: gdb.base/max-value-size.exp: can't run to main
new UNRESOLVED: gdb.base/max-value-size.exp: delete all breakpoints in delete_breakpoints
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
new UNRESOLVED: gdb.base/memattr.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: 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 UNRESOLVED: gdb.base/mips_pro.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/miscexprs.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/moribund-step.exp: set non-stop on
new UNRESOLVED: gdb.base/multi-forks.exp: delete all breakpoints in delete_breakpoints
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 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 -> UNRESOLVED: gdb.base/multi-forks.exp: set follow-fork child
new UNRESOLVED: gdb.base/multi-forks.exp: setting breakpoint at 40
new UNRESOLVED: gdb.base/nested-addr.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/nested-subp1.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/nested-subp2.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/nested-subp3.exp: delete all breakpoints in delete_breakpoints
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: initial prompt on extra console
new UNRESOLVED: gdb.base/new-ui-echo.exp: extra console as driver: new-ui
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: print on extra console echoes
PASS -> FAIL: gdb.base/new-ui-echo.exp: extra console as driver: print on main console echoes
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 -> 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: initial prompt on extra console
new UNRESOLVED: gdb.base/new-ui-echo.exp: main console as driver: new-ui
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 -> 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
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 FAIL: gdb.base/new-ui.exp: do_test_invalid_args: could not run to main
PASS -> UNRESOLVED: gdb.base/new-ui.exp: do_test_invalid_args: new-ui with bad terminal path
new UNRESOLVED: gdb.base/nextoverexit.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/nodebug.exp: inner: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/nofield.exp: ptype struct empty
PASS -> UNRESOLVED: gdb.base/nofield.exp: ptype struct not_empty
PASS -> FAIL: gdb.base/nofield.exp: ptype union empty_union
new UNRESOLVED: gdb.base/noreturn-finish.exp: could not run to main
new UNRESOLVED: gdb.base/noreturn-finish.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/noreturn-return.exp: could not run to main
new UNRESOLVED: gdb.base/noreturn-return.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/nostdlib.exp: continue to marker
new FAIL: gdb.base/nostdlib.exp: setting breakpoint at *_start
new UNRESOLVED: gdb.base/nostdlib.exp: setting breakpoint at *marker
PASS -> FAIL: gdb.base/nostdlib.exp: stop at run
PASS -> UNRESOLVED: gdb.base/offsets.exp: print &big_struct test
new FAIL: gdb.base/offsets.exp: print &big_struct.second test
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 -> UNRESOLVED: gdb.base/opaque.exp: whatis on opaque struct pointer
PASS -> UNRESOLVED: gdb.base/osabi.exp: set debug arch 1
PASS -> FAIL: gdb.base/osabi.exp: set osabi none
PASS -> FAIL: gdb.base/page.exp: set pagination off
new UNRESOLVED: gdb.base/paginate-after-ctrl-c-running.exp: ctrlc target running: can't run to main
new UNRESOLVED: gdb.base/paginate-after-ctrl-c-running.exp: ctrlc target running: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/paginate-bg-execution.exp: cancel with ctrl-c: can't run to main
new UNRESOLVED: gdb.base/paginate-bg-execution.exp: cancel with ctrl-c: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/paginate-bg-execution.exp: cancel with quit: can't run to main
new UNRESOLVED: gdb.base/paginate-bg-execution.exp: cancel with quit: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/paginate-bg-execution.exp: paginate: can't run to main
new UNRESOLVED: gdb.base/paginate-bg-execution.exp: paginate: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/paginate-inferior-exit.exp: paginate: can't run to main
new UNRESOLVED: gdb.base/paginate-inferior-exit.exp: paginate: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/pc-fp.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/pending.exp: breakpoint function
PASS -> FAIL: gdb.base/pending.exp: complete condition
PASS -> FAIL: gdb.base/pending.exp: condition 1 k == 1
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: disable 1
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: rerun to main
PASS -> FAIL: gdb.base/pending.exp: run to resolved breakpoint 1
PASS -> FAIL: gdb.base/pending.exp: running to main
PASS -> UNRESOLVED: gdb.base/pending.exp: set pending breakpoint
new FAIL: gdb.base/pending.exp: setting breakpoint at main
PASS -> FAIL: gdb.base/pending.exp: single pending breakpoint info
PASS -> FAIL: gdb.base/pending.exp: verify pending breakpoint after restart
PASS -> UNRESOLVED: gdb.base/permissions.exp: show may-write-registers
PASS -> UNRESOLVED: gdb.base/pie-execl.exp: set args OBJDIR/gdb.base/pie-execl2
new UNRESOLVED: 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 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_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 UNRESOLVED: gdb.base/pie-fork.exp: test_detach_on_fork_follow_parent: delete all breakpoints in delete_breakpoints
new UNRESOLVED: 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 UNRESOLVED: gdb.base/pie-fork.exp: test_no_detach_on_fork: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/pointers.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/pr10179.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/pr10179.exp: pr10179
new UNRESOLVED: gdb.base/pr11022.exp: can't run to main
new UNRESOLVED: gdb.base/pr11022.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/print-file-var.exp: could not run to main
new UNRESOLVED: gdb.base/print-file-var.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/print-symbol-loading.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/printcmds.exp: can't run to main
PASS -> UNRESOLVED: gdb.base/prologue-include.exp: breakpoint main
new UNRESOLVED: gdb.base/prologue.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/psymtab.exp: Don't search past end of psymtab.
PASS -> UNRESOLVED: gdb.base/psymtab.exp: psymtab pending setup
new UNRESOLVED: gdb.base/ptr-typedef.exp: couldn't run to marker1
new UNRESOLVED: gdb.base/ptr-typedef.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/ptr-typedef.exp: print foo_ptr
PASS -> FAIL: gdb.base/ptr-typedef.exp: print foz_ptr
PASS -> FAIL: gdb.base/ptype-offsets.exp: ptype /TMo struct abc
PASS -> UNRESOLVED: 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
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 #2
PASS -> UNRESOLVED: gdb.base/ptype.exp: ptype unnamed enumeration member
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 -> 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 UNRESOLVED: gdb.base/quit-live.exp: appear_how=run: extra_inferior=0: quit_how=quit: can't run to main
new UNRESOLVED: gdb.base/quit-live.exp: appear_how=run: extra_inferior=0: quit_how=quit: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/quit-live.exp: appear_how=run: extra_inferior=0: quit_how=sighup: can't run to main
new UNRESOLVED: gdb.base/quit-live.exp: appear_how=run: extra_inferior=0: quit_how=sighup: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/quit-live.exp: appear_how=run: extra_inferior=0: quit_how=sigterm: can't run to main
new UNRESOLVED: gdb.base/quit-live.exp: appear_how=run: extra_inferior=0: quit_how=sigterm: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/quit-live.exp: appear_how=run: extra_inferior=1: quit_how=quit: can't run to main
new UNRESOLVED: gdb.base/quit-live.exp: appear_how=run: extra_inferior=1: quit_how=quit: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/quit-live.exp: appear_how=run: extra_inferior=1: quit_how=sighup: can't run to main
new UNRESOLVED: gdb.base/quit-live.exp: appear_how=run: extra_inferior=1: quit_how=sighup: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/quit-live.exp: appear_how=run: extra_inferior=1: quit_how=sigterm: can't run to main
new UNRESOLVED: gdb.base/quit-live.exp: appear_how=run: extra_inferior=1: quit_how=sigterm: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/quit.exp: quit with syntax error
PASS -> FAIL: gdb.base/radix.exp: initialize radix, input radix 2
new UNRESOLVED: gdb.base/random-signal.exp: run: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/randomize.exp: set disable-randomization off
PASS -> FAIL: gdb.base/randomize.exp: show disable-randomization off
new UNRESOLVED: gdb.base/range-stepping.exp: can't run to main
new UNRESOLVED: gdb.base/range-stepping.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.base/readline-ask.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/readnever.exp: delete all breakpoints in delete_breakpoints
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
PASS -> UNRESOLVED: gdb.base/realname-expand.exp: set basenames-may-differ on
new UNRESOLVED: gdb.base/recpar.exp: could not run to main
new UNRESOLVED: gdb.base/recpar.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/recurse.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/reggroups.exp: can't run to main
new UNRESOLVED: gdb.base/reggroups.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/relational.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/relativedebug.exp: continue
new UNRESOLVED: gdb.base/relativedebug.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/relativedebug.exp: pause found in backtrace
PASS -> UNRESOLVED: gdb.base/relocate.exp: add-symbol-file bare -s
PASS -> FAIL: gdb.base/relocate.exp: add-symbol-file relocate.o $offset
PASS -> UNRESOLVED: gdb.base/relocate.exp: add-symbol-file: unknown option -raednow
PASS -> FAIL: gdb.base/relocate.exp: get address of function_foo
PASS -> FAIL: gdb.base/relocate.exp: get address of static_foo
PASS -> UNRESOLVED: gdb.base/relocate.exp: set $offset = 0x10000
PASS -> UNRESOLVED: gdb.base/relocate.exp: symbol-file with -- and -readnow
PASS -> UNRESOLVED: gdb.base/relocate.exp: symbol-file with -readnow second
PASS -> UNRESOLVED: gdb.base/relocate.exp: symbol-file with offset
new FAIL: gdb.base/remote.exp: cannot run to main
PASS -> UNRESOLVED: gdb.base/remote.exp: timed download `remote' - limit, 398 - set packet size
PASS -> FAIL: gdb.base/remotetimeout.exp: correct remotetimeout printed
PASS -> UNRESOLVED: gdb.base/reread-readsym.exp: source reread-readsym.gdb 1
PASS -> UNRESOLVED: gdb.base/reread.exp: opts= "" "" : breakpoint foo in first file
PASS -> FAIL: gdb.base/reread.exp: opts= "" "" : continue until exit at second pass
PASS -> FAIL: gdb.base/reread.exp: opts= "" "" : run to foo
PASS -> UNRESOLVED: gdb.base/reread.exp: opts= "" "" : second pass: breakpoint foo in first file
PASS -> FAIL: gdb.base/reread.exp: opts= "" "" : second pass: run to foo
PASS -> UNRESOLVED: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : breakpoint foo in first file
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 -> 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/restore.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/return-nodebug.exp: double: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/return-nodebug.exp: float: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/return-nodebug.exp: int: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/return-nodebug.exp: long-long: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/return-nodebug.exp: long: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/return-nodebug.exp: short: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/return-nodebug.exp: signed-char: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/return.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/return2.exp: couldn't run to main
new UNRESOLVED: gdb.base/return2.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.base/save-bp.exp: could not run to main
new UNRESOLVED: gdb.base/save-bp.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/savedregs.exp: Check dummy info frame; stack contains callee caller dummy catcher sigtramp thrower main
PASS -> FAIL: gdb.base/savedregs.exp: Check main info frame; stack contains catcher sigtramp thrower main
PASS -> FAIL: gdb.base/savedregs.exp: Check sigtramp info frame; stack contains caller dummy catcher sigtramp thrower main
PASS -> FAIL: gdb.base/savedregs.exp: advance callee
PASS -> FAIL: gdb.base/savedregs.exp: advance catcher
PASS -> UNRESOLVED: gdb.base/savedregs.exp: advance thrower
PASS -> FAIL: gdb.base/savedregs.exp: break caller
new UNRESOLVED: gdb.base/savedregs.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/savedregs.exp: get caller info frame
PASS -> FAIL: gdb.base/savedregs.exp: get catcher info frame
PASS -> FAIL: gdb.base/savedregs.exp: get dummy info frame
PASS -> FAIL: gdb.base/savedregs.exp: get main info frame
PASS -> FAIL: gdb.base/savedregs.exp: get sigtramp info frame
PASS -> FAIL: gdb.base/savedregs.exp: get thrower info frame
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 -> UNRESOLVED: gdb.base/scope.exp: print 'scope0.c'::filelocal_ro
PASS -> UNRESOLVED: gdb.base/sep.exp: breakpoint inside included file
PASS -> UNRESOLVED: gdb.base/sep.exp: list using location inside included file
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 UNRESOLVED: 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
PASS -> UNRESOLVED: gdb.base/sepsymtab.exp: info sym main
PASS -> UNRESOLVED: gdb.base/server-del-break.exp: break main
PASS -> UNRESOLVED: gdb.base/set-cwd.exp: test_cd_into_dir: pwd before run
new UNRESOLVED: gdb.base/set-cwd.exp: test_cwd_reset: GDB cwd
PASS -> UNRESOLVED: gdb.base/set-cwd.exp: test_tilde_expansion: set inferior cwd to ~/ dir
PASS -> UNRESOLVED: gdb.base/set-inferior-tty.exp: command=set inferior-tty: set inferior-tty to hello
PASS -> FAIL: gdb.base/set-inferior-tty.exp: command=set inferior-tty: show inferior-tty shows hello
PASS -> UNRESOLVED: gdb.base/set-inferior-tty.exp: command=tty: set inferior-tty to hello
PASS -> FAIL: gdb.base/set-inferior-tty.exp: command=tty: show inferior-tty shows hello
PASS -> UNRESOLVED: gdb.base/set-lang-auto.exp: show lang after loading binary
new UNRESOLVED: gdb.base/set-noassign.exp: can't run to main
new UNRESOLVED: gdb.base/set-noassign.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/setshow.exp: annotation_level 0
PASS -> FAIL: gdb.base/setshow.exp: annotation_level 1
PASS -> FAIL: gdb.base/setshow.exp: annotation_level 2
PASS -> FAIL: gdb.base/setshow.exp: continuing
PASS -> UNRESOLVED: gdb.base/setshow.exp: default annotation_level is zero
new UNRESOLVED: gdb.base/setshow.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/setshow.exp: passing args
PASS -> UNRESOLVED: gdb.base/setvar.exp: set print sevenbit-strings
PASS -> FAIL: gdb.base/share-env-with-gdbserver.exp: empty var: print result of getenv for GDB_TEST_VAR
PASS -> UNRESOLVED: gdb.base/share-env-with-gdbserver.exp: empty var: set GDB_TEST_VAR to null value
PASS -> FAIL: gdb.base/share-env-with-gdbserver.exp: long var value: print result of getenv for GDB_TEST_VAR
PASS -> UNRESOLVED: gdb.base/share-env-with-gdbserver.exp: long var value: set GDB_TEST_VAR = this is my test variable; testing long vars; {}
PASS -> FAIL: gdb.base/share-env-with-gdbserver.exp: strange named var: print result of getenv for 'asd ='
PASS -> UNRESOLVED: gdb.base/share-env-with-gdbserver.exp: strange named var: set 'asd =' = 123 43; asd b ### [];;;
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 -> UNRESOLVED: gdb.base/share-env-with-gdbserver.exp: test set/unset of vars: set 3 environment variables: set A to 1
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 -> UNRESOLVED: gdb.base/share-env-with-gdbserver.exp: test unset of vars: check if unset works
new UNRESOLVED: gdb.base/share-env-with-gdbserver.exp: test unset of vars: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/shell.exp: shell echo foo
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 -> UNRESOLVED: gdb.base/shlib-call.exp: set print sevenbit-strings
PASS -> FAIL: gdb.base/shlib-call.exp: step into mainshr1
PASS -> FAIL: gdb.base/shlib-call.exp: step out of shr2 to main
new UNRESOLVED: gdb.base/shreloc.exp: can't run to main
new UNRESOLVED: gdb.base/shreloc.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.base/sigall.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.base/sigall.exp: handle SIGABRT stop print
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
PASS -> FAIL: gdb.base/sigaltstack.exp: backtrace
PASS -> FAIL: gdb.base/sigaltstack.exp: break catcher if level == INNER
PASS -> FAIL: gdb.base/sigaltstack.exp: continue to catch
PASS -> FAIL: gdb.base/sigaltstack.exp: finish from catch INNER
PASS -> FAIL: gdb.base/sigaltstack.exp: finish from catch LEAF
PASS -> FAIL: gdb.base/sigaltstack.exp: finish to MAIN
PASS -> FAIL: gdb.base/sigaltstack.exp: finish to OUTER
PASS -> FAIL: gdb.base/sigaltstack.exp: finish to catch INNER
PASS -> FAIL: gdb.base/sigaltstack.exp: finish to catch MAIN
PASS -> FAIL: gdb.base/sigaltstack.exp: finish to throw INNER
PASS -> UNRESOLVED: gdb.base/sigaltstack.exp: handle SIGALRM print pass nostop
PASS -> UNRESOLVED: gdb.base/sigbpt.exp: break keeper
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp after segv; clear breakpoint 0 of 2
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp after segv; clear breakpoint 1 of 2
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp after segv; continue to breakpoint at fault
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp after segv; continue to keeper
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp after segv; set breakpoint 0  of 2
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp after segv; set breakpoint 1  of 2
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp after segv; stepi fault
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; clear breakpoint 0 of 3
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; clear breakpoint 1 of 3
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; clear breakpoint 2 of 3
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; continue to breakpoint at fault
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; continue to keeper
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; set breakpoint 0  of 3
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; set breakpoint 1  of 3
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; set breakpoint 2  of 3
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; stepi fault
PASS -> FAIL: gdb.base/sigbpt.exp: cont; clear breakpoint 0 of 1
PASS -> FAIL: gdb.base/sigbpt.exp: cont; continue to breakpoint at fault
PASS -> FAIL: gdb.base/sigbpt.exp: cont; continue to keeper
PASS -> FAIL: gdb.base/sigbpt.exp: cont; set breakpoint 0  of 1
PASS -> FAIL: gdb.base/sigbpt.exp: cont; stepi fault
new UNRESOLVED: gdb.base/sigbpt.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/sigbpt.exp: get insn after fault
PASS -> FAIL: gdb.base/sigbpt.exp: rerun to main
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp at segv; clear breakpoint 0 of 1
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp at segv; continue to keeper
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp at segv; set breakpoint 0 of 1
KFAIL -> FAIL: gdb.base/sigbpt.exp: stepi bp at segv; stepi out of handler
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; clear breakpoint 0 of 2
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; clear breakpoint 1 of 2
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; continue to keeper
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; set breakpoint 0 of 2
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; set breakpoint 1 of 2
KFAIL -> FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; stepi out of handler
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before segv; clear breakpoint 0 of 1
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before segv; continue to keeper
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before segv; set breakpoint 0 of 1
KFAIL -> FAIL: gdb.base/sigbpt.exp: stepi bp before segv; stepi out of handler
PASS -> FAIL: gdb.base/sigbpt.exp: stepi; continue to keeper
KFAIL -> FAIL: gdb.base/sigbpt.exp: stepi; stepi out of handler
PASS -> FAIL: gdb.base/sigbpt.exp: stepping to fault
PASS -> FAIL: gdb.base/sigbpt.exp: verify that SIGSEGV occurs at the last STEPI insn
PASS -> FAIL: gdb.base/sigchld.exp: SIGCHLD blocked in inferior
new UNRESOLVED: gdb.base/sigchld.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/sigchld.exp: set breakpoint at failure exit
PASS -> UNRESOLVED: gdb.base/sigchld.exp: set breakpoint at success exit
PASS -> FAIL: gdb.base/siginfo-addr.exp: continue to signal
PASS -> FAIL: gdb.base/siginfo-addr.exp: correct si_addr
PASS -> UNRESOLVED: gdb.base/siginfo-addr.exp: display/i $pc
new FAIL: gdb.base/siginfo-addr.exp: setting breakpoint at pass
new UNRESOLVED: gdb.base/siginfo-infcall.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/siginfo-obj.exp: continue to handler
PASS -> UNRESOLVED: gdb.base/siginfo-obj.exp: continue to signal
new UNRESOLVED: gdb.base/siginfo-obj.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_addr
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_code
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_errno
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_signo
PASS -> FAIL: gdb.base/siginfo-obj.exp: p ssi_addr
PASS -> FAIL: gdb.base/siginfo-obj.exp: save a core file
PASS -> FAIL: gdb.base/siginfo-thread.exp: continue to handler
PASS -> UNRESOLVED: gdb.base/siginfo-thread.exp: continue to signal
new UNRESOLVED: gdb.base/siginfo-thread.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/siginfo-thread.exp: extract si_addr
PASS -> FAIL: gdb.base/siginfo-thread.exp: extract si_code
PASS -> FAIL: gdb.base/siginfo-thread.exp: extract si_errno
PASS -> FAIL: gdb.base/siginfo-thread.exp: extract si_signo
PASS -> FAIL: gdb.base/siginfo-thread.exp: p ssi_addr
PASS -> FAIL: gdb.base/siginfo-thread.exp: save a core file
PASS -> FAIL: gdb.base/siginfo.exp: backtrace for nexti
PASS -> FAIL: gdb.base/siginfo.exp: break handler
PASS -> FAIL: gdb.base/siginfo.exp: continue to stepi handler
PASS -> UNRESOLVED: gdb.base/siginfo.exp: display/i $pc
PASS -> FAIL: gdb.base/siginfo.exp: step out of handler
new UNRESOLVED: gdb.base/signals-state-child.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/signals-state-child.exp: failed to compile
new UNRESOLVED: gdb.base/signals.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/signals.exp: handle all print
new UNRESOLVED: gdb.base/signest.exp: could not run to main
new UNRESOLVED: gdb.base/signest.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/signull.exp: break bowler
PASS -> FAIL: gdb.base/signull.exp: break keeper
PASS -> FAIL: gdb.base/signull.exp: code; backtrace from SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: code; backtrace from keeper through SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: code; continue to the keeper
PASS -> FAIL: gdb.base/signull.exp: code; select the pointer type
PASS -> FAIL: gdb.base/signull.exp: code; start with the bowler
PASS -> FAIL: gdb.base/signull.exp: code; take the SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: data read; backtrace from SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: data read; backtrace from keeper through SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: data read; continue to the keeper
PASS -> FAIL: gdb.base/signull.exp: data read; select the pointer type
PASS -> FAIL: gdb.base/signull.exp: data read; start with the bowler
PASS -> FAIL: gdb.base/signull.exp: data read; take the SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: data write; backtrace from SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: data write; backtrace from keeper through SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: data write; continue to the keeper
PASS -> FAIL: gdb.base/signull.exp: data write; select the pointer type
PASS -> FAIL: gdb.base/signull.exp: data write; start with the bowler
PASS -> FAIL: gdb.base/signull.exp: data write; take the SIGSEGV
new UNRESOLVED: gdb.base/signull.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/signull.exp: probe function pointer
PASS -> FAIL: gdb.base/signull.exp: rerun to main
PASS -> UNRESOLVED: gdb.base/signull.exp: set for function pointer probe
PASS -> UNRESOLVED: gdb.base/sigrepeat.exp: advance to infinite loop
new UNRESOLVED: gdb.base/sigrepeat.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/sigrepeat.exp: next
PASS -> UNRESOLVED: gdb.base/sigstep.exp: continue over handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: continue to handler entry: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, nothing in handler, continue from handler: continue to handler
PASS -> UNRESOLVED: gdb.base/sigstep.exp: continue to handler, nothing in handler, continue from handler: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, nothing in handler, next from handler: continue to handler
PASS -> UNRESOLVED: gdb.base/sigstep.exp: continue to handler, nothing in handler, next from handler: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, nothing in handler, step from handler: continue to handler
PASS -> UNRESOLVED: gdb.base/sigstep.exp: continue to handler, nothing in handler, step from handler: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, si+advance in handler, continue from handler: continue to handler
PASS -> UNRESOLVED: gdb.base/sigstep.exp: continue to handler, si+advance in handler, continue from handler: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, si+advance in handler, next from handler: continue to handler
PASS -> UNRESOLVED: gdb.base/sigstep.exp: continue to handler, si+advance in handler, next from handler: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, si+advance in handler, step from handler: continue to handler
PASS -> UNRESOLVED: gdb.base/sigstep.exp: continue to handler, si+advance in handler, step from handler: display/i $pc
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: break handler
PASS -> UNRESOLVED: gdb.base/sigstep.exp: continue to handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler, with sw-watchpoint, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler, with sw-watchpoint: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, to handler entry: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, to handler: continue to infinite loop
PASS -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, to handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler, with sw-watchpoint, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler, with sw-watchpoint: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: next on breakpoint, to handler entry: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, to handler: continue to infinite loop
PASS -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: next on breakpoint, to handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, with sw-watchpoint, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, with sw-watchpoint: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler, with sw-watchpoint, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler, with sw-watchpoint: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: step on breakpoint, to handler entry: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, to handler: continue to infinite loop
PASS -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: step on breakpoint, to handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, with sw-watchpoint, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, with sw-watchpoint: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, with sw-watchpoint, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, with sw-watchpoint: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, to handler entry: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, to handler: continue to infinite loop
PASS -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, to handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler, with sw-watchpoint, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler, with sw-watchpoint: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: next on breakpoint, to handler entry: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, to handler: continue to infinite loop
PASS -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: next on breakpoint, to handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, with sw-watchpoint, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, with sw-watchpoint: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler, with sw-watchpoint, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler, with sw-watchpoint: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: step on breakpoint, to handler entry: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, to handler: continue to infinite loop
PASS -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: step on breakpoint, to handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, with sw-watchpoint, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, with sw-watchpoint: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: finish from handleri: continue to handler
PASS -> UNRESOLVED: gdb.base/sigstep.exp: finish from handleri: display/i $pc
PASS -> FAIL: gdb.base/sigstep.exp: finish from handleri: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: finish from handleri: leave signal trampoline
PASS -> UNRESOLVED: gdb.base/sigstep.exp: next over handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: next to handler entry: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: next to handler, nothing in handler, continue from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: next to handler, nothing in handler, next from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: next to handler, nothing in handler, step from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: next to handler, si+advance in handler, continue from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: next to handler, si+advance in handler, next from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: next to handler, si+advance in handler, step from handler: display/i $pc
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: break handler
PASS -> UNRESOLVED: gdb.base/sigstep.exp: next to handler: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: nexti from handleri: continue to handler
PASS -> UNRESOLVED: gdb.base/sigstep.exp: nexti from handleri: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: nexti over handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: nexti to handler entry: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: nexti to handler, nothing in handler, continue from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: nexti to handler, nothing in handler, next from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: nexti to handler, nothing in handler, step from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, continue from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, next from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, step from handler: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: return from handleri: continue to handler
PASS -> UNRESOLVED: gdb.base/sigstep.exp: return from handleri: display/i $pc
PASS -> FAIL: gdb.base/sigstep.exp: return from handleri: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: return from handleri: leave signal trampoline
PASS -> UNRESOLVED: gdb.base/sigstep.exp: step over handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: step to handler entry: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: step to handler, nothing in handler, continue from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: step to handler, nothing in handler, next from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: step to handler, nothing in handler, step from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: step to handler, si+advance in handler, continue from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: step to handler, si+advance in handler, next from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: step to handler, si+advance in handler, step from handler: display/i $pc
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: break handler
PASS -> UNRESOLVED: gdb.base/sigstep.exp: step to handler: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: stepi from handleri: continue to handler
PASS -> UNRESOLVED: gdb.base/sigstep.exp: stepi from handleri: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: stepi over handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: stepi to handler entry: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: stepi to handler, nothing in handler, continue from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: stepi to handler, nothing in handler, next from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: stepi to handler, nothing in handler, step from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, continue from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, next from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, step from handler: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: validate backtrace: continue to stepi handler
PASS -> UNRESOLVED: gdb.base/sigstep.exp: validate backtrace: display/i $pc
new UNRESOLVED: gdb.base/sizeof.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/skip-solib.exp: bt
PASS -> UNRESOLVED: gdb.base/skip-solib.exp: ignoring file in solib
PASS -> UNRESOLVED: gdb.base/skip-solib.exp: ignoring function in solib
PASS -> FAIL: gdb.base/skip-solib.exp: info skip for function multiply
PASS -> FAIL: gdb.base/skip-solib.exp: info skip with pending file
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
PASS -> UNRESOLVED: gdb.base/skip.exp: skip file
new UNRESOLVED: gdb.base/so-impl-ld.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: 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 UNRESOLVED: gdb.base/solib-corrupted.exp: can't run to main
new UNRESOLVED: gdb.base/solib-corrupted.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/solib-disc.exp: can't run to main
new UNRESOLVED: gdb.base/solib-disc.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/solib-display.exp: NO: can't run to main
new UNRESOLVED: gdb.base/solib-display.exp: NO: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/solib-nodir.exp: library loaded
PASS -> UNRESOLVED: gdb.base/solib-nodir.exp: set env LD_LIBRARY_PATH=:
new UNRESOLVED: gdb.base/solib-search.exp: can't run to main
new UNRESOLVED: gdb.base/solib-search.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/solib-symbol.exp: can't run to main
PASS -> UNRESOLVED: gdb.base/solib-symbol.exp: foo2 in main
new UNRESOLVED: gdb.base/solib-vanish.exp: can't run to main
new UNRESOLVED: gdb.base/solib-vanish.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/solib-weak.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.base/solib-weak.exp: setting breakpoint at bar
PASS -> FAIL: gdb.base/source-dir.exp: directory /nOtExStInG/a /nOtExStInG/b /nOtExStInG/c
new UNRESOLVED: gdb.base/source-execution.exp: can't run to main
new UNRESOLVED: gdb.base/source-execution.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/source.exp: script contains error
new UNRESOLVED: gdb.base/sss-bp-on-user-bp-2.exp: can't run to main
new UNRESOLVED: gdb.base/sss-bp-on-user-bp-2.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 UNRESOLVED: gdb.base/stack-checking.exp: can't run to main
new UNRESOLVED: gdb.base/stack-checking.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/stale-infcall.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/stap-probe.exp: without semaphore, not optimized: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/stap-probe.exp: without semaphore, not optimized: stap probe test failed
PASS -> UNRESOLVED: gdb.base/start.exp: start
PASS -> UNRESOLVED: gdb.base/starti.exp: hook-stop
PASS -> FAIL: gdb.base/startup-with-shell.exp: startup_with_shell = off; run_args = $TEST: inferior started
PASS -> UNRESOLVED: 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 -> UNRESOLVED: 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 -> UNRESOLVED: 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 -> UNRESOLVED: gdb.base/startup-with-shell.exp: startup_with_shell = on; run_args = *.unique-extension: set startup-with-shell on
PASS -> UNRESOLVED: gdb.base/startup-with-shell.exp: touch OUTPUT_DIR/unique-file.unique-extension
new UNRESOLVED: gdb.base/step-break.exp: can't run to main
new UNRESOLVED: gdb.base/step-break.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.base/step-bt.exp: breakpoint at first instruction of hello
PASS -> FAIL: gdb.base/step-bt.exp: run to hello
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/step-over-exit.exp: can't run to main
new UNRESOLVED: gdb.base/step-over-exit.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/step-over-no-symbols.exp: displaced=auto: couldn't run to main
new UNRESOLVED: gdb.base/step-over-no-symbols.exp: displaced=auto: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/step-over-no-symbols.exp: displaced=off: couldn't run to main
new UNRESOLVED: gdb.base/step-over-no-symbols.exp: displaced=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/step-over-no-symbols.exp: displaced=on: couldn't run to main
new UNRESOLVED: gdb.base/step-over-no-symbols.exp: displaced=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/step-over-syscall.exp: clone: displaced=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/step-over-syscall.exp: clone: displaced=off: run to main
new UNRESOLVED: gdb.base/step-over-syscall.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/step-over-syscall.exp: fork: displaced=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/step-over-syscall.exp: fork: displaced=off: run to main
new UNRESOLVED: gdb.base/step-over-syscall.exp: run to main
new UNRESOLVED: gdb.base/step-over-syscall.exp: vfork: displaced=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/step-over-syscall.exp: vfork: displaced=off: run to main
new UNRESOLVED: gdb.base/step-resume-infcall.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/step-sw-breakpoint-adjust-pc.exp: non_stop=off: displaced_step=off: always_inserted=off: set non-stop off
PASS -> UNRESOLVED: gdb.base/step-sw-breakpoint-adjust-pc.exp: non_stop=off: displaced_step=off: always_inserted=on: set non-stop off
PASS -> UNRESOLVED: gdb.base/step-sw-breakpoint-adjust-pc.exp: non_stop=off: displaced_step=on: always_inserted=off: set non-stop off
PASS -> UNRESOLVED: gdb.base/step-sw-breakpoint-adjust-pc.exp: non_stop=off: displaced_step=on: always_inserted=on: set non-stop off
PASS -> UNRESOLVED: gdb.base/step-sw-breakpoint-adjust-pc.exp: non_stop=on: displaced_step=off: always_inserted=off: set non-stop on
PASS -> UNRESOLVED: gdb.base/step-sw-breakpoint-adjust-pc.exp: non_stop=on: displaced_step=off: always_inserted=on: set non-stop on
PASS -> UNRESOLVED: gdb.base/step-sw-breakpoint-adjust-pc.exp: non_stop=on: displaced_step=on: always_inserted=off: set non-stop on
PASS -> UNRESOLVED: gdb.base/step-sw-breakpoint-adjust-pc.exp: non_stop=on: displaced_step=on: always_inserted=on: set non-stop on
new UNRESOLVED: gdb.base/step-symless.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/step-test.exp: can't run to main
new UNRESOLVED: gdb.base/step-test.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/store.exp: delete all breakpoints in delete_breakpoints
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
PASS -> UNRESOLVED: gdb.base/structs.exp: set print sevenbit-strings
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
PASS -> UNRESOLVED: gdb.base/structs2.exp: set width 0
PASS -> FAIL: gdb.base/structs2.exp: structs2 breakpoint set
PASS -> FAIL: gdb.base/structs2.exp: structs2 continue1
PASS -> FAIL: gdb.base/structs2.exp: structs2 continue2
PASS -> FAIL: gdb.base/structs2.exp: structs2 sanity check
new UNRESOLVED: gdb.base/structs3.exp: could not run to main
new UNRESOLVED: gdb.base/structs3.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/subst.exp: deactivate GDB's confirmation interface
PASS -> FAIL: gdb.base/subst.exp: remove all remaining substitution rules
PASS -> FAIL: gdb.base/subst.exp: remove default substitution rules
PASS -> FAIL: gdb.base/subst.exp: show substitute-path after all remaining rules removed
PASS -> FAIL: gdb.base/subst.exp: unset substitute-path, no rule entered yet
new UNRESOLVED: gdb.base/sym-file.exp: can't run to main
new UNRESOLVED: gdb.base/sym-file.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
PASS -> UNRESOLVED: gdb.base/symbol-without-target_section.exp: add-symbol-file
new UNRESOLVED: gdb.base/symtab-search-order.exp: can't run to main
new UNRESOLVED: gdb.base/symtab-search-order.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/term.exp: can't run to break_here
PASS -> UNRESOLVED: gdb.base/term.exp: test info terminal pre-execution
new UNRESOLVED: gdb.base/testenv.exp: setting breakpoint at 42
new UNRESOLVED: gdb.base/testenv.exp: test_inherit_env_var: setting breakpoint at 42
new FAIL: gdb.base/testenv.exp: test_inherit_env_var: test1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/testenv.exp: test_set_unset_env: test1: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/trace-commands.exp: show trace-commands says off
new UNRESOLVED: gdb.base/twice.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/type-opaque.exp: can't run to main
new UNRESOLVED: gdb.base/type-opaque.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/ui-redirect.exp: commands
PASS -> FAIL: gdb.base/ui-redirect.exp: end
PASS -> FAIL: gdb.base/ui-redirect.exp: print 1
PASS -> FAIL: gdb.base/ui-redirect.exp: save breakpoints /dev/null
new UNRESOLVED: gdb.base/ui-redirect.exp: setting breakpoint at 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 before run
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 UNRESOLVED: gdb.base/unload.exp: setting breakpoint at shrfunc1
new FAIL: gdb.base/unload.exp: setting breakpoint at shrfunc2
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 UNRESOLVED: gdb.base/until-nodebug.exp: can't run to main
new UNRESOLVED: gdb.base/until-nodebug.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/until.exp: can't run to main
new UNRESOLVED: gdb.base/until.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/unwindonsignal.exp: can't run to main
new UNRESOLVED: gdb.base/unwindonsignal.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/utf8-identifiers.exp: couldn't run to done
new UNRESOLVED: gdb.base/utf8-identifiers.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/value-double-free.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/varargs.exp: set print sevenbit-strings
PASS -> FAIL: gdb.base/vdso-warning.exp: core: save a corefile
PASS -> FAIL: gdb.base/vdso-warning.exp: run: startup
PASS -> FAIL: gdb.base/vdso-warning.exp: setup: set environment LD_DEBUG=unused
new UNRESOLVED: gdb.base/vdso-warning.exp: setup: setting breakpoint at main
new UNRESOLVED: gdb.base/vla-datatypes.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/vla-optimized-out.exp: o1: can't run to f1
new UNRESOLVED: gdb.base/vla-optimized-out.exp: o1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/vla-optimized-out.exp: o3: can't run to f1
new UNRESOLVED: gdb.base/vla-optimized-out.exp: o3: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/vla-optimized-out.exp: o3_strict: can't run to f1
new UNRESOLVED: gdb.base/vla-optimized-out.exp: o3_strict: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/vla-ptr.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/vla-sideeffect.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.base/volatile.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/watch-bitfields.exp: -location watch against bitfields: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/watch-cond-infcall.exp: hw: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/watch-cond-infcall.exp: hw: run to main
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-cond.exp: can't run to main
new UNRESOLVED: gdb.base/watch-cond.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/watch-non-mem.exp: can't run to main
new UNRESOLVED: gdb.base/watch-non-mem.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/watch-read.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/watch-read.exp: 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.base/watch_thread_num.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/watch_thread_num.exp: run to main
PASS -> UNRESOLVED: gdb.base/watchpoint-cond-gone.exp: set can-use-hw-watchpoints 0
PASS -> UNRESOLVED: gdb.base/watchpoint-delete.exp: set can-use-hw-watchpoints 0
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.base/watchpoint-hw-hit-once.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/watchpoint-hw.exp: watch watchee
new UNRESOLVED: gdb.base/watchpoint-reuse-slot.exp: can't run to main
new UNRESOLVED: gdb.base/watchpoint-reuse-slot.exp: delete all breakpoints in delete_breakpoints
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
new UNRESOLVED: gdb.base/watchpoint-solib.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/watchpoint-solib.exp: rerun to main
PASS -> UNRESOLVED: gdb.base/watchpoint-solib.exp: set pending breakpoint
PASS -> FAIL: gdb.base/watchpoint-solib.exp: set watchpoint on g
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 UNRESOLVED: gdb.base/watchpoint-unaligned.exp: could not run to main
new UNRESOLVED: gdb.base/watchpoint-unaligned.exp: delete all breakpoints in delete_breakpoints
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
new UNRESOLVED: gdb.base/watchpoint.exp: delete all breakpoints in delete_breakpoints
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
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 UNRESOLVED: gdb.base/watchpoint.exp: no-hw: set can-use-hw-watchpoints 0
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 -> UNRESOLVED: 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 -> UNRESOLVED: 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 UNRESOLVED: gdb.base/watchpoint.exp: watch tests suppressed
PASS -> FAIL: gdb.base/watchpoint.exp: watchpoint `$pc' is enabled
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 UNRESOLVED: gdb.base/watchpoints.exp: before inferior start: set can-use-hw-watchpoints 0
new UNRESOLVED: gdb.base/watchpoints.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.base/wchar.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/whatis-exp.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/whatis-ptype-typedefs.exp: lang=c++: can't run to main
new UNRESOLVED: gdb.base/whatis-ptype-typedefs.exp: lang=c++: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/whatis-ptype-typedefs.exp: lang=c: can't run to main
new UNRESOLVED: gdb.base/whatis-ptype-typedefs.exp: lang=c: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/whatis.exp: print_object=off: whatis named structure using type name
PASS -> FAIL: gdb.base/whatis.exp: print_object=off: whatis named structure using type name and pointer
PASS -> FAIL: gdb.base/whatis.exp: print_object=off: whatis named structure using type name and reference
PASS -> FAIL: gdb.base/whatis.exp: print_object=on: whatis named structure using type name
PASS -> FAIL: gdb.base/whatis.exp: print_object=on: whatis named structure using type name and pointer
PASS -> FAIL: gdb.base/whatis.exp: print_object=on: whatis named structure using type name and reference
PASS -> FAIL: gdb.base/whatis.exp: whatis &
PASS -> FAIL: gdb.base/whatis.exp: whatis &v_struct1
PASS -> FAIL: gdb.base/whatis.exp: whatis &v_struct2
PASS -> FAIL: gdb.base/whatis.exp: whatis &v_struct_ptr1
PASS -> FAIL: gdb.base/whatis.exp: whatis &v_struct_ptr2
PASS -> FAIL: gdb.base/whatis.exp: whatis &v_union
PASS -> FAIL: gdb.base/whatis.exp: whatis &v_union2
PASS -> FAIL: gdb.base/whatis.exp: whatis &v_union_ptr
PASS -> FAIL: gdb.base/whatis.exp: whatis &v_union_ptr2
PASS -> FAIL: gdb.base/whatis.exp: whatis applied to variable defined by typedef
PASS -> UNRESOLVED: gdb.base/whatis.exp: whatis char
PASS -> FAIL: gdb.base/whatis.exp: whatis char array
PASS -> FAIL: gdb.base/whatis.exp: whatis char function
PASS -> FAIL: gdb.base/whatis.exp: whatis char pointer
PASS -> FAIL: gdb.base/whatis.exp: whatis complicated structure
PASS -> FAIL: gdb.base/whatis.exp: whatis complicated union
PASS -> FAIL: gdb.base/whatis.exp: whatis double
PASS -> FAIL: gdb.base/whatis.exp: whatis double array
PASS -> FAIL: gdb.base/whatis.exp: whatis double function
PASS -> FAIL: gdb.base/whatis.exp: whatis double pointer
PASS -> FAIL: gdb.base/whatis.exp: whatis enumeration
PASS -> FAIL: gdb.base/whatis.exp: whatis enumeration using type name
PASS -> FAIL: gdb.base/whatis.exp: whatis float
PASS -> FAIL: gdb.base/whatis.exp: whatis float array
PASS -> FAIL: gdb.base/whatis.exp: whatis float function
PASS -> FAIL: gdb.base/whatis.exp: whatis float pointer
PASS -> FAIL: gdb.base/whatis.exp: whatis inner structure
PASS -> FAIL: gdb.base/whatis.exp: whatis inner structure member
PASS -> FAIL: gdb.base/whatis.exp: whatis inner union
PASS -> FAIL: gdb.base/whatis.exp: whatis inner union member
PASS -> FAIL: gdb.base/whatis.exp: whatis int
PASS -> FAIL: gdb.base/whatis.exp: whatis int array
PASS -> FAIL: gdb.base/whatis.exp: whatis int function
PASS -> FAIL: gdb.base/whatis.exp: whatis int pointer
PASS -> FAIL: gdb.base/whatis.exp: whatis long
PASS -> FAIL: gdb.base/whatis.exp: whatis long array
PASS -> FAIL: gdb.base/whatis.exp: whatis long function
PASS -> FAIL: gdb.base/whatis.exp: whatis long long function
PASS -> FAIL: gdb.base/whatis.exp: whatis long long pointer
PASS -> FAIL: gdb.base/whatis.exp: whatis long pointer
PASS -> FAIL: gdb.base/whatis.exp: whatis named structure
PASS -> FAIL: gdb.base/whatis.exp: whatis named union
PASS -> FAIL: gdb.base/whatis.exp: whatis named union using type name
PASS -> FAIL: gdb.base/whatis.exp: whatis outer structure
PASS -> FAIL: gdb.base/whatis.exp: whatis outer structure member
PASS -> FAIL: gdb.base/whatis.exp: whatis short
PASS -> FAIL: gdb.base/whatis.exp: whatis short array
PASS -> FAIL: gdb.base/whatis.exp: whatis short function
PASS -> FAIL: gdb.base/whatis.exp: whatis short pointer
PASS -> FAIL: gdb.base/whatis.exp: whatis signed char
PASS -> FAIL: gdb.base/whatis.exp: whatis signed char array
PASS -> FAIL: gdb.base/whatis.exp: whatis signed char function
PASS -> FAIL: gdb.base/whatis.exp: whatis signed char pointer
PASS -> FAIL: gdb.base/whatis.exp: whatis signed int
PASS -> FAIL: gdb.base/whatis.exp: whatis signed int array
PASS -> FAIL: gdb.base/whatis.exp: whatis signed int function
PASS -> FAIL: gdb.base/whatis.exp: whatis signed int pointer
PASS -> FAIL: gdb.base/whatis.exp: whatis signed long
PASS -> FAIL: gdb.base/whatis.exp: whatis signed long array
PASS -> FAIL: gdb.base/whatis.exp: whatis signed long function
PASS -> FAIL: gdb.base/whatis.exp: whatis signed long long function
PASS -> FAIL: gdb.base/whatis.exp: whatis signed long long pointer
PASS -> FAIL: gdb.base/whatis.exp: whatis signed long pointer
PASS -> FAIL: gdb.base/whatis.exp: whatis signed short
PASS -> FAIL: gdb.base/whatis.exp: whatis signed short array
PASS -> FAIL: gdb.base/whatis.exp: whatis signed short function
PASS -> FAIL: gdb.base/whatis.exp: whatis signed short pointer
PASS -> FAIL: gdb.base/whatis.exp: whatis unnamed structure
PASS -> FAIL: gdb.base/whatis.exp: whatis unnamed union
PASS -> FAIL: gdb.base/whatis.exp: whatis unsigned char
PASS -> FAIL: gdb.base/whatis.exp: whatis unsigned char array
PASS -> FAIL: gdb.base/whatis.exp: whatis unsigned char function
PASS -> FAIL: gdb.base/whatis.exp: whatis unsigned char pointer
PASS -> FAIL: gdb.base/whatis.exp: whatis unsigned int
PASS -> FAIL: gdb.base/whatis.exp: whatis unsigned int array
PASS -> FAIL: gdb.base/whatis.exp: whatis unsigned int function
PASS -> FAIL: gdb.base/whatis.exp: whatis unsigned int pointer
PASS -> FAIL: gdb.base/whatis.exp: whatis unsigned long
PASS -> FAIL: gdb.base/whatis.exp: whatis unsigned long array
PASS -> FAIL: gdb.base/whatis.exp: whatis unsigned long function
PASS -> FAIL: gdb.base/whatis.exp: whatis unsigned long long
PASS -> FAIL: gdb.base/whatis.exp: whatis unsigned long long function
PASS -> FAIL: gdb.base/whatis.exp: whatis unsigned long long pointer
PASS -> FAIL: gdb.base/whatis.exp: whatis unsigned long pointer
PASS -> FAIL: gdb.base/whatis.exp: whatis unsigned short
PASS -> FAIL: gdb.base/whatis.exp: whatis unsigned short array
PASS -> FAIL: gdb.base/whatis.exp: whatis unsigned short function
PASS -> FAIL: gdb.base/whatis.exp: whatis unsigned short pointer
PASS -> FAIL: gdb.base/whatis.exp: whatis using typedef type name
PASS -> FAIL: gdb.base/whatis.exp: whatis v_struct1.v_char_member
PASS -> FAIL: gdb.base/whatis.exp: whatis v_struct2.v_char_member
PASS -> FAIL: gdb.base/whatis.exp: whatis v_struct_ptr1
PASS -> FAIL: gdb.base/whatis.exp: whatis v_struct_ptr1->v_char_member
PASS -> FAIL: gdb.base/whatis.exp: whatis v_struct_ptr2
PASS -> FAIL: gdb.base/whatis.exp: whatis v_struct_ptr2->v_char_member
PASS -> FAIL: gdb.base/whatis.exp: whatis v_union.v_char_member
PASS -> FAIL: gdb.base/whatis.exp: whatis v_union2.v_char_member
PASS -> FAIL: gdb.base/whatis.exp: whatis v_union_ptr
PASS -> FAIL: gdb.base/whatis.exp: whatis v_union_ptr->v_char_member
PASS -> FAIL: gdb.base/whatis.exp: whatis v_union_ptr2
PASS -> FAIL: gdb.base/whatis.exp: whatis v_union_ptr2->v_char_member
PASS -> UNRESOLVED: gdb.base/write_mem.exp: reject set {int}main = 0x4242
PASS -> UNRESOLVED: gdb.base/write_mem.exp: set {int}main = 0x4242
PASS -> FAIL: gdb.base/write_mem.exp: x /xh main
new UNRESOLVED: gdb.base/wrong_frame_bt_full.exp: could not run to opaque_routine
new UNRESOLVED: gdb.base/wrong_frame_bt_full.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.btrace/cpu.exp: default cpu
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.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-nested.exp: could not run to main
new UNRESOLVED: gdb.compile/compile-cplus-nested.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.compile/compile-cplus-print.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
PASS -> UNRESOLVED: gdb.compile/compile-cplus.exp: Set language to C++
new UNRESOLVED: gdb.compile/compile-ops.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.compile/compile-print.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.compile/compile-setjmp.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.compile/compile-tls.exp: can't run to main
new UNRESOLVED: gdb.compile/compile-tls.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.compile/compile.exp: test compile code command without running inferior
new UNRESOLVED: gdb.cp/abstract-origin.exp: abstract-origin
new UNRESOLVED: gdb.cp/abstract-origin.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/align.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.cp/annota2.exp: breakpoint main
PASS -> FAIL: gdb.cp/annota2.exp: print class
PASS -> FAIL: gdb.cp/annota2.exp: run until main breakpoint
PASS -> UNRESOLVED: gdb.cp/annota2.exp: set height 0
PASS -> FAIL: gdb.cp/annota3.exp: break at main
PASS -> FAIL: gdb.cp/annota3.exp: breakpoint main
PASS -> FAIL: gdb.cp/annota3.exp: delete bps
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 -> UNRESOLVED: gdb.cp/annota3.exp: set height 0
PASS -> FAIL: gdb.cp/annota3.exp: set watch on a.x
new UNRESOLVED: gdb.cp/anon-ns.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.cp/anon-struct.exp: print type of t::t
new UNRESOLVED: gdb.cp/anon-union.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.cp/arg-reference.exp: no false reference
new UNRESOLVED: gdb.cp/baseenum.exp: could not run to main
new UNRESOLVED: gdb.cp/baseenum.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/bool.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.cp/bool.exp: print return_false
PASS -> UNRESOLVED: gdb.cp/bool.exp: print return_true
new UNRESOLVED: gdb.cp/breakpoint.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/bs15503.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.cp/call-c.exp: b 42
PASS -> FAIL: gdb.cp/call-c.exp: continue to bp
new UNRESOLVED: gdb.cp/call-c.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.cp/casts.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/chained-calls.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.cp/class2.exp: set print object off
new UNRESOLVED: gdb.cp/classes.exp: set language c++
PASS -> FAIL: gdb.cp/cmpd-minsyms.exp: set language c++
PASS -> FAIL: gdb.cp/cmpd-minsyms.exp: setting breakpoint at "int GDB<char>::even_harder<int>
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.cp/converts.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.cp/cp-relocate.exp: C++ functions have different addresses
new FAIL: gdb.cp/cp-relocate.exp: get address of
PASS -> FAIL: gdb.cp/cp-relocate.exp: get address of caller
PASS -> FAIL: gdb.cp/cp-relocate.exp: info file
PASS -> UNRESOLVED: gdb.cp/cp-relocate.exp: info functions
PASS -> FAIL: gdb.cp/cpcompletion.exp: complete class methods
PASS -> FAIL: gdb.cp/cpcompletion.exp: complete class methods beginning with F
new UNRESOLVED: gdb.cp/cpcompletion.exp: show editing
new UNRESOLVED: gdb.cp/cpexprs.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/cplabel.exp: could not run to main
new UNRESOLVED: gdb.cp/cplabel.exp: delete all breakpoints in delete_breakpoints
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
PASS -> UNRESOLVED: gdb.cp/cplusfuncs.exp: set width 0
new UNRESOLVED: gdb.cp/cpsizeof.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/ctti.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.cp/debug-expr.exp: set debug expression 1
PASS -> FAIL: gdb.cp/debug-expr.exp: set language c++
PASS -> FAIL: gdb.cp/demangle.exp: set language c++
PASS -> FAIL: gdb.cp/demangle.exp: set width 0
PASS -> FAIL: gdb.cp/derivation.exp: before run: p
PASS -> FAIL: gdb.cp/derivation.exp: before run: ptype A2::value_type
PASS -> UNRESOLVED: 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 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/ena-dis-br-range.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/ena-dis-br-range.exp: run to marker
new UNRESOLVED: gdb.cp/enum-class.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.cp/exception.exp: Set temporary breakpoint at main
PASS -> UNRESOLVED: gdb.cp/exception.exp: catch catch
PASS -> FAIL: gdb.cp/exception.exp: info breakpoints
PASS -> FAIL: gdb.cp/exception.exp: run to main
new UNRESOLVED: gdb.cp/exceptprint.exp: delete all breakpoints in delete_breakpoints
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
PASS -> UNRESOLVED: gdb.cp/expand-psymtabs-cxx.exp: set language c++
new UNRESOLVED: gdb.cp/expand-sals.exp: delete all breakpoints in delete_breakpoints
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
new UNRESOLVED: gdb.cp/extern-c.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.cp/extern-c.exp: rbreak c_funcs
PASS -> FAIL: gdb.cp/extern-c.exp: set commands on multiple breakpoints
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.cp/filename.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/formatted-ref.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.cp/formatted-ref.exp: find address of e1
new FAIL: gdb.cp/formatted-ref.exp: find address of i1
new UNRESOLVED: 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 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/gdb2384.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/gdb2495.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.cp/hang.exp: doesn't corrupt cv_type chain
PASS -> UNRESOLVED: gdb.cp/hang.exp: doesn't overwrite struct type
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 -> UNRESOLVED: gdb.cp/impl-this.exp: before run: print i
PASS -> FAIL: gdb.cp/impl-this.exp: before run: print x
new UNRESOLVED: gdb.cp/infcall-dlopen.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.cp/inherit.exp: set width 0
new UNRESOLVED: gdb.cp/iostream.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/koenig.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/local.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/m-data.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/m-static.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.cp/maint.exp: help maintenance cplus
new UNRESOLVED: gdb.cp/mb-ctor.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.cp/mb-inline.exp: set breakpoint
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 -> UNRESOLVED: 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 UNRESOLVED: gdb.cp/member-name.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/member-ptr.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/meth-typedefs.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/method.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/method2.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.cp/minsym-fallback.exp: break C::f
PASS -> FAIL: gdb.cp/minsym-fallback.exp: break C::operator
PASS -> UNRESOLVED: gdb.cp/minsym-fallback.exp: set breakpoint pending off
PASS -> FAIL: gdb.cp/misc.exp: deduced language is C++, after full symbols
PASS -> UNRESOLVED: 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
PASS -> FAIL: gdb.cp/namespace-enum.exp: print A_A
PASS -> UNRESOLVED: gdb.cp/namespace-enum.exp: print foo::B::B_B
PASS -> FAIL: gdb.cp/namespace-enum.exp: print foo::B_B
new UNRESOLVED: gdb.cp/namespace-nested-import.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.cp/namespace.exp: show lang
PASS -> FAIL: gdb.cp/nested-types.exp: ptype S10
PASS -> UNRESOLVED: gdb.cp/nested-types.exp: show default print type nested-type-limit
new UNRESOLVED: gdb.cp/nextoverthrow.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.cp/no-dmgl-verbose.exp: DMGL_VERBOSE-demangled f
PASS -> UNRESOLVED: gdb.cp/no-dmgl-verbose.exp: set breakpoint pending off
new UNRESOLVED: gdb.cp/non-trivial-retval.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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
PASS -> UNRESOLVED: gdb.cp/nsalias.exp: set complaints 1
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 -> UNRESOLVED: 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 UNRESOLVED: gdb.cp/nsdecl.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/nsimport.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/nsnested.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/nsnoimports.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/nsrecurs.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/nsstress.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/nsusing.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/operator.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/oranking.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.cp/overload-const.exp: set language c++
PASS -> FAIL: gdb.cp/overload-const.exp: setting breakpoint at myclass::func
new UNRESOLVED: gdb.cp/overload.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/ovldbreak.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/ovsrch.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.cp/paren-type.exp: break C::f
PASS -> UNRESOLVED: gdb.cp/paren-type.exp: set breakpoint pending off
PASS -> FAIL: gdb.cp/parse-lang.exp: breakpoint hit
new UNRESOLVED: 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 UNRESOLVED: gdb.cp/pass-by-ref.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/pr-1023.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/pr-1210.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/pr17132.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/pr17494.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/pr9067.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/pr9167.exp: can't run to main
new UNRESOLVED: gdb.cp/pr9167.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/pr9631.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.cp/psmang.exp: break s::method1
PASS -> UNRESOLVED: gdb.cp/psmang.exp: break s::method2
PASS -> FAIL: gdb.cp/psymtab-parameter.exp: complete p 'func<short>
PASS -> UNRESOLVED: gdb.cp/psymtab-parameter.exp: set language c++
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 -> UNRESOLVED: 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 UNRESOLVED: gdb.cp/ptype-flags.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.cp/punctuator.exp: set lang c++
PASS -> FAIL: gdb.cp/re-set-overloaded.exp: break C::C
PASS -> UNRESOLVED: gdb.cp/re-set-overloaded.exp: set breakpoint pending yes
new FAIL: gdb.cp/re-set-overloaded.exp: setting breakpoint at main
PASS -> UNRESOLVED: gdb.cp/readnow-language.exp: show language
new UNRESOLVED: gdb.cp/ref-params.exp: delete all breakpoints in delete_breakpoints
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 -> 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 -> 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 -> UNRESOLVED: 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 UNRESOLVED: gdb.cp/ref-types.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-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
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 -> FAIL: 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
new UNRESOLVED: gdb.cp/rvalue-ref-sizeof.exp: delete all breakpoints in delete_breakpoints
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 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/scope-err.exp: can't run to main
new UNRESOLVED: gdb.cp/scope-err.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/shadow.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/smartp.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.cp/static-method.exp: info addr A::func
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
PASS -> UNRESOLVED: gdb.cp/static-print-quit.exp: set width 80
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/temargs.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.cp/templates.exp: set multiple-symbols ask
PASS -> FAIL: gdb.cp/templates.exp: value method breakpoint
new UNRESOLVED: gdb.cp/try_catch.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/typedef-base.exp: could not run to main
new UNRESOLVED: gdb.cp/typedef-base.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.cp/typedef-operator.exp: set language c++
PASS -> FAIL: gdb.cp/typedef-operator.exp: test crash
PASS -> FAIL: gdb.cp/typeid.exp: before starting: print &typeid
new UNRESOLVED: gdb.cp/userdef.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/using-crash.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.cp/using-crash.exp: reload file
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 -> UNRESOLVED: gdb.cp/var-tag.exp: before start: c++: set language c++
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 UNRESOLVED: gdb.cp/virtbase.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/virtbase2.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/virtfunc.exp: set language c++
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 UNRESOLVED: gdb.cp/watch-cp.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/wide_char_types.exp: with program: lang=c++03: can't run to main
new UNRESOLVED: gdb.cp/wide_char_types.exp: with program: lang=c++03: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/wide_char_types.exp: with program: lang=c++11: can't run to main
new UNRESOLVED: gdb.cp/wide_char_types.exp: with program: lang=c++11: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/wide_char_types.exp: with program: lang=c: can't run to main
new UNRESOLVED: gdb.cp/wide_char_types.exp: with program: lang=c: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.disasm/disassembler-options.exp: set disassembler-options
PASS -> UNRESOLVED: gdb.dlang/circular.exp: set language d
PASS -> FAIL: gdb.dlang/debug-expr.exp: set debug expression 1
PASS -> FAIL: gdb.dlang/debug-expr.exp: set language d
PASS -> FAIL: gdb.dlang/demangle.exp: set language d
PASS -> FAIL: gdb.dlang/expression.exp: set language d
PASS -> FAIL: gdb.dlang/primitive-types.exp: set language d
PASS -> FAIL: gdb.dlang/properties.exp: set language d
PASS -> UNRESOLVED: gdb.dlang/watch-loc.exp: set language d
PASS -> UNRESOLVED: gdb.dwarf2/ada-valprint-error.exp: get integer valueof "sizeof
PASS -> FAIL: gdb.dwarf2/ada-valprint-error.exp: print fd.global
PASS -> UNRESOLVED: gdb.dwarf2/ada-valprint-error.exp: set language ada
PASS -> FAIL: gdb.dwarf2/arr-stride.exp: ptype pck.big_table
PASS -> FAIL: gdb.dwarf2/arr-stride.exp: ptype pck.table
PASS -> UNRESOLVED: gdb.dwarf2/arr-stride.exp: set language ada
PASS -> FAIL: gdb.dwarf2/arr-subrange.exp: ptype pck.table
PASS -> UNRESOLVED: gdb.dwarf2/arr-subrange.exp: set language ada
PASS -> UNRESOLVED: gdb.dwarf2/atomic-type.exp: ptype f
new UNRESOLVED: gdb.dwarf2/bad-regnum.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/comp-unit-lang.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/corrupt.exp: recover from corrupt DWARF
new UNRESOLVED: gdb.dwarf2/count.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/data-loc.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/dup-psym.exp: info sources should contain only one reference to file1.txt
PASS -> UNRESOLVED: gdb.dwarf2/dw2-abs-hi-pc.exp: break hello
PASS -> FAIL: gdb.dwarf2/dw2-abs-hi-pc.exp: break world
PASS -> UNRESOLVED: gdb.dwarf2/dw2-ada-ffffffff.exp: p sizeof
PASS -> FAIL: gdb.dwarf2/dw2-ada-ffffffff.exp: ptype t
new UNRESOLVED: gdb.dwarf2/dw2-align.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/dw2-anon-mptr.exp: set cp-abi gnu-v3
PASS -> FAIL: gdb.dwarf2/dw2-anon-mptr.exp: show cp-abi
PASS -> UNRESOLVED: gdb.dwarf2/dw2-anonymous-func.exp: list file1.txt
PASS -> UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: ptype f
PASS -> FAIL: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: ptype g
PASS -> UNRESOLVED: gdb.dwarf2/dw2-bad-parameter-type.exp: ptype f
PASS -> FAIL: gdb.dwarf2/dw2-bad-unresolved.exp: print var
PASS -> UNRESOLVED: gdb.dwarf2/dw2-bad-unresolved.exp: ptype var
PASS -> FAIL: gdb.dwarf2/dw2-basic.exp: list func_cu1
PASS -> FAIL: gdb.dwarf2/dw2-basic.exp: ptype func_cu1
PASS -> UNRESOLVED: gdb.dwarf2/dw2-basic.exp: set listsize 1
PASS -> UNRESOLVED: gdb.dwarf2/dw2-canonicalize-type.exp: ptype f
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
PASS -> UNRESOLVED: gdb.dwarf2/dw2-case-insensitive.exp: show case-sensitive
PASS -> FAIL: gdb.dwarf2/dw2-compdir-oldgcc.exp: info source gcc42
PASS -> FAIL: gdb.dwarf2/dw2-compdir-oldgcc.exp: info source gcc43
PASS -> UNRESOLVED: gdb.dwarf2/dw2-compdir-oldgcc.exp: list gcc42
PASS -> FAIL: gdb.dwarf2/dw2-compressed.exp: list func_cu1
PASS -> FAIL: gdb.dwarf2/dw2-compressed.exp: ptype func_cu1
PASS -> UNRESOLVED: gdb.dwarf2/dw2-compressed.exp: set listsize 1
PASS -> UNRESOLVED: gdb.dwarf2/dw2-const.exp: print twelve
PASS -> FAIL: gdb.dwarf2/dw2-const.exp: print/x val8
new UNRESOLVED: gdb.dwarf2/dw2-cp-infcall-ref-static.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/dw2-cu-size.exp: ptype noloc
new UNRESOLVED: gdb.dwarf2/dw2-dir-file-name.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.dwarf2/dw2-dos-drive.exp: break 'z:file.c':func
PASS -> UNRESOLVED: gdb.dwarf2/dw2-dos-drive.exp: set breakpoint pending off
PASS -> UNRESOLVED: gdb.dwarf2/dw2-double-set-die-type.exp: ptype a
PASS -> UNRESOLVED: gdb.dwarf2/dw2-dummy-cu.exp: info fun main
PASS -> FAIL: gdb.dwarf2/dw2-empty-namespace.exp: p var
PASS -> UNRESOLVED: gdb.dwarf2/dw2-empty-namespace.exp: ptype var
PASS -> FAIL: gdb.dwarf2/dw2-empty-pc-range.exp: empty range after CU load
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.dwarf2/dw2-entry-value.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.dwarf2/dw2-filename.exp: info sources
PASS -> UNRESOLVED: gdb.dwarf2/dw2-filename.exp: interpreter-exec mi -file-list-exec-source-files
PASS -> UNRESOLVED: gdb.dwarf2/dw2-icc-opaque.exp: ptype p_struct
PASS -> UNRESOLVED: gdb.dwarf2/dw2-icycle.exp: echo life check\n
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/dw2-inheritance.exp: ptype inherited
PASS -> UNRESOLVED: gdb.dwarf2/dw2-inline-param.exp: info addr break_at
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 -> UNRESOLVED: 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
PASS -> FAIL: gdb.dwarf2/dw2-intermix.exp: list func_cu1
PASS -> FAIL: gdb.dwarf2/dw2-intermix.exp: ptype func_cu1
PASS -> UNRESOLVED: gdb.dwarf2/dw2-intermix.exp: set listsize 1
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: p testvar
new UNRESOLVED: gdb.dwarf2/dw2-linkage-name-trust.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/dw2-minsym-in-cu.exp: info fun func2
PASS -> UNRESOLVED: gdb.dwarf2/dw2-modula2-self-type.exp: set language modula-2
PASS -> FAIL: gdb.dwarf2/dw2-namespaceless-anonymous.exp: p '
PASS -> UNRESOLVED: gdb.dwarf2/dw2-namespaceless-anonymous.exp: ptype '
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 -> UNRESOLVED: 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
PASS -> UNRESOLVED: 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
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 -> UNRESOLVED: gdb.dwarf2/dw2-op-call.exp: maintenance set dwarf max-cache-age 0
PASS -> FAIL: gdb.dwarf2/dw2-op-call.exp: p array1
PASS -> UNRESOLVED: 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
PASS -> UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: console: set print object on
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
new UNRESOLVED: gdb.dwarf2/dw2-param-error.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.dwarf2/dw2-producer.exp: list func_cu1
PASS -> FAIL: gdb.dwarf2/dw2-producer.exp: ptype func_cu1
PASS -> UNRESOLVED: gdb.dwarf2/dw2-producer.exp: set listsize 1
new UNRESOLVED: gdb.dwarf2/dw2-ranges-base.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: get integer valueof "sizeof
new UNRESOLVED: gdb.dwarf2/dw2-ranges.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.dwarf2/dw2-ranges.exp: info line func
PASS -> FAIL: gdb.dwarf2/dw2-ranges.exp: info line func2
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.dwarf2/dw2-ref-missing-frame.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-regno-invalid.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/dw2-regno-invalid.exp: p bregx
PASS -> FAIL: gdb.dwarf2/dw2-simple-locdesc.exp: p &s.data4
KFAIL -> UNRESOLVED: gdb.dwarf2/dw2-simple-locdesc.exp: p &s.shl
new UNRESOLVED: gdb.dwarf2/dw2-skip-prologue.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.dwarf2/dw2-stack-boundary.exp: check partial symtab errors
PASS -> UNRESOLVED: gdb.dwarf2/dw2-stack-boundary.exp: set complaints 100
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.dwarf2/dw2-unresolved.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/dw2-var-zero-addr.exp: print &var
PASS -> UNRESOLVED: gdb.dwarf2/dw2-var-zero-addr.exp: readnow: print &var
PASS -> UNRESOLVED: gdb.dwarf2/dw4-sig-type-unused.exp: alive
PASS -> UNRESOLVED: gdb.dwarf2/dw4-sig-types.exp: maint set dwarf max-cache-age 0
new UNRESOLVED: gdb.dwarf2/dwz.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/dwzbuildid.exp: fallback: set debug-file-directory
PASS -> UNRESOLVED: gdb.dwarf2/dwzbuildid.exp: mismatch: set debug-file-directory
PASS -> UNRESOLVED: gdb.dwarf2/dwzbuildid.exp: ok: set debug-file-directory
new UNRESOLVED: gdb.dwarf2/dynarr-ptr.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/dynarr-ptr.exp: get integer valueof "sizeof
PASS -> UNRESOLVED: 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
PASS -> FAIL: gdb.dwarf2/fission-mix.exp: break func2
PASS -> UNRESOLVED: gdb.dwarf2/fission-mix.exp: break main
PASS -> FAIL: gdb.dwarf2/fission-reread.exp: ptype baz
PASS -> UNRESOLVED: gdb.dwarf2/fission-reread.exp: set debug-file-directory
new UNRESOLVED: gdb.dwarf2/formdata16.exp: determine endianness
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 -> UNRESOLVED: gdb.dwarf2/formdata16.exp: p/x xxx
PASS -> FAIL: gdb.dwarf2/formdata16.exp: p/x yyy
new UNRESOLVED: gdb.dwarf2/gdb-index.exp: check if index present
new UNRESOLVED: gdb.dwarf2/implptr-64bit.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/implptrconst.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: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/implref-array.exp: get valueof "sizeof
new UNRESOLVED: gdb.dwarf2/implref-const.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/implref-global.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/implref-struct.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.dwarf2/mac-fileno.exp: list func_cu1
PASS -> FAIL: gdb.dwarf2/mac-fileno.exp: ptype func_cu1
PASS -> UNRESOLVED: gdb.dwarf2/mac-fileno.exp: set listsize 1
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: could not start main-subprogram
PASS -> UNRESOLVED: gdb.dwarf2/member-ptr-forwardref.exp: set cp-abi gnu-v3
PASS -> FAIL: gdb.dwarf2/member-ptr-forwardref.exp: show cp-abi
PASS -> FAIL: gdb.dwarf2/method-ptr.exp: ptype the_typedef
PASS -> UNRESOLVED: gdb.dwarf2/method-ptr.exp: set language c++
PASS -> UNRESOLVED: gdb.dwarf2/missing-sig-type.exp: ptype foo
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/nostaticblock.exp: alive
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/pr10770.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/pr11465.exp: p N::c.C
PASS -> UNRESOLVED: gdb.dwarf2/pr13961.exp: break main
PASS -> UNRESOLVED: gdb.dwarf2/shortpiece.exp: p s1
PASS -> FAIL: gdb.dwarf2/shortpiece.exp: p s2
PASS -> UNRESOLVED: gdb.dwarf2/staticvirtual.exp: p S::~S
PASS -> FAIL: gdb.dwarf2/subrange.exp: ptype TByteArray
PASS -> UNRESOLVED: gdb.dwarf2/subrange.exp: set language pascal
PASS -> FAIL: gdb.dwarf2/symtab-producer.exp: python print
new UNRESOLVED: gdb.dwarf2/symtab-producer.exp: verify python support
new UNRESOLVED: gdb.dwarf2/var-access.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/variant.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/varval.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.fortran/exprs.exp: set print sevenbit-strings
PASS -> UNRESOLVED: gdb.fortran/types.exp: set print sevenbit-strings
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 -> UNRESOLVED: gdb.go/basic-types.exp: set language go
PASS -> UNRESOLVED: gdb.go/print.exp: set language go
new FAIL: gdb.guile/guile.exp: collect help from uiout
new FAIL: gdb.guile/guile.exp: guile
PASS -> FAIL: gdb.guile/guile.exp: multi-line guile command - end
new FAIL: 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 FAIL: gdb.guile/guile.exp: verify help to uiout
new FAIL: gdb.guile/scm-arch.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-arch.exp: verify guile support
new FAIL: gdb.guile/scm-block.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-block.exp: verify guile support
new FAIL: gdb.guile/scm-breakpoint.exp: guile
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_bkpt_basic: can't run to main
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_bkpt_basic: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_bkpt_cond_and_cmds: can't run to main
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_bkpt_cond_and_cmds: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_bkpt_deletion: can't run to main
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_bkpt_deletion: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_bkpt_eval_funcs: can't run to main
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_bkpt_eval_funcs: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_bkpt_internal: can't run to main
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_bkpt_internal: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_bkpt_invisible: can't run to main
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_bkpt_invisible: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_bkpt_registration: can't run to main
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_bkpt_registration: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_watchpoints: can't run to main
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_watchpoints: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: verify guile support
new FAIL: gdb.guile/scm-cmd.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-cmd.exp: verify guile support
new FAIL: gdb.guile/scm-disasm.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-disasm.exp: verify guile support
new FAIL: gdb.guile/scm-equal.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-equal.exp: verify guile support
new FAIL: gdb.guile/scm-error.exp:
new FAIL: gdb.guile/scm-error.exp: backtrace printed
new UNRESOLVED: gdb.guile/scm-error.exp: error loading scm file caught
new FAIL: gdb.guile/scm-error.exp: error message printed
new FAIL: gdb.guile/scm-error.exp: guile
new FAIL: gdb.guile/scm-frame-args.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-frame-args.exp: verify guile support
new FAIL: gdb.guile/scm-frame-inline.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-frame-inline.exp: verify guile support
new FAIL: gdb.guile/scm-frame.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-frame.exp: verify guile support
new FAIL: gdb.guile/scm-gsmob.exp: gu
new FAIL: gdb.guile/scm-gsmob.exp: guile
new FAIL: gdb.guile/scm-gsmob.exp: object-properties
new FAIL: gdb.guile/scm-gsmob.exp: property prop0 not present before set
new FAIL: gdb.guile/scm-gsmob.exp: property prop0 present after set
new FAIL: gdb.guile/scm-gsmob.exp: property prop1 not present before set
new FAIL: gdb.guile/scm-gsmob.exp: property prop1 present after set
new FAIL: gdb.guile/scm-gsmob.exp: property prop2 not present before set
new FAIL: gdb.guile/scm-gsmob.exp: property prop2 present after set
new FAIL: gdb.guile/scm-gsmob.exp: property prop3 not present before set
new FAIL: gdb.guile/scm-gsmob.exp: property prop3 present after set
new FAIL: gdb.guile/scm-gsmob.exp: property prop4 not present before set
new FAIL: gdb.guile/scm-gsmob.exp: property prop4 present after set
new FAIL: gdb.guile/scm-gsmob.exp: property prop5 not present before set
new FAIL: gdb.guile/scm-gsmob.exp: property prop5 present after set
new FAIL: gdb.guile/scm-gsmob.exp: property prop6 not present before set
new FAIL: gdb.guile/scm-gsmob.exp: property prop6 present after set
new FAIL: gdb.guile/scm-gsmob.exp: property prop7 not present before set
new FAIL: gdb.guile/scm-gsmob.exp: property prop7 present after set
new FAIL: gdb.guile/scm-gsmob.exp: ref prop 0
new FAIL: gdb.guile/scm-gsmob.exp: ref prop 1
new FAIL: gdb.guile/scm-gsmob.exp: ref prop 2
new FAIL: gdb.guile/scm-gsmob.exp: ref prop 3
new FAIL: gdb.guile/scm-gsmob.exp: ref prop 4
new FAIL: gdb.guile/scm-gsmob.exp: ref prop 5
new FAIL: gdb.guile/scm-gsmob.exp: ref prop 6
new FAIL: gdb.guile/scm-gsmob.exp: ref prop 7
new FAIL: gdb.guile/scm-gsmob.exp: set prop 0
new FAIL: gdb.guile/scm-gsmob.exp: set prop 1
new FAIL: gdb.guile/scm-gsmob.exp: set prop 2
new FAIL: gdb.guile/scm-gsmob.exp: set prop 3
new FAIL: gdb.guile/scm-gsmob.exp: set prop 4
new FAIL: gdb.guile/scm-gsmob.exp: set prop 5
new FAIL: gdb.guile/scm-gsmob.exp: set prop 6
new FAIL: gdb.guile/scm-gsmob.exp: set prop 7
new FAIL: gdb.guile/scm-iterator.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-iterator.exp: verify guile support
new FAIL: gdb.guile/scm-lazy-string.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-lazy-string.exp: verify guile support
new FAIL: gdb.guile/scm-math.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-math.exp: verify guile support
new FAIL: gdb.guile/scm-objfile-script.exp: can't run to main
new FAIL: gdb.guile/scm-objfile-script.exp: info auto-load guile-scripts
new FAIL: gdb.guile/scm-objfile.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-objfile.exp: verify guile support
new FAIL: gdb.guile/scm-parameter.exp: error registering existing parameter
new FAIL: gdb.guile/scm-parameter.exp: guile
new FAIL: gdb.guile/scm-parameter.exp: previously-ambiguous: general help
new FAIL: gdb.guile/scm-parameter.exp: previously-ambiguous: parameter value
new FAIL: gdb.guile/scm-parameter.exp: previously-ambiguous: set help
new FAIL: gdb.guile/scm-parameter.exp: previously-ambiguous: set print s on
new FAIL: gdb.guile/scm-parameter.exp: previously-ambiguous: show help
new FAIL: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter off
new FAIL: gdb.guile/scm-parameter.exp: previously-ambiguous: show parameter on
new FAIL: gdb.guile/scm-parameter.exp: test-enum-param: enum parameter value
new FAIL: gdb.guile/scm-parameter.exp: test-enum-param: set invalid enum parameter
new FAIL: gdb.guile/scm-parameter.exp: test-enum-param: set print test-enum-param two
new FAIL: gdb.guile/scm-parameter.exp: test-enum-param: show initial value
new FAIL: gdb.guile/scm-parameter.exp: test-enum-param: show new value
new FAIL: gdb.guile/scm-parameter.exp: test-file-param: initial parameter value
new FAIL: gdb.guile/scm-parameter.exp: test-file-param: new parameter value
new FAIL: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param
new FAIL: gdb.guile/scm-parameter.exp: test-file-param: set test-file-param bar.txt
new FAIL: gdb.guile/scm-parameter.exp: test-file-param: show initial value
new FAIL: gdb.guile/scm-parameter.exp: test-file-param: show new value
new FAIL: gdb.guile/scm-parameter.exp: test-param: general help
new FAIL: gdb.guile/scm-parameter.exp: test-param: guile
new FAIL: gdb.guile/scm-parameter.exp: test-param: parameter value
new FAIL: gdb.guile/scm-parameter.exp: test-param: set help
new FAIL: gdb.guile/scm-parameter.exp: test-param: set print test-param off
new FAIL: gdb.guile/scm-parameter.exp: test-param: show help
new FAIL: gdb.guile/scm-parameter.exp: test-param: show parameter off
new FAIL: gdb.guile/scm-parameter.exp: test-param: show parameter on
new FAIL: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 10
new FAIL: gdb.guile/scm-parameter.exp: test-restricted-param: set test-restricted-param 42
new FAIL: gdb.guile/scm-parameter.exp: test-restricted-param: show test-restricted-param
new FAIL: gdb.guile/scm-parameter.exp: test-undocumented-param: general help
new FAIL: gdb.guile/scm-parameter.exp: test-undocumented-param: set help
new FAIL: gdb.guile/scm-parameter.exp: test-undocumented-param: set print test-undoc-param off
new FAIL: gdb.guile/scm-parameter.exp: test-undocumented-param: show help
new FAIL: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter off
new FAIL: gdb.guile/scm-parameter.exp: test-undocumented-param: show parameter on
new UNRESOLVED: gdb.guile/scm-parameter.exp: verify guile support
new FAIL: gdb.guile/scm-ports.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-ports.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 FAIL: gdb.guile/scm-progspace.exp: at start: current progspace filename
new FAIL: gdb.guile/scm-progspace.exp: at start: gu
new FAIL: gdb.guile/scm-progspace.exp: gu
new FAIL: gdb.guile/scm-progspace.exp: guile
new FAIL: gdb.guile/scm-progspace.exp: inferior removed: current progspace filename
new FAIL: gdb.guile/scm-progspace.exp: inferior removed: gu
new FAIL: gdb.guile/scm-progspace.exp: program loaded: current progspace filename
new FAIL: gdb.guile/scm-progspace.exp: program loaded: gu
new FAIL: gdb.guile/scm-progspace.exp: program unloaded: current progspace filename
new FAIL: gdb.guile/scm-progspace.exp: program unloaded: gu
new UNRESOLVED: gdb.guile/scm-progspace.exp: verify guile support
new FAIL: gdb.guile/scm-section-script.exp: can't run to main
new FAIL: gdb.guile/scm-section-script.exp: info auto-load guile-scripts no-script-matches-this
new FAIL: gdb.guile/scm-section-script.exp: info auto-load guile-scripts scm-section-script
new UNRESOLVED: gdb.guile/scm-section-script.exp: set auto-load safe-path
new FAIL: gdb.guile/scm-section-script.exp: verify scripts loaded
new FAIL: gdb.guile/scm-section-script.exp: verify scripts not loaded
new FAIL: gdb.guile/scm-symbol.exp: can't run to main
new FAIL: gdb.guile/scm-symbol.exp: guile
new FAIL: gdb.guile/scm-symbol.exp: print line number of qq
new FAIL: gdb.guile/scm-symbol.exp: print value of main
new FAIL: gdb.guile/scm-symbol.exp: print value of qq
new FAIL: gdb.guile/scm-symbol.exp: print whether qq needs a frame
new FAIL: gdb.guile/scm-symbol.exp: test
new UNRESOLVED: gdb.guile/scm-symbol.exp: verify guile support
new FAIL: gdb.guile/scm-symtab.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-symtab.exp: verify guile support
new FAIL: gdb.guile/scm-type.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-type.exp: verify guile support
new FAIL: gdb.guile/scm-value-cc.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-value-cc.exp: verify guile support
new FAIL: gdb.guile/scm-value.exp: Test dictionary hash 1
new FAIL: gdb.guile/scm-value.exp: Test dictionary hash 2
new FAIL: gdb.guile/scm-value.exp: Test dictionary hash 3
new FAIL: gdb.guile/scm-value.exp: can't run to main
new FAIL: gdb.guile/scm-value.exp: guile
new FAIL: gdb.guile/scm-value.exp: parse-and-eval constant test
new FAIL: gdb.guile/scm-value.exp: parse-and-eval simple expression test
new FAIL: 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: can't run to main
new UNRESOLVED: gdb.guile/types-module.exp: verify guile support
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
PASS -> UNRESOLVED: gdb.linespec/break-ask.exp: set multiple-symbols ask
new FAIL: gdb.linespec/break-ask.exp: setting breakpoint at body_elsewhere
PASS -> FAIL: gdb.linespec/break-asm-file.exp: set a break-point at a function only for a selected ASM file.
PASS -> UNRESOLVED: 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.
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
new UNRESOLVED: gdb.linespec/cpcompletion.exp: show editing
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 UNRESOLVED: gdb.linespec/cpexplicit.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: show editing
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]
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 UNRESOLVED: gdb.linespec/cpls-ops.exp: show editing
new UNRESOLVED: gdb.linespec/explicit.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/keywords.exp: can't run to main
new UNRESOLVED: gdb.linespec/keywords.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.linespec/linespec.exp: set multiple-symbols to all for linespec tests
PASS -> FAIL: gdb.linespec/linespec.exp: single-location break using dir/file:line
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
PASS -> UNRESOLVED: gdb.linespec/ls-dollar.exp: set listsize 1
new FAIL: gdb.linespec/ls-errs.exp: lang=C++: can't run to main
PASS -> UNRESOLVED: gdb.linespec/ls-errs.exp: lang=C++: set breakpoint pending off
new FAIL: gdb.linespec/ls-errs.exp: lang=C: can't run to main
PASS -> UNRESOLVED: gdb.linespec/ls-errs.exp: lang=C: set breakpoint pending off
new UNRESOLVED: gdb.linespec/macro-relative.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.linespec/skip-two.exp: skip function dupname
new UNRESOLVED: gdb.linespec/thread.exp: can't run to main
new UNRESOLVED: gdb.linespec/thread.exp: delete all breakpoints in delete_breakpoints
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/gdb2549.exp: wrong arguments
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/gdb680.exp: -data-list-register-names -1, try 0
PASS -> FAIL: gdb.mi/gdb680.exp: -data-list-register-names -1, try 1
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
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.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
PASS -> FAIL: gdb.mi/mi-basics.exp: acceptance of MI operations
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
new FAIL: gdb.mi/mi-break.exp: mi-mode=separate: new-ui
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: -interpreter-exec with no arguments
PASS -> FAIL: gdb.mi/mi-cli.exp: -interpreter-exec with one argument
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
new UNRESOLVED: gdb.mi/mi-cmd-param-changed.exp: delete all breakpoints in delete_breakpoints
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-editing.exp: -interpreter-exec console "set editing on"
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=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
new FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=separate: force-fail=0: new-ui
new FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=separate: force-fail=1: new-ui
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=separate: force-fail=0: breakpoint hit reported on mi
PASS -> FAIL: gdb.mi/mi-exit-code.exp: -list-thread-groups before run shows no exit-code
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-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 -> FAIL: gdb.mi/mi-file-transfer.exp: put binary file
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-hack-cli.exp: 47show architecture
PASS -> FAIL: gdb.mi/mi-hack-cli.exp: show architecture
PASS -> FAIL: gdb.mi/mi-i-cmd.exp: -info-gdb-mi-command unsupported-command
PASS -> FAIL: gdb.mi/mi-i-cmd.exp: -list-features includes "info-gdb-mi-command"
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-language.exp: -list-features should include "language-option"
PASS -> UNRESOLVED: gdb.mi/mi-linespec-err-cp.exp: -interpreter-exec console "set breakpoint pending off"
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 -> FAIL: gdb.mi/mi-undefined-cmd.exp: -list-features should include "undefined-command-error-code"
PASS -> UNRESOLVED: gdb.mi/mi-undefined-cmd.exp: error code when executing undefined command
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: hw watchpoints toggle
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: hw watchpoints toggle
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: hw watchpoints toggle
PASS -> 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: new-ui
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: hw watchpoints toggle
PASS -> 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: new-ui
PASS -> FAIL: gdb.mi/mi-watch.exp: mi-mode=separate: wp-type=sw: watchpoint trigger
PASS -> FAIL: gdb.mi/mi2-prompt.exp: console set prompt
PASS -> FAIL: gdb.mi/mi2-prompt.exp: set prompt
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
new UNRESOLVED: gdb.mi/new-ui-mi-sync.exp: sync-command=continue: new-ui
new FAIL: gdb.mi/new-ui-mi-sync.exp: sync-command=run: new-ui
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
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_setup: new-ui
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.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: new-ui
new UNRESOLVED: gdb.modula2/unbounded-array.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.multi/base.exp: 'info functions commonfun' in inferior 1
PASS -> FAIL: gdb.multi/base.exp: info inferior 1-2
PASS -> FAIL: gdb.multi/base.exp: info inferiors
PASS -> FAIL: gdb.multi/base.exp: list commonfun in hello
PASS -> UNRESOLVED: gdb.multi/base.exp: print $_inferior
PASS -> FAIL: gdb.multi/base.exp: print glob
PASS -> FAIL: gdb.multi/base.exp: print hglob
new UNRESOLVED: gdb.multi/bkpt-multi-exec.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.multi/dummy-frame-restore.exp: can't run to f1
new UNRESOLVED: gdb.multi/dummy-frame-restore.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.multi/info-threads.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.multi/multi-arch.exp: ARM compiler is not known
PASS -> UNRESOLVED: 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 -> UNRESOLVED: 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 -> UNRESOLVED: 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=run: inf2_how=attach: attach
PASS -> FAIL: 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: delete all breakpoints in delete_breakpoints
new UNRESOLVED: 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 UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=run: delete all breakpoints in delete_breakpoints
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=run: run to main
PASS -> UNRESOLVED: gdb.multi/remove-inferiors.exp: add second inferior
PASS -> FAIL: gdb.multi/remove-inferiors.exp: can't remove current inferior
PASS -> FAIL: gdb.multi/remove-inferiors.exp: remove non-current inferior
PASS -> FAIL: gdb.multi/remove-inferiors.exp: switch to second inferior
new UNRESOLVED: gdb.multi/tids.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.multi/watchpoint-multi-exit.exp: dispose=detach: can't run to child_function
PASS -> UNRESOLVED: gdb.multi/watchpoint-multi-exit.exp: dispose=detach: set follow-fork child
new FAIL: gdb.multi/watchpoint-multi-exit.exp: dispose=exit: can't run to child_function
PASS -> UNRESOLVED: gdb.multi/watchpoint-multi-exit.exp: dispose=exit: set follow-fork child
new FAIL: gdb.multi/watchpoint-multi-exit.exp: dispose=kill: can't run to child_function
PASS -> UNRESOLVED: gdb.multi/watchpoint-multi-exit.exp: dispose=kill: set follow-fork child
PASS -> FAIL: gdb.multi/watchpoint-multi.exp: awatch b on inferior 1
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 -> UNRESOLVED: gdb.multi/watchpoint-multi.exp: set breakpoint always-inserted on
new FAIL: gdb.multi/watchpoint-multi.exp: setting breakpoint at main
PASS -> FAIL: gdb.multi/watchpoint-multi.exp: start to main inferior 1
PASS -> FAIL: gdb.multi/watchpoint-multi.exp: start to main inferior 2
PASS -> UNRESOLVED: gdb.objc/print.exp: set language objective-c
new UNRESOLVED: gdb.opt/clobbered-registers-O2.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.opt/clobbered-registers-O2.exp: run to start_sequence
PASS -> UNRESOLVED: 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
new UNRESOLVED: gdb.opt/inline-break.exp: func=func_extern_caller: could not run to main
new UNRESOLVED: gdb.opt/inline-break.exp: func=func_extern_caller: delete all breakpoints in delete_breakpoints
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
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
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
PASS -> FAIL: gdb.opt/inline-break.exp: print func1
PASS -> FAIL: gdb.opt/inline-break.exp: print func2
new UNRESOLVED: gdb.opt/inline-bt.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.opt/inline-bt.exp: skipping inline frame tests
PASS -> UNRESOLVED: gdb.opt/inline-cmds.exp: set listsize 1
new UNRESOLVED: gdb.opt/inline-cmds.exp: skipping inline frame tests
new UNRESOLVED: gdb.opt/inline-locals.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.opt/inline-locals.exp: inline-bt.exp
new UNRESOLVED: gdb.opt/solib-intra-step.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.pascal/print.exp: set language pascal
PASS -> UNRESOLVED: gdb.pascal/types.exp: set language pascal
new FAIL: gdb.python/lib-types.exp: can't run to main
new UNRESOLVED: gdb.python/lib-types.exp: verify python support
new UNRESOLVED: gdb.python/py-arch.exp: verify python support
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 FAIL: gdb.python/py-bad-printers.exp: can't run to main
new UNRESOLVED: gdb.python/py-bad-printers.exp: verify python support
new FAIL: gdb.python/py-block.exp: can't run to main
new UNRESOLVED: gdb.python/py-block.exp: verify python support
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
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: cannot run to main.
PASS -> UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_basic: python print
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 UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_deletion: cannot run to main.
new UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_deletion: delete all breakpoints in delete_breakpoints
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
PASS -> UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_events: Create event handler - python
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 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_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-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-breakpoint.exp: verify python support
new UNRESOLVED: gdb.python/py-caller-is.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.python/py-cmd.exp: cannot run to main.
new UNRESOLVED: gdb.python/py-cmd.exp: verify python support
PASS -> FAIL: gdb.python/py-completion.exp: load python file again
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: 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 UNRESOLVED: gdb.python/py-events.exp: verify python support
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
PASS -> FAIL: gdb.python/py-evthreads.exp: thread 3 was signaled
new UNRESOLVED: gdb.python/py-evthreads.exp: verify python support
new UNRESOLVED: gdb.python/py-explore-cc.exp: verify python support
new UNRESOLVED: gdb.python/py-explore.exp: verify python support
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-finish-breakpoint.exp: verify python support
new FAIL: gdb.python/py-finish-breakpoint2.exp: cannot run to main.
new UNRESOLVED: gdb.python/py-finish-breakpoint2.exp: verify python support
new UNRESOLVED: gdb.python/py-frame-args.exp: verify python support
new FAIL: gdb.python/py-frame-inline.exp: can't run to function f
new UNRESOLVED: gdb.python/py-frame-inline.exp: verify python support
new FAIL: gdb.python/py-frame.exp: can't run to main
new UNRESOLVED: gdb.python/py-frame.exp: verify python support
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 UNRESOLVED: gdb.python/py-function.exp: verify python support
new FAIL: gdb.python/py-inferior.exp: can't run to main
new UNRESOLVED: gdb.python/py-inferior.exp: verify python support
new FAIL: gdb.python/py-infthread.exp: can't run to main
new UNRESOLVED: gdb.python/py-infthread.exp: verify python support
new UNRESOLVED: gdb.python/py-lazy-string.exp: verify python support
new UNRESOLVED: gdb.python/py-lookup-type.exp: verify python support
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: -enable-pretty-printing
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 -> FAIL: gdb.python/py-mi-var-info-path-expression.exp: load python file
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 UNRESOLVED: gdb.python/py-objfile.exp: verify python support
new UNRESOLVED: gdb.python/py-parameter.exp: verify python support
new UNRESOLVED: gdb.python/py-pp-integral.exp: verify python support
new FAIL: gdb.python/py-pp-maint.exp: can't run to main
new UNRESOLVED: gdb.python/py-pp-maint.exp: verify python support
new UNRESOLVED: gdb.python/py-pp-re-notag.exp: verify python support
new FAIL: gdb.python/py-pp-registration.exp: can't run to main
new UNRESOLVED: gdb.python/py-pp-registration.exp: verify python support
new UNRESOLVED: gdb.python/py-prettyprint.exp: c++: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-prettyprint.exp: c: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-prettyprint.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.python/py-progspace.exp: can't run to main
new UNRESOLVED: gdb.python/py-progspace.exp: verify python support
new UNRESOLVED: gdb.python/py-prompt.exp: verify python support
new FAIL: gdb.python/py-rbreak.exp: can't run to main
new UNRESOLVED: gdb.python/py-rbreak.exp: verify python support
new FAIL: gdb.python/py-record-full.exp: can't run to main
new UNRESOLVED: gdb.python/py-record-full.exp: verify python support
new FAIL: gdb.python/py-recurse-unwind.exp: can't run to main
new UNRESOLVED: gdb.python/py-recurse-unwind.exp: verify python support
new UNRESOLVED: gdb.python/py-rvalue-ref-value-cc.exp: verify python support
PASS -> FAIL: gdb.python/py-section-script.exp: info auto-load python-scripts py-section-script
PASS -> UNRESOLVED: gdb.python/py-section-script.exp: set auto-load safe-path
PASS -> FAIL: gdb.python/py-section-script.exp: verify scripts loaded
new FAIL: gdb.python/py-shared.exp: can't run to main
new UNRESOLVED: gdb.python/py-shared.exp: verify python support
new UNRESOLVED: gdb.python/py-strfns.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.python/py-symbol.exp: can't run to main
PASS -> FAIL: gdb.python/py-symbol.exp: print line number of qq
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 whether qq needs a frame
PASS -> FAIL: gdb.python/py-symbol.exp: test main_func.is_function
new UNRESOLVED: gdb.python/py-symbol.exp: verify python support
new FAIL: gdb.python/py-symtab.exp: can't run to main
new UNRESOLVED: gdb.python/py-symtab.exp: verify python support
PASS -> UNRESOLVED: gdb.python/py-sync-interp.exp: attach and where
new UNRESOLVED: gdb.python/py-sync-interp.exp: verify python support
new UNRESOLVED: gdb.python/py-template.exp: verify python support
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: 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
new UNRESOLVED: gdb.python/py-thrhandle.exp: verify python support
new UNRESOLVED: gdb.python/py-type.exp: delete all breakpoints in delete_breakpoints
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: 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: 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: basic test // parse failed
new FAIL: gdb.python/py-typeprint.exp: raw test // parse failed
new UNRESOLVED: gdb.python/py-typeprint.exp: verify python support
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: can't run to main
new UNRESOLVED: gdb.python/py-unwind-maint.exp: verify python support
new UNRESOLVED: gdb.python/py-unwind.exp: verify python support
new UNRESOLVED: gdb.python/py-value-cc.exp: verify python support
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 UNRESOLVED: gdb.python/py-value.exp: verify python support
new UNRESOLVED: gdb.python/py-xmethods.exp: verify python support
new UNRESOLVED: gdb.python/python.exp: can't run to main
new UNRESOLVED: gdb.python/python.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.python/python.exp: source -s source2.py
new UNRESOLVED: gdb.python/python.exp: verify python support
PASS -> FAIL: gdb.reverse/break-precsave.exp: BP at end of 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
new UNRESOLVED: gdb.reverse/break-precsave.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: 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
new UNRESOLVED: gdb.reverse/break-reverse.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.reverse/break-reverse.exp: turn on process record
PASS -> FAIL: gdb.reverse/consecutive-precsave.exp: breakpoint at end of main
PASS -> FAIL: gdb.reverse/consecutive-precsave.exp: continue to breakpoint in foo
new UNRESOLVED: gdb.reverse/consecutive-precsave.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.reverse/consecutive-precsave.exp: turn on process record
PASS -> FAIL: gdb.reverse/consecutive-reverse.exp: continue to breakpoint in foo
new UNRESOLVED: gdb.reverse/consecutive-reverse.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.reverse/consecutive-reverse.exp: turn on process record
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: 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
new UNRESOLVED: gdb.reverse/finish-precsave.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.reverse/finish-precsave.exp: turn on process record
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
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
new UNRESOLVED: gdb.reverse/finish-reverse.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.reverse/finish-reverse.exp: turn on process record
PASS -> FAIL: gdb.reverse/fstatat-reverse.exp: check fstatat record
PASS -> FAIL: gdb.reverse/fstatat-reverse.exp: continue to breakpoint: marker2
new UNRESOLVED: gdb.reverse/fstatat-reverse.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.reverse/fstatat-reverse.exp: turn on process record
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
new UNRESOLVED: gdb.reverse/getresuid-reverse.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.reverse/getresuid-reverse.exp: turn on process record
new UNRESOLVED: gdb.reverse/insn-reverse.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: 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
new FAIL: gdb.reverse/machinestate-precsave.exp: break 100
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: breakpoint at end of main
new UNRESOLVED: gdb.reverse/machinestate-precsave.exp: delete all breakpoints in delete_breakpoints
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
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 -> UNRESOLVED: 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
new FAIL: gdb.reverse/machinestate.exp: break 100
PASS -> FAIL: gdb.reverse/machinestate.exp: continue to breakpoint: end of main
new UNRESOLVED: gdb.reverse/machinestate.exp: delete all breakpoints in delete_breakpoints
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
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
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 -> UNRESOLVED: gdb.reverse/machinestate.exp: turn on process record
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
PASS -> FAIL: gdb.reverse/pipe-reverse.exp: check pipe record
PASS -> FAIL: gdb.reverse/pipe-reverse.exp: continue to breakpoint: marker2
new UNRESOLVED: gdb.reverse/pipe-reverse.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.reverse/pipe-reverse.exp: turn on process record
PASS -> FAIL: gdb.reverse/readv-reverse.exp: check readv record
PASS -> FAIL: gdb.reverse/readv-reverse.exp: continue to breakpoint: marker2
new UNRESOLVED: gdb.reverse/readv-reverse.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.reverse/readv-reverse.exp: turn on process record
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
new UNRESOLVED: gdb.reverse/recvmsg-reverse.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.reverse/recvmsg-reverse.exp: reverse to marker1
PASS -> FAIL: gdb.reverse/recvmsg-reverse.exp: set breakpoint at marker2
PASS -> UNRESOLVED: gdb.reverse/recvmsg-reverse.exp: turn on process record
new UNRESOLVED: gdb.reverse/rerun-prec.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.reverse/rerun-prec.exp: restarting inferior
PASS -> UNRESOLVED: 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
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_33
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_34
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_35
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_36
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_37
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_38
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_39
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_40
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_41
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_42
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_43
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_44
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_45
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_46
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_47
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_48
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_49
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_50
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_51
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_52
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_53
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_54
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_55
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_56
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_57
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_58
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_59
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_60
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_61
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_62
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_63
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_ALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_BUS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_CHLD
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_CONT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_DANGER
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_EMT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_FPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_GRANT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_HUP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_ILL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_IO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_LOST
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_LWP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_MSG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_PHONE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_PIPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_POLL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_PRIO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_PROF
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_PWR
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_QUIT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_RETRACT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_SAK
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_SEGV
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_SOUND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_SYS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_TERM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_TSTP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_TTIN
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_TTOU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_URG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_USR1
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_USR2
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_VTALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_WAITING
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_WINCH
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_WIND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_XCPU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_XFSZ
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_33
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_34
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_35
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_36
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_37
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_38
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_39
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_40
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_41
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_42
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_43
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_44
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_45
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_46
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_47
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_48
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_49
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_50
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_51
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_52
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_53
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_54
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_55
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_56
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_57
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_58
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_59
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_60
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_61
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_62
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_63
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_ABRT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_ALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_BUS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_CHLD
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_CONT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_DANGER
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_EMT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_FPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_GRANT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_HUP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_ILL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_IO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_LOST
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_LWP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_MSG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_PHONE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_PIPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_POLL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_PRIO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_PROF
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_PWR
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_QUIT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_RETRACT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_SAK
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_SEGV
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_SOUND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_SYS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_TERM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_TSTP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_TTIN
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_TTOU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_URG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_USR1
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_USR2
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_VTALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_WAITING
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_WINCH
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_WIND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_XCPU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_XFSZ
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
new FAIL: gdb.reverse/sigall-precsave.exp: continue
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: continue to sigall exit
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: 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
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_33
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_34
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_35
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_36
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_37
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_38
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_39
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_40
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_41
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_42
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_43
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_44
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_45
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_46
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_47
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_48
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_49
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_50
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_51
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_52
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_53
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_54
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_55
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_56
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_57
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_58
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_59
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_60
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_61
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_62
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_63
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_ALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_BUS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_CHLD
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_CONT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_DANGER
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_EMT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_FPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_GRANT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_HUP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_ILL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_IO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_LOST
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_LWP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_MSG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_PHONE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_PIPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_POLL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_PRIO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_PROF
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_PWR
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_QUIT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_RETRACT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_SAK
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_SEGV
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_SOUND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_SYS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_TERM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_TSTP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_TTIN
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_TTOU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_URG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_USR1
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_USR2
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_VTALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_WAITING
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_WINCH
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_WIND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_XCPU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_XFSZ
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_33
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_34
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_35
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_36
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_37
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_38
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_39
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_40
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_41
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_42
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_43
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_44
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_45
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_46
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_47
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_48
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_49
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_50
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_51
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_52
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_53
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_54
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_55
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_56
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_57
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_58
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_59
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_60
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_61
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_62
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_63
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_ABRT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_ALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_BUS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_CHLD
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_CONT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_DANGER
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_EMT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_FPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_GRANT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_HUP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_ILL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_IO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_LOST
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_LWP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_MSG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_PHONE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_PIPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_POLL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_PRIO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_PROF
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_PWR
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_QUIT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_RETRACT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_SAK
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_SEGV
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_SOUND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_SYS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_TERM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_TSTP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_TTIN
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_TTOU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_URG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_USR1
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_USR2
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_VTALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_WAITING
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_WINCH
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_WIND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_XCPU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: turn on process record
PASS -> FAIL: gdb.reverse/solib-precsave.exp: breakpoint at end of main
new UNRESOLVED: gdb.reverse/solib-precsave.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.reverse/solib-precsave.exp: turn on process record
new UNRESOLVED: gdb.reverse/solib-reverse.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.reverse/solib-reverse.exp: turn on process record
PASS -> FAIL: gdb.reverse/step-precsave.exp: breakpoint at end of main
new UNRESOLVED: gdb.reverse/step-precsave.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.reverse/step-precsave.exp: turn on process record
new UNRESOLVED: gdb.reverse/step-reverse.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: 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: breakpoint at end of main
new UNRESOLVED: gdb.reverse/until-precsave.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: 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
new UNRESOLVED: gdb.reverse/until-reverse.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: 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: check waitpid record
PASS -> FAIL: gdb.reverse/waitpid-reverse.exp: continue to breakpoint: marker2
new UNRESOLVED: gdb.reverse/waitpid-reverse.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.reverse/waitpid-reverse.exp: turn on process record
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
new UNRESOLVED: gdb.reverse/watch-precsave.exp: delete all breakpoints in delete_breakpoints
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
PASS -> FAIL: gdb.reverse/watch-precsave.exp: set watchpoint on ival3
PASS -> UNRESOLVED: 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
new UNRESOLVED: gdb.reverse/watch-reverse.exp: delete all breakpoints in delete_breakpoints
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
PASS -> FAIL: gdb.reverse/watch-reverse.exp: set watchpoint on ival3
PASS -> UNRESOLVED: 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.rust/expr.exp: set language rust
PASS -> FAIL: gdb.rust/expr.exp: set var $something = 27
PASS -> FAIL: gdb.server/abspath.exp: continue to main
PASS -> UNRESOLVED: gdb.server/abspath.exp: disconnect
new FAIL: gdb.server/abspath.exp: setting breakpoint at main
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: disconnect
PASS -> FAIL: gdb.server/connect-stopped-target.exp: non-stop=off: print pc again
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: disconnect
PASS -> FAIL: gdb.server/connect-stopped-target.exp: non-stop=on: print pc again
PASS -> UNRESOLVED: gdb.server/connect-with-no-symbol-file.exp: sysroot=: action=permission: setup: disconnect
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 -> UNRESOLVED: gdb.server/connect-without-multi-process.exp: multiprocess=auto: disconnect
PASS -> FAIL: gdb.server/connect-without-multi-process.exp: multiprocess=auto: target extended-remote
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 -> UNRESOLVED: gdb.server/connect-without-multi-process.exp: multiprocess=off: disconnect
PASS -> FAIL: gdb.server/connect-without-multi-process.exp: multiprocess=off: target extended-remote
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
PASS -> FAIL: gdb.server/ext-attach.exp: detach
PASS -> UNRESOLVED: gdb.server/ext-attach.exp: disconnect
PASS -> FAIL: gdb.server/ext-attach.exp: monitor exit
PASS -> FAIL: gdb.server/ext-attach.exp: set remote exec-file
PASS -> UNRESOLVED: gdb.server/ext-restart.exp: disconnect
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: run to main
PASS -> FAIL: gdb.server/ext-restart.exp: set remote exec-file
new FAIL: gdb.server/ext-restart.exp: setting breakpoint at main
PASS -> FAIL: gdb.server/ext-run.exp: continue to main
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
PASS -> FAIL: gdb.server/ext-run.exp: set remote exec-file
new FAIL: gdb.server/ext-run.exp: setting breakpoint at main
PASS -> UNRESOLVED: gdb.server/ext-wrapper.exp: disconnect
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: run to marker
PASS -> FAIL: gdb.server/ext-wrapper.exp: set remote exec-file
new FAIL: gdb.server/ext-wrapper.exp: setting breakpoint at marker
new UNRESOLVED: gdb.server/extended-remote-restart.exp: kill: 0, follow-child 0: can't run to main
new UNRESOLVED: gdb.server/extended-remote-restart.exp: kill: 0, follow-child 0: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.server/extended-remote-restart.exp: kill: 0, follow-child 1: can't run to main
new UNRESOLVED: gdb.server/extended-remote-restart.exp: kill: 0, follow-child 1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.server/extended-remote-restart.exp: kill: 1, follow-child 0: can't run to main
new UNRESOLVED: gdb.server/extended-remote-restart.exp: kill: 1, follow-child 0: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.server/extended-remote-restart.exp: kill: 1, follow-child 1: can't run to main
new UNRESOLVED: gdb.server/extended-remote-restart.exp: kill: 1, follow-child 1: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.server/file-transfer.exp: disconnect
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/no-thread-db.exp: continue to breakpoint: after tls assignment
PASS -> UNRESOLVED: gdb.server/no-thread-db.exp: disconnect
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
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: first: connect
PASS -> UNRESOLVED: gdb.server/reconnect-ctrl-c.exp: preparation: disconnect
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: connect
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: disconnect
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
PASS -> UNRESOLVED: gdb.server/run-without-local-binary.exp: set remote exec-file
PASS -> UNRESOLVED: gdb.server/server-connect.exp: disconnect
PASS -> FAIL: gdb.server/server-connect.exp: tcp4: connect to gdbserver using tcp4:127.0.0.1
PASS -> FAIL: gdb.server/server-connect.exp: tcp6-with-brackets: connect to gdbserver using tcp6:[::1]
PASS -> FAIL: gdb.server/server-connect.exp: tcp6: connect to gdbserver using tcp6:::1
PASS -> FAIL: gdb.server/server-connect.exp: tcp: connect to gdbserver using tcp:localhost
PASS -> UNRESOLVED: gdb.server/server-exec-info.exp: disconnect
PASS -> FAIL: gdb.server/server-exec-info.exp: info files
PASS -> FAIL: gdb.server/server-kill.exp: continue to breakpoint: after server_pid assignment
PASS -> UNRESOLVED: gdb.server/server-kill.exp: disconnect
PASS -> FAIL: gdb.server/server-kill.exp: p server_pid
new FAIL: gdb.server/server-kill.exp: setting breakpoint at server-kill.c:29
PASS -> UNRESOLVED: gdb.server/server-mon.exp: disconnect
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
PASS -> FAIL: gdb.server/server-run.exp: continue to main
PASS -> UNRESOLVED: gdb.server/server-run.exp: loaded dynamic linker
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 0: continue
PASS -> UNRESOLVED: gdb.server/solib-list.exp: non-stop 0: disconnect
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 0: p libvar
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 0: target extended-remote
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 1: continue
PASS -> UNRESOLVED: gdb.server/solib-list.exp: non-stop 1: disconnect
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 1: p libvar
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 1: target extended-remote
PASS -> FAIL: gdb.server/stop-reply-no-thread.exp: connect
PASS -> UNRESOLVED: gdb.server/stop-reply-no-thread.exp: disconnect
PASS -> FAIL: gdb.server/wrapper.exp: continue to marker
PASS -> UNRESOLVED: gdb.server/wrapper.exp: disconnect
PASS -> FAIL: gdb.server/wrapper.exp: print d
new FAIL: gdb.server/wrapper.exp: setting breakpoint at marker
new UNRESOLVED: gdb.stabs/exclfwd.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.stabs/gdb11479.exp: can't run to main natural_debug_format
new UNRESOLVED: gdb.stabs/gdb11479.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attach
PASS -> UNRESOLVED: gdb.threads/attach-into-signal.exp: nonthreaded: handle SIGALRM stop print pass
UNRESOLVED -> FAIL: gdb.threads/attach-into-signal.exp: threaded: attach
PASS -> UNRESOLVED: gdb.threads/attach-into-signal.exp: threaded: handle SIGALRM stop print pass
PASS -> FAIL: gdb.threads/attach-slow-waitpid.exp: attach to target
PASS -> FAIL: gdb.threads/attach-stopped.exp: nonthreaded: attach2 to stopped bt
PASS -> UNRESOLVED: gdb.threads/attach-stopped.exp: nonthreaded: attach2 to stopped, after setting file
PASS -> FAIL: gdb.threads/attach-stopped.exp: threaded: attach2 to stopped bt
PASS -> UNRESOLVED: gdb.threads/attach-stopped.exp: threaded: attach2 to stopped, after setting file
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 -> FAIL: gdb.threads/bp_in_thread.exp: run to noreturn
PASS -> UNRESOLVED: gdb.threads/break-while-running.exp: w/ithr: always-inserted off: all-stop: set non-stop off
PASS -> UNRESOLVED: gdb.threads/break-while-running.exp: w/ithr: always-inserted off: non-stop: set non-stop on
PASS -> UNRESOLVED: gdb.threads/break-while-running.exp: w/ithr: always-inserted on: all-stop: set non-stop off
PASS -> UNRESOLVED: gdb.threads/break-while-running.exp: w/ithr: always-inserted on: non-stop: set non-stop on
PASS -> UNRESOLVED: gdb.threads/break-while-running.exp: wo/ithr: always-inserted off: all-stop: set non-stop off
PASS -> UNRESOLVED: gdb.threads/break-while-running.exp: wo/ithr: always-inserted off: non-stop: set non-stop on
PASS -> UNRESOLVED: gdb.threads/break-while-running.exp: wo/ithr: always-inserted on: all-stop: set non-stop off
PASS -> UNRESOLVED: gdb.threads/break-while-running.exp: wo/ithr: always-inserted on: non-stop: set non-stop on
PASS -> UNRESOLVED: 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
new UNRESOLVED: gdb.threads/clone-new-thread-event.exp: could not run to main
new UNRESOLVED: gdb.threads/clone-new-thread-event.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/clone-thread_db.exp: could not run to main
new UNRESOLVED: gdb.threads/clone-thread_db.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/continue-pending-after-query.exp: iter 1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/continue-pending-status.exp: could not run to main
new UNRESOLVED: gdb.threads/continue-pending-status.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.threads/corethreads.exp: load core
PASS -> FAIL: gdb.threads/corethreads.exp: print pthread_t of thread0
PASS -> FAIL: gdb.threads/corethreads.exp: print pthread_t of thread1
PASS -> FAIL: gdb.threads/corethreads.exp: sanity check we see the core file
new UNRESOLVED: gdb.threads/create-fail.exp: iteration 1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/current-lwp-dead.exp: could not run to main
new UNRESOLVED: gdb.threads/current-lwp-dead.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/dlopen-libpthread.exp: delete all breakpoints in delete_breakpoints
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
new UNRESOLVED: gdb.threads/execl.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/execl.exp: info threads before exec
PASS -> UNRESOLVED: gdb.threads/execl.exp: set breakpoint at execl
new UNRESOLVED: gdb.threads/fork-child-threads.exp: can't run to main
new UNRESOLVED: gdb.threads/fork-child-threads.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: can't run to main
new UNRESOLVED: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: delete all breakpoints in delete_breakpoints
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/fork-thread-pending.exp: can't run to main
new UNRESOLVED: gdb.threads/fork-thread-pending.exp: delete all breakpoints in delete_breakpoints
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 FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: probe displaced-stepping support: can't run to main
PASS -> UNRESOLVED: gdb.threads/forking-threads-plus-breakpoint.exp: probe displaced-stepping support: set displaced on
PASS -> UNRESOLVED: gdb.threads/gcore-stale-thread.exp: set non-stop on
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
new UNRESOLVED: gdb.threads/hand-call-in-threads.exp: can't run to main
new UNRESOLVED: gdb.threads/hand-call-in-threads.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/hand-call-new-thread.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/ia64-sigill.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/info-threads-cur-sal.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/interrupt-while-step-over.exp: can't run to main
new UNRESOLVED: gdb.threads/interrupt-while-step-over.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/interrupted-hand-call.exp: can't run to main
new UNRESOLVED: gdb.threads/interrupted-hand-call.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/kill.exp: non-threaded: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/kill.exp: non-threaded: run to main
new UNRESOLVED: gdb.threads/kill.exp: threaded: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/kill.exp: threaded: run to main
PASS -> UNRESOLVED: gdb.threads/killed.exp: run program to completion
new UNRESOLVED: gdb.threads/leader-exit.exp: delete all breakpoints in delete_breakpoints
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
PASS -> UNRESOLVED: gdb.threads/linux-dp.exp: set print sevenbit-strings
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
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
new UNRESOLVED: gdb.threads/local-watch-wrong-thread.exp: set can-use-hw-watchpoints 1
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 -> UNRESOLVED: gdb.threads/manythreads.exp: set print sevenbit-strings
PASS -> FAIL: gdb.threads/manythreads.exp: stop threads 1
PASS -> FAIL: gdb.threads/manythreads.exp: stop threads 2
PASS -> UNRESOLVED: gdb.threads/multi-create-ns-info-thr.exp: set pagination off
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 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 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
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
PASS -> FAIL: 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: setup: delete all breakpoints in delete_breakpoints
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
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: next: setup: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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
new FAIL: 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: setup: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr1: switch back to thread 1
PASS -> UNRESOLVED: 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
new FAIL: 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
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr2: switch back to thread 1
PASS -> UNRESOLVED: 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
new FAIL: 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 -> FAIL: 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
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: step: setup: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: step: step
PASS -> UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: step: thread 1
PASS -> FAIL: 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: setup: delete all breakpoints in delete_breakpoints
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
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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
new FAIL: 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: setup: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: switch back to thread 1
PASS -> UNRESOLVED: 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
new FAIL: 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
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: switch back to thread 1
PASS -> UNRESOLVED: 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
new FAIL: 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
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: switch back to thread 1
PASS -> UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: thread 3
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: step
PASS -> UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=on: step: thread 1
new UNRESOLVED: gdb.threads/multiple-successive-infcall.exp: can't run to main
new UNRESOLVED: gdb.threads/multiple-successive-infcall.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/names.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/next-bp-other-thread.exp: schedlock=off: 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
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/no-unwaited-for-left.exp: delete all breakpoints in delete_breakpoints
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=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.threads/non-ldr-exc-2.exp: lock-sched=off,non-stop=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/non-ldr-exc-2.exp: lock-sched=off,non-stop=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/non-ldr-exc-2.exp: lock-sched=on,non-stop=off: delete all breakpoints in delete_breakpoints
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/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=off,non-stop=on: 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
new UNRESOLVED: gdb.threads/non-ldr-exit.exp: can't run to main
new UNRESOLVED: gdb.threads/non-ldr-exit.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.threads/non-stop-fair-events.exp: set non-stop on
new UNRESOLVED: gdb.threads/pending-step.exp: can't run to main
new UNRESOLVED: gdb.threads/pending-step.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/print-threads.exp: all threads ran once
PASS -> FAIL: gdb.threads/print-threads.exp: break thread_function
PASS -> UNRESOLVED: gdb.threads/print-threads.exp: set print sevenbit-strings
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 UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: can't run to main
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: can't run to main
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: can't run to main
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: 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: 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
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
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: can't run to main
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: can't run to main
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint: can't run to main
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: can't run to main
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: single-process: detach: killed outside: can't run to main
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: single-process: detach: killed outside: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint: can't run to main
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: can't run to main
new UNRESOLVED: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: can't run to main
new UNRESOLVED: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: can't run to main
new UNRESOLVED: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: can't run to main
new UNRESOLVED: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/pthread_cond_wait.exp: backtrace in blocked thread
PASS -> UNRESOLVED: gdb.threads/pthread_cond_wait.exp: breakpoint on break_me
new UNRESOLVED: gdb.threads/pthread_cond_wait.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/pthread_cond_wait.exp: run to break_me
PASS -> UNRESOLVED: gdb.threads/pthreads.exp: set print sevenbit-strings
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/reconnect-signal.exp: can't run to main
new UNRESOLVED: gdb.threads/reconnect-signal.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.threads/schedlock.exp: shell stty intr '^C'
new UNRESOLVED: gdb.threads/siginfo-threads.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/signal-command-multiple-signals-pending.exp: schedlock off: can't run to main
new UNRESOLVED: gdb.threads/signal-command-multiple-signals-pending.exp: schedlock off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/signal-command-multiple-signals-pending.exp: schedlock on: can't run to main
new UNRESOLVED: gdb.threads/signal-command-multiple-signals-pending.exp: schedlock on: 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
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
new UNRESOLVED: gdb.threads/signal-sigtrap.exp: sigtrap thread 1: can't run to thread_function
new UNRESOLVED: gdb.threads/signal-sigtrap.exp: sigtrap thread 1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/signal-sigtrap.exp: sigtrap thread 2: can't run to thread_function
new UNRESOLVED: gdb.threads/signal-sigtrap.exp: sigtrap thread 2: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/sigstep-threads.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/sigthread.exp: can't run to main
new UNRESOLVED: gdb.threads/sigthread.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/staticthreads.exp: break sem_post
PASS -> FAIL: gdb.threads/staticthreads.exp: continue to main's call of sem_post
new UNRESOLVED: gdb.threads/staticthreads.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.threads/staticthreads.exp: set print sevenbit-strings
new UNRESOLVED: gdb.threads/step-bg-decr-pc-switch-thread.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=off: step: 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/stepi-random-signal.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: 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 -> FAIL: gdb.threads/switch-threads.exp: next
new UNRESOLVED: gdb.threads/switch-threads.exp: setting breakpoint at thread_func
PASS -> UNRESOLVED: gdb.threads/thread-execl.exp: non-stop: set non-stop 1
new UNRESOLVED: gdb.threads/thread-execl.exp: schedlock off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/thread-execl.exp: schedlock on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/thread-execl.exp: schedlock step: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.threads/thread-find.exp: set print sevenbit-strings
new FAIL: gdb.threads/thread-find.exp: setting breakpoint at 199
PASS -> FAIL: gdb.threads/thread-find.exp: test inverted range
PASS -> FAIL: gdb.threads/thread-find.exp: test regular exp
new UNRESOLVED: gdb.threads/thread-specific-bp.exp: all-stop: could not run to main
new UNRESOLVED: gdb.threads/thread-specific-bp.exp: all-stop: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.threads/thread-specific-bp.exp: set non-stop mode
PASS -> FAIL: gdb.threads/thread-specific.exp: continue to breakpoint: all threads started
PASS -> FAIL: gdb.threads/thread-specific.exp: get threads list
PASS -> UNRESOLVED: gdb.threads/thread-specific.exp: set print sevenbit-strings
new FAIL: gdb.threads/thread-specific.exp: setting breakpoint at 39
new UNRESOLVED: gdb.threads/thread-unwindonsignal.exp: can't run to main
new UNRESOLVED: gdb.threads/thread-unwindonsignal.exp: delete all breakpoints in delete_breakpoints
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
PASS -> UNRESOLVED: gdb.threads/threadapply.exp: b 62
new UNRESOLVED: gdb.threads/threadapply.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/threadapply.exp: go down and check selected frame
PASS -> FAIL: gdb.threads/threadapply.exp: go up in the stack frame
PASS -> FAIL: gdb.threads/threadapply.exp: run a simple print command on all threads
PASS -> FAIL: gdb.threads/threadapply.exp: step to the thread_function
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
PASS -> FAIL: gdb.threads/threadapply.exp: thread apply all backthread
new UNRESOLVED: gdb.threads/threadapply.exp: thread apply all: can't run to main
new UNRESOLVED: gdb.threads/threadapply.exp: thread apply all: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.threads/threadapply.exp: thread_set=1.1: add empty inferior 2
new UNRESOLVED: gdb.threads/threadapply.exp: thread_set=1.1: start inferior 1: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/threadapply.exp: thread_set=1.1: thread 2.1
PASS -> FAIL: gdb.threads/threadapply.exp: thread_set=1.1: try kill-and-remove: info inferiors
PASS -> FAIL: gdb.threads/threadapply.exp: thread_set=1.1: try kill-and-remove: thread apply 1.1 kill-and-remove
PASS -> FAIL: gdb.threads/threadapply.exp: thread_set=1.1: try remove 2: info inferiors
PASS -> FAIL: gdb.threads/threadapply.exp: thread_set=1.1: try remove 2: thread
PASS -> FAIL: gdb.threads/threadapply.exp: thread_set=1.1: try remove 2: thread 1.1
PASS -> FAIL: gdb.threads/threadapply.exp: thread_set=1.1: try remove: info inferiors
PASS -> FAIL: gdb.threads/threadapply.exp: thread_set=1.1: try remove: thread
PASS -> FAIL: gdb.threads/threadapply.exp: thread_set=1.1: try remove: thread apply 1.1 remove
PASS -> UNRESOLVED: gdb.threads/threadapply.exp: thread_set=all: add empty inferior 2
new UNRESOLVED: gdb.threads/threadapply.exp: thread_set=all: start inferior 1: delete all breakpoints in delete_breakpoints
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
PASS -> FAIL: gdb.threads/threxit-hop-specific.exp: continue to thread start
new UNRESOLVED: gdb.threads/threxit-hop-specific.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.threads/threxit-hop-specific.exp: setting breakpoint at thread_function
new UNRESOLVED: gdb.threads/tid-reuse.exp: can't run to main
new UNRESOLVED: gdb.threads/tid-reuse.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/tls-core.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.threads/tls-core.exp: gcore
PASS -> UNRESOLVED: gdb.threads/tls-core.exp: gcore: load core file
FAIL -> UNRESOLVED: gdb.threads/tls-core.exp: native: load core file
new FAIL: gdb.threads/tls-core.exp: native: unsupported output from 'core' command
new UNRESOLVED: gdb.threads/tls-nodebug-pie.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/tls-nodebug.exp: can't run to main
new UNRESOLVED: gdb.threads/tls-nodebug.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/tls-shared.exp: can't run to main
new UNRESOLVED: gdb.threads/tls-shared.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/tls-so_extern.exp: can't run to main
new UNRESOLVED: gdb.threads/tls-so_extern.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/tls-var.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.threads/tls.exp: can't run to main
FAIL -> UNRESOLVED: gdb.threads/tls.exp: print a_thread_local
PASS -> UNRESOLVED: gdb.threads/watchpoint-fork.exp: child: singlethreaded: show detach-on-fork
PASS -> UNRESOLVED: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: show detach-on-fork
PASS -> UNRESOLVED: gdb.threads/watchthreads-reorder.exp: reorder0: set can-use-hw-watchpoints 1
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.threads/watchthreads.exp: first watchpoint on args[0] hit
PASS -> FAIL: gdb.threads/watchthreads.exp: first watchpoint on args[1] hit
new UNRESOLVED: gdb.threads/watchthreads.exp: set can-use-hw-watchpoints 1
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
PASS -> FAIL: gdb.threads/watchthreads.exp: watch args[0]
PASS -> FAIL: gdb.threads/watchthreads.exp: watch args[1]
PASS -> FAIL: gdb.threads/watchthreads.exp: watchpoint on args[0] hit in thread
PASS -> FAIL: gdb.threads/watchthreads.exp: watchpoint on args[1] hit in thread
PASS -> FAIL: gdb.threads/watchthreads2.exp: all threads started
PASS -> FAIL: gdb.threads/watchthreads2.exp: breakpoint on thread_started
new FAIL: gdb.threads/watchthreads2.exp: run to thread_started
new UNRESOLVED: gdb.threads/watchthreads2.exp: set can-use-hw-watchpoints 1
new FAIL: gdb.threads/wp-replication.exp: failed to run to main
new UNRESOLVED: gdb.threads/wp-replication.exp: set can-use-hw-watchpoints 1
new UNRESOLVED: gdb.trace/actions-changed.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/actions-changed.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.trace/actions.exp: could not find gdb_recursion_test function
new UNRESOLVED: gdb.trace/actions.exp: list actions.c:1
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 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/change-loc.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/change-loc.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.trace/circ.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/circ.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 FAIL: 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/disconnected-tracing.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/disconnected-tracing.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.trace/entry-values.exp: disassemble bar
new FAIL: gdb.trace/entry-values.exp: find the call or branch instruction offset in bar
new UNRESOLVED: gdb.trace/ftrace-lock.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/ftrace-lock.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
new FAIL: gdb.trace/infotrace.exp: setting tracepoints
new FAIL: gdb.trace/infotrace.exp: trace gdb_asm_test
new UNRESOLVED: gdb.trace/infotrace.exp: trace gdb_c_test
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
PASS -> FAIL: gdb.trace/mi-trace-save.exp: -trace-save with missing argument
PASS -> FAIL: gdb.trace/mi-trace-save.exp: -trace-save with too many arguments
new UNRESOLVED: gdb.trace/mi-trace-unavailable.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/mi-trace-unavailable.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.trace/mi-traceframe-changed.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/mi-traceframe-changed.exp: delete all breakpoints in delete_breakpoints
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
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: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.trace/no-attach-trace.exp: current target does not support trace
new FAIL: gdb.trace/passcount.exp: could not find gdb_recursion_test function
new UNRESOLVED: gdb.trace/passcount.exp: list actions.c:1
new UNRESOLVED: gdb.trace/pending.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/pending.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.trace/qtro.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/qtro.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.trace/range-stepping.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/range-stepping.exp: delete all breakpoints in delete_breakpoints
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
new FAIL: gdb.trace/save-trace.exp: could not find gdb_recursion_test function
new UNRESOLVED: gdb.trace/save-trace.exp: list actions.c:1
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/status-stop.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/status-stop.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.trace/tfile.exp: disassemble main
PASS -> FAIL: gdb.trace/tfile.exp: info tracepoints on trace file
PASS -> FAIL: gdb.trace/tfile.exp: print constglob on trace file
PASS -> FAIL: gdb.trace/tfile.exp: print nonconstglob on trace file
PASS -> FAIL: gdb.trace/tfile.exp: print testglob on trace file
PASS -> FAIL: gdb.trace/tfile.exp: print testglob2 on trace file
PASS -> UNRESOLVED: gdb.trace/tfile.exp: target tfile tfile-basic.tf
PASS -> FAIL: gdb.trace/tfile.exp: tfind 0 on trace file
PASS -> FAIL: gdb.trace/tfile.exp: tstatus on trace file
new UNRESOLVED: gdb.trace/trace-break.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/trace-break.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.trace/trace-buffer-size.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/trace-buffer-size.exp: delete all breakpoints in delete_breakpoints
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
new UNRESOLVED: gdb.trace/trace-enable-disable.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/trace-enable-disable.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.trace/trace-mt.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/trace-mt.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.trace/tracecmd.exp: could not find gdb_recursion_test function
new UNRESOLVED: gdb.trace/tracecmd.exp: list actions.c:1
new UNRESOLVED: gdb.trace/tspeed.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/tspeed.exp: delete all breakpoints in delete_breakpoints
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-dwarf-piece.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
new FAIL: 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/completion.exp: completion of focus command: tab completion
new FAIL: gdb.tui/completion.exp: completion of layout names: tab completion
new UNRESOLVED: gdb.tui/completion.exp: set max-completions unlimited
new UNRESOLVED: gdb.tui/tui-disasm-long-lines.exp: verify tui support
new UNRESOLVED: gdb.tui/tui-layout.exp: execution=0: layout=asm: layout command
new UNRESOLVED: gdb.tui/tui-layout.exp: execution=0: layout=reg: layout command
new UNRESOLVED: gdb.tui/tui-layout.exp: execution=0: layout=split: layout command
new UNRESOLVED: gdb.tui/tui-layout.exp: execution=0: layout=src: layout command
new UNRESOLVED: gdb.tui/tui-layout.exp: execution=1: layout=asm: can't run to main
new UNRESOLVED: gdb.tui/tui-layout.exp: execution=1: layout=asm: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.tui/tui-layout.exp: execution=1: layout=reg: can't run to main
new UNRESOLVED: gdb.tui/tui-layout.exp: execution=1: layout=reg: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.tui/tui-layout.exp: execution=1: layout=split: can't run to main
new UNRESOLVED: gdb.tui/tui-layout.exp: execution=1: layout=split: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.tui/tui-layout.exp: execution=1: layout=src: can't run to main
new UNRESOLVED: gdb.tui/tui-layout.exp: execution=1: layout=src: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.tui/tui-layout.exp: verify tui support
PASS -> FAIL: 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 -> FAIL: gdb.xml/tdesc-arch.exp: read valid architectures
PASS -> FAIL: gdb.xml/tdesc-errors.exp: set tdesc filename gdb.xml/tdesc-bogus.xml
PASS -> FAIL: gdb.xml/tdesc-errors.exp: set tdesc filename gdb.xml/tdesc-unknown.xml
PASS -> FAIL: gdb.xml/tdesc-regs.exp: set tdesc file single-reg.xml
PASS -> FAIL: gdb.xml/tdesc-xinclude.exp: set tdesc filename gdb.xml/bad-include.xml
PASS -> FAIL: gdb.xml/tdesc-xinclude.exp: set tdesc filename gdb.xml/includes.xml
============================


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

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




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

* Failures on Ubuntu-Aarch64-native-gdbserver-m64, branch master
  2018-10-23 15:10 [binutils-gdb] GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested sergiodj+buildbot
                   ` (10 preceding siblings ...)
  2018-10-24 19:50 ` Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2018-10-24 22:49 ` sergiodj+buildbot
  2018-10-25  1:31 ` Failures on Ubuntu-Aarch64-m64, " sergiodj+buildbot
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-10-24 22:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-native-gdbserver-m64/builds/4410>

Commit(s) tested:
	f19c7ff839d7a32ebb48482ae7d318fb46ca823d

Author(s) (in the same order as the commits):
	John Darrington <john@darrington.wattle.id.au>

Subject:
	GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested.

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

*** 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/arrayidx.exp: set print array-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 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 a'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_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: maintenance set ada ignore-descriptive-types
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 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_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
PASS -> FAIL: gdb.ada/lang_switch.exp: set print frame-arguments all
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 -> FAIL: 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 -> FAIL: 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 -> FAIL: 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 -> FAIL: gdb.ada/mi_string_access.exp: run to bar.adb:23
new FAIL: gdb.ada/mi_string_access.exp: wait for stop
PASS -> FAIL: gdb.ada/mi_task_arg.exp: -stack-list-arguments 1
PASS -> FAIL: gdb.ada/mi_task_info.exp: -ada-task-info 3
PASS -> FAIL: 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 -> FAIL: 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 -> FAIL: 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_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
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
PASS -> FAIL: gdb.asm/asm-source.exp: bt 2 in foo2
PASS -> FAIL: gdb.asm/asm-source.exp: bt 3 in foo3
PASS -> FAIL: gdb.asm/asm-source.exp: bt ALL in foo2
PASS -> FAIL: gdb.asm/asm-source.exp: f at main
PASS -> FAIL: gdb.asm/asm-source.exp: f in foo2
PASS -> FAIL: gdb.asm/asm-source.exp: finish from foo3
PASS -> FAIL: gdb.asm/asm-source.exp: info line
PASS -> FAIL: gdb.asm/asm-source.exp: info source asmsrc2.s
PASS -> FAIL: gdb.asm/asm-source.exp: n at main
PASS -> FAIL: gdb.asm/asm-source.exp: n in foo2
PASS -> FAIL: gdb.asm/asm-source.exp: next over foo3
PASS -> FAIL: gdb.asm/asm-source.exp: next over macro
PASS -> FAIL: gdb.asm/asm-source.exp: return from foo2
PASS -> FAIL: gdb.asm/asm-source.exp: step into foo2
PASS -> FAIL: gdb.base/a2-run.exp: run "a2-run" with no args
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 FAIL: gdb.base/anon.exp: run to main
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
new FAIL: gdb.base/auto-connect-native-target.exp: can't run to main
PASS -> FAIL: gdb.base/auxv.exp: continue
PASS -> FAIL: gdb.base/auxv.exp: gcore
PASS -> FAIL: gdb.base/auxv.exp: info auxv on live process
PASS -> FAIL: gdb.base/bang.exp: continue until exit
PASS -> FAIL: gdb.base/bigcore.exp: continue
PASS -> FAIL: gdb.base/bigcore.exp: next
PASS -> FAIL: gdb.base/bigcore.exp: signal SIGABRT
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
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
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: set language c
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: set language c
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/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
PASS -> FAIL: gdb.base/commands.exp: user_defined_command_test: set foo
new FAIL: gdb.base/commands.exp: watchpoint_command_test: cannot run to factorial
PASS -> FAIL: gdb.base/compare-sections.exp: after reload: compare-sections
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/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-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: 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: run
PASS -> FAIL: gdb.base/ending-run.exp: step out of main
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.exp: couldn't run foll-exec
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
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
PASS -> FAIL: gdb.base/gdbvars.exp: Set a new convenience variable to a program variable
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/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-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: 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 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/multi-forks.exp: set follow-fork child
new FAIL: gdb.base/multi-forks.exp: set follow-fork parent
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: print on extra console echoes
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: print on main console echoes
PASS -> FAIL: gdb.base/new-ui-echo.exp: main console as driver: run to breakpoint on main console
new FAIL: gdb.base/new-ui.exp: do_test_invalid_args: could not run to main
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: re-enabling pending breakpoint that can resolve instantly
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
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
new FAIL: gdb.base/remote.exp: cannot run to main
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/savedregs.exp: Check dummy info frame; stack contains callee caller dummy catcher sigtramp thrower main
PASS -> FAIL: gdb.base/savedregs.exp: Check main info frame; stack contains catcher sigtramp thrower main
PASS -> FAIL: gdb.base/savedregs.exp: Check sigtramp info frame; stack contains caller dummy catcher sigtramp thrower main
PASS -> FAIL: gdb.base/savedregs.exp: advance callee
PASS -> FAIL: gdb.base/savedregs.exp: advance catcher
PASS -> FAIL: gdb.base/savedregs.exp: advance thrower
PASS -> FAIL: gdb.base/savedregs.exp: get caller info frame
PASS -> FAIL: gdb.base/savedregs.exp: get catcher info frame
PASS -> FAIL: gdb.base/savedregs.exp: get dummy info frame
PASS -> FAIL: gdb.base/savedregs.exp: get main info frame
PASS -> FAIL: gdb.base/savedregs.exp: get sigtramp info frame
PASS -> FAIL: gdb.base/savedregs.exp: get thrower info frame
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
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
PASS -> FAIL: gdb.base/sigaltstack.exp: backtrace
PASS -> FAIL: gdb.base/sigaltstack.exp: continue to catch
PASS -> FAIL: gdb.base/sigaltstack.exp: finish from catch INNER
PASS -> FAIL: gdb.base/sigaltstack.exp: finish from catch LEAF
PASS -> FAIL: gdb.base/sigaltstack.exp: finish to MAIN
PASS -> FAIL: gdb.base/sigaltstack.exp: finish to OUTER
PASS -> FAIL: gdb.base/sigaltstack.exp: finish to catch INNER
PASS -> FAIL: gdb.base/sigaltstack.exp: finish to catch MAIN
PASS -> FAIL: gdb.base/sigaltstack.exp: finish to throw INNER
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp after segv; clear breakpoint 0 of 2
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp after segv; clear breakpoint 1 of 2
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp after segv; continue to breakpoint at fault
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp after segv; continue to keeper
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp after segv; set breakpoint 0  of 2
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp after segv; set breakpoint 1  of 2
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp after segv; stepi fault
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; clear breakpoint 0 of 3
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; clear breakpoint 2 of 3
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; continue to breakpoint at fault
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; continue to keeper
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; set breakpoint 0  of 3
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; set breakpoint 2  of 3
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; stepi fault
PASS -> FAIL: gdb.base/sigbpt.exp: cont; clear breakpoint 0 of 1
PASS -> FAIL: gdb.base/sigbpt.exp: cont; continue to breakpoint at fault
PASS -> FAIL: gdb.base/sigbpt.exp: cont; continue to keeper
PASS -> FAIL: gdb.base/sigbpt.exp: cont; set breakpoint 0  of 1
PASS -> FAIL: gdb.base/sigbpt.exp: cont; stepi fault
PASS -> FAIL: gdb.base/sigbpt.exp: get insn after fault
PASS -> FAIL: gdb.base/sigbpt.exp: rerun to main
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp at segv; clear breakpoint 0 of 1
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp at segv; continue to keeper
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp at segv; set breakpoint 0 of 1
KFAIL -> FAIL: gdb.base/sigbpt.exp: stepi bp at segv; stepi out of handler
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; clear breakpoint 0 of 2
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; clear breakpoint 1 of 2
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; continue to keeper
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; set breakpoint 0 of 2
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; set breakpoint 1 of 2
KFAIL -> FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; stepi out of handler
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before segv; clear breakpoint 0 of 1
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before segv; continue to keeper
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before segv; set breakpoint 0 of 1
KFAIL -> FAIL: gdb.base/sigbpt.exp: stepi bp before segv; stepi out of handler
PASS -> FAIL: gdb.base/sigbpt.exp: stepi; continue to keeper
KFAIL -> FAIL: gdb.base/sigbpt.exp: stepi; stepi out of handler
PASS -> FAIL: gdb.base/sigbpt.exp: stepping to fault
PASS -> FAIL: gdb.base/sigbpt.exp: verify that SIGSEGV occurs at the last STEPI insn
PASS -> FAIL: gdb.base/sigchld.exp: SIGCHLD blocked in inferior
PASS -> FAIL: gdb.base/siginfo-addr.exp: continue to signal
PASS -> FAIL: gdb.base/siginfo-addr.exp: correct si_addr
PASS -> FAIL: gdb.base/siginfo-obj.exp: continue to handler
PASS -> FAIL: gdb.base/siginfo-obj.exp: continue to signal
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_addr
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_code
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_errno
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_signo
PASS -> FAIL: gdb.base/siginfo-obj.exp: p ssi_addr
PASS -> FAIL: gdb.base/siginfo-obj.exp: save a core file
PASS -> FAIL: gdb.base/siginfo-thread.exp: continue to handler
PASS -> FAIL: gdb.base/siginfo-thread.exp: continue to signal
PASS -> FAIL: gdb.base/siginfo-thread.exp: extract si_addr
PASS -> FAIL: gdb.base/siginfo-thread.exp: extract si_code
PASS -> FAIL: gdb.base/siginfo-thread.exp: extract si_errno
PASS -> FAIL: gdb.base/siginfo-thread.exp: extract si_signo
PASS -> FAIL: gdb.base/siginfo-thread.exp: p ssi_addr
PASS -> FAIL: gdb.base/siginfo-thread.exp: save a core file
PASS -> FAIL: gdb.base/siginfo.exp: backtrace for nexti
PASS -> FAIL: gdb.base/siginfo.exp: continue to stepi handler
PASS -> FAIL: gdb.base/siginfo.exp: step out of handler
PASS -> FAIL: gdb.base/signull.exp: code; backtrace from SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: code; backtrace from keeper through SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: code; continue to the keeper
PASS -> FAIL: gdb.base/signull.exp: code; select the pointer type
PASS -> FAIL: gdb.base/signull.exp: code; start with the bowler
PASS -> FAIL: gdb.base/signull.exp: code; take the SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: data read; backtrace from SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: data read; backtrace from keeper through SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: data read; continue to the keeper
PASS -> FAIL: gdb.base/signull.exp: data read; select the pointer type
PASS -> FAIL: gdb.base/signull.exp: data read; start with the bowler
PASS -> FAIL: gdb.base/signull.exp: data read; take the SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: data write; backtrace from SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: data write; backtrace from keeper through SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: data write; continue to the keeper
PASS -> FAIL: gdb.base/signull.exp: data write; select the pointer type
PASS -> FAIL: gdb.base/signull.exp: data write; start with the bowler
PASS -> FAIL: gdb.base/signull.exp: data write; take the SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: probe function pointer
PASS -> FAIL: gdb.base/signull.exp: rerun to main
PASS -> FAIL: gdb.base/signull.exp: set for function pointer probe
PASS -> FAIL: gdb.base/sigrepeat.exp: next
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping off
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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 displaced-stepping on
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-disc.exp: can't run to main
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
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
PASS -> FAIL: gdb.base/structs2.exp: structs2 continue1
PASS -> FAIL: gdb.base/structs2.exp: structs2 continue2
PASS -> FAIL: gdb.base/structs2.exp: structs2 sanity check
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 fast watches
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
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
PASS -> FAIL: gdb.cp/cplusfuncs.exp: set language c++
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/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: 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
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 -> FAIL: 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.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 -> FAIL: gdb.mi/dw2-ref-missing-frame.exp: test func_loopfb_var
PASS -> FAIL: 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 -> FAIL: 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 -> FAIL: 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 -> FAIL: gdb.mi/mi-async-run.exp: send interrupt command
new FAIL: gdb.mi/mi-break.exp: mi-mode=main: breakpoint commands: continue
PASS -> FAIL: 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 -> FAIL: 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 -> FAIL: 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 -> FAIL: 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 -> FAIL: gdb.mi/mi-breakpoint-changed.exp: test_pending_resolved: pending resolved:
PASS -> FAIL: 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-location-ena-dis.exp: -break-disable 2.2
PASS -> FAIL: gdb.mi/mi-breakpoint-location-ena-dis.exp: break add
PASS -> FAIL: 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 -> 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-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 -> FAIL: 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 -> FAIL: gdb.mi/mi-condbreak-call-thr-state.exp: mt: no spurious *running notifications
PASS -> FAIL: gdb.mi/mi-condbreak-call-thr-state.exp: st: no spurious *running notifications
PASS -> FAIL: gdb.mi/mi-console.exp: Testing console output
PASS -> FAIL: gdb.mi/mi-console.exp: finished step over hello
PASS -> FAIL: 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 -> FAIL: 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.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: 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 -> FAIL: 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 -> FAIL: 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 -> FAIL: gdb.mi/mi-exit-code.exp: first run: -list-thread-groups after exit shows exit-code
PASS -> FAIL: 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 -> FAIL: gdb.mi/mi-exit-code.exp: second run: write exit code
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 -> FAIL: gdb.mi/mi-file-transfer.exp: put binary file
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 -> FAIL: 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 -> FAIL: 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
new FAIL: gdb.mi/mi-inheritance-syntax-error.exp: -data-evaluate-expression kill\n
PASS -> FAIL: gdb.mi/mi-inheritance-syntax-error.exp: -var-info-path-expression var1.A
PASS -> FAIL: 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 -> FAIL: 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 -> FAIL: 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 -> FAIL: 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 -> FAIL: 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 -> FAIL: 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 -> FAIL: gdb.mi/mi-return.exp: delete all breakpoints
PASS -> FAIL: gdb.mi/mi-return.exp: return from callee4 now
PASS -> FAIL: 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 -> FAIL: 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: get the list of shared libraries
PASS -> FAIL: gdb.mi/mi-solib.exp: test_file_list_shared_libraries: mi runto main
PASS -> FAIL: 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 -> FAIL: 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 -> 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 -> FAIL: 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 -> FAIL: 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 -> FAIL: 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 -> FAIL: 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 -> FAIL: 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 -> FAIL: 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 -> FAIL: 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 -> FAIL: 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 FAIL: gdb.mi/mi-var-cp.exp: wait for stop
PASS -> FAIL: 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 -> FAIL: 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 -> FAIL: 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 -> FAIL: 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 -> FAIL: 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 FAIL: 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 -> FAIL: 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 -> FAIL: 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 -> FAIL: 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 -> FAIL: 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 -> FAIL: 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 -> FAIL: 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 -> 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 -> FAIL: 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 -> FAIL: 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
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 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-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 -> FAIL: 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 -> FAIL: 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 -> FAIL: 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 -> FAIL: gdb.python/py-mi.exp: run to 357
PASS -> FAIL: 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-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: 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/abspath.exp: continue to main
new FAIL: gdb.server/abspath.exp: setting breakpoint at main
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/connect-stopped-target.exp: non-stop=on: connect and print pc
PASS -> FAIL: gdb.server/connect-stopped-target.exp: non-stop=on: print pc again
PASS -> FAIL: gdb.server/connect-with-no-symbol-file.exp: sysroot=: action=delete: connection to GDBserver succeeded
PASS -> FAIL: gdb.server/connect-with-no-symbol-file.exp: sysroot=: action=permission: connection to GDBserver succeeded
PASS -> FAIL: gdb.server/connect-with-no-symbol-file.exp: sysroot=target:: action=delete: connection to GDBserver succeeded
PASS -> FAIL: gdb.server/connect-with-no-symbol-file.exp: sysroot=target:: action=permission: connection to GDBserver succeeded
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 -> 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-restart.exp: monitor exit
PASS -> FAIL: gdb.server/ext-restart.exp: restart: run to main
PASS -> FAIL: gdb.server/ext-restart.exp: run to main
PASS -> FAIL: gdb.server/ext-restart.exp: set remote exec-file
new FAIL: gdb.server/ext-restart.exp: setting breakpoint at main
PASS -> FAIL: gdb.server/ext-run.exp: continue to main
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
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: 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: run to marker
PASS -> FAIL: gdb.server/ext-wrapper.exp: set remote exec-file
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 -> 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/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
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: first: connect
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: connect
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: disconnect
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
PASS -> FAIL: gdb.server/server-connect.exp: tcp4: connect to gdbserver using tcp4:127.0.0.1
PASS -> FAIL: gdb.server/server-connect.exp: tcp6-with-brackets: connect to gdbserver using tcp6:[::1]
PASS -> FAIL: gdb.server/server-connect.exp: tcp6: connect to gdbserver using tcp6:::1
PASS -> FAIL: gdb.server/server-connect.exp: tcp: connect to gdbserver using tcp:localhost
PASS -> FAIL: gdb.server/server-exec-info.exp: info files
new FAIL: gdb.server/server-kill.exp: setting breakpoint at server-kill.c:29
PASS -> FAIL: gdb.server/server-kill.exp: tstatus
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
PASS -> FAIL: gdb.server/server-run.exp: continue to main
PASS -> UNRESOLVED: gdb.server/server-run.exp: loaded dynamic linker
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
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 1: continue
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 1: p libvar
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 1: target remote
PASS -> FAIL: gdb.server/stop-reply-no-thread.exp: connect
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/gdb11479.exp: can't run to main natural_debug_format
PASS -> FAIL: gdb.threads/bp_in_thread.exp: run to noreturn
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-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 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 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
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/reconnect-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
PASS -> FAIL: gdb.threads/threadapply.exp: go down and check selected frame
PASS -> FAIL: gdb.threads/threadapply.exp: go up in the stack frame
PASS -> FAIL: gdb.threads/threadapply.exp: run a simple print command on all threads
PASS -> FAIL: gdb.threads/threadapply.exp: step to the thread_function
new FAIL: gdb.threads/threadapply.exp: thread apply 1.1 1.2 1.3: can't run to main
PASS -> FAIL: gdb.threads/threadapply.exp: thread apply all backthread
new FAIL: gdb.threads/threadapply.exp: thread apply all: 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
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.threads/watchthreads.exp: first watchpoint on args[0] hit
PASS -> FAIL: gdb.threads/watchthreads.exp: first watchpoint on args[1] hit
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
PASS -> FAIL: gdb.threads/watchthreads.exp: watchpoint on args[0] hit in thread
PASS -> FAIL: gdb.threads/watchthreads.exp: watchpoint on args[1] hit in thread
PASS -> FAIL: gdb.threads/watchthreads2.exp: all threads started
new FAIL: gdb.threads/watchthreads2.exp: run to thread_started
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/disconnected-tracing.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-native-gdbserver-m64/xfails/master/xfail?id=>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Ubuntu-Aarch64-native-gdbserver-m64/xfails/master/xfail.table?id=>




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

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-10-23 15:10 [binutils-gdb] GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested sergiodj+buildbot
                   ` (11 preceding siblings ...)
  2018-10-24 22:49 ` Failures on Ubuntu-Aarch64-native-gdbserver-m64, " sergiodj+buildbot
@ 2018-10-25  1:31 ` sergiodj+buildbot
  2018-10-25 12:17 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
  2018-10-25 14:41 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
  14 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-10-25  1:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

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

Commit(s) tested:
	f19c7ff839d7a32ebb48482ae7d318fb46ca823d

Author(s) (in the same order as the commits):
	John Darrington <john@darrington.wattle.id.au>

Subject:
	GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/f1/f19c7ff839d7a32ebb48482ae7d318fb46ca823d/>

*** 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.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 -> FAIL: gdb.mi/mi-file-transfer.exp: put binary file
PASS -> FAIL: gdb.server/abspath.exp: continue to main
new FAIL: gdb.server/abspath.exp: setting breakpoint at main
PASS -> FAIL: gdb.server/connect-stopped-target.exp: non-stop=on: connect and print pc
PASS -> FAIL: gdb.server/connect-stopped-target.exp: non-stop=on: print pc again
PASS -> FAIL: gdb.server/connect-with-no-symbol-file.exp: sysroot=: action=delete: connection to GDBserver succeeded
PASS -> FAIL: gdb.server/connect-with-no-symbol-file.exp: sysroot=: action=permission: connection to GDBserver succeeded
PASS -> FAIL: gdb.server/connect-with-no-symbol-file.exp: sysroot=target:: action=delete: connection to GDBserver succeeded
PASS -> FAIL: gdb.server/connect-with-no-symbol-file.exp: sysroot=target:: action=permission: connection to GDBserver succeeded
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 -> 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-attach.exp: monitor exit
PASS -> FAIL: gdb.server/ext-attach.exp: set remote exec-file
PASS -> FAIL: gdb.server/ext-restart.exp: monitor exit
PASS -> FAIL: gdb.server/ext-restart.exp: set remote exec-file
new FAIL: gdb.server/ext-restart.exp: setting breakpoint at main
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
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 -> 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
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: first: connect
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: connect
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: disconnect
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
PASS -> FAIL: gdb.server/server-connect.exp: tcp4: connect to gdbserver using tcp4:127.0.0.1
PASS -> FAIL: gdb.server/server-connect.exp: tcp6-with-brackets: connect to gdbserver using tcp6:[::1]
PASS -> FAIL: gdb.server/server-connect.exp: tcp6: connect to gdbserver using tcp6:::1
PASS -> FAIL: gdb.server/server-connect.exp: tcp: connect to gdbserver using tcp:localhost
PASS -> FAIL: gdb.server/server-exec-info.exp: info files
new FAIL: gdb.server/server-kill.exp: setting breakpoint at server-kill.c:29
PASS -> FAIL: gdb.server/server-kill.exp: tstatus
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
PASS -> FAIL: gdb.server/server-run.exp: continue to main
PASS -> UNRESOLVED: gdb.server/server-run.exp: loaded dynamic linker
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
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 1: continue
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 1: p libvar
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 1: target remote
PASS -> FAIL: gdb.server/stop-reply-no-thread.exp: connect
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 -> 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=e5cda6ba>

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




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

* Failures on Fedora-x86_64-native-extended-gdbserver-m32, branch master
  2018-10-23 15:10 [binutils-gdb] GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested sergiodj+buildbot
                   ` (12 preceding siblings ...)
  2018-10-25  1:31 ` Failures on Ubuntu-Aarch64-m64, " sergiodj+buildbot
@ 2018-10-25 12:17 ` sergiodj+buildbot
  2018-10-25 14:41 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
  14 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-10-25 12:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-native-extended-gdbserver-m32/builds/11043>

Commit(s) tested:
	f19c7ff839d7a32ebb48482ae7d318fb46ca823d

Author(s) (in the same order as the commits):
	John Darrington <john@darrington.wattle.id.au>

Subject:
	GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested.

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

*** Diff to previous build ***
============================
new UNRESOLVED: gdb.ada/O2_float_param.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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/access_to_packed_array.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.ada/access_to_unbounded_array.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/access_to_unbounded_array.exp: print Aos
new UNRESOLVED: gdb.ada/addr_arith.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/aliased_array.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/aliased_array.exp: print bt
new UNRESOLVED: gdb.ada/arr_acc_idx_w_gap.exp: delete all breakpoints in delete_breakpoints
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/array_bounds.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/array_char_idx.exp: Display my_table
PASS -> UNRESOLVED: gdb.ada/array_char_idx.exp: ptype char_table
PASS -> FAIL: gdb.ada/array_char_idx.exp: ptype global_char_table
new UNRESOLVED: gdb.ada/array_of_variable_length.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/array_of_variable_length.exp: print pck.a
PASS -> FAIL: gdb.ada/array_of_variable_length.exp: ptype $
PASS -> UNRESOLVED: gdb.ada/array_of_variable_length.exp: ptype pck.a
new UNRESOLVED: gdb.ada/array_ptr_renaming.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.ada/array_return.exp: cannot run to main, testcase aborted
new UNRESOLVED: gdb.ada/array_return.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/array_subscript_addr.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/array_subscript_addr.exp: print a
new UNRESOLVED: gdb.ada/arraydim.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.ada/arraydim.exp: ptype m
new UNRESOLVED: gdb.ada/arrayidx.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.ada/arrayidx.exp: set print array-indexes off
new UNRESOLVED: gdb.ada/arrayparam.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/arrayptr.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/assign_1.exp: changing the language to ada
PASS -> FAIL: gdb.ada/assign_1.exp: set convenience variable $xxx to 1
new UNRESOLVED: gdb.ada/assign_arr.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/assign_arr.exp: print input.u2 :=
new UNRESOLVED: gdb.ada/attr_ref_and_charlit.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/attr_ref_and_charlit.exp: gdb_test
PASS -> UNRESOLVED: 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 -> UNRESOLVED: 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 UNRESOLVED: gdb.ada/bad-task-bp-keyword.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/boolean_expr.exp: changing the language to ada
PASS -> FAIL: gdb.ada/boolean_expr.exp: print 1 = 2
PASS -> FAIL: gdb.ada/boolean_expr.exp: print 3 = 3
new UNRESOLVED: gdb.ada/bp_c_mixed_case.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/bp_enum_homonym.exp: break archive
PASS -> UNRESOLVED: gdb.ada/bp_enum_homonym.exp: list pck.adb:1
PASS -> FAIL: gdb.ada/bp_enum_homonym.exp: run to pck.archive breakpoint
PASS -> UNRESOLVED: gdb.ada/bp_fun_addr.exp: break *a'address
PASS -> FAIL: gdb.ada/bp_fun_addr.exp: run until breakpoint at a'address
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
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
PASS -> UNRESOLVED: gdb.ada/bp_on_var.exp: set breakpoint pending off
PASS -> UNRESOLVED: 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
PASS -> FAIL: gdb.ada/bp_reset.exp: break do_nothing
PASS -> UNRESOLVED: gdb.ada/bp_reset.exp: break nested_sub
new UNRESOLVED: gdb.ada/byte_packed_arr.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/byte_packed_arr.exp: print broken
new UNRESOLVED: gdb.ada/call_pn.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/catch_assert_if.exp: cannot run to main, testcase aborted
new UNRESOLVED: gdb.ada/catch_assert_if.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/catch_ex.exp: cannot run to main, testcase aborted
new UNRESOLVED: gdb.ada/catch_ex.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/char_enum.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/char_enum.exp: print Char_Enum_Type'
PASS -> FAIL: gdb.ada/char_param.exp: call next
new UNRESOLVED: gdb.ada/char_param.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.ada/char_param.exp: print procedure_result before calling same
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 -> UNRESOLVED: 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
new UNRESOLVED: gdb.ada/complete.exp: delete all breakpoints in delete_breakpoints
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
PASS -> FAIL: gdb.ada/cond_lang.exp: break mixed.adb:33 if light = green
PASS -> FAIL: gdb.ada/cond_lang.exp: continue
new UNRESOLVED: gdb.ada/cond_lang.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/cond_lang.exp: show lang
new UNRESOLVED: gdb.ada/convvar_comp.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/dot_all.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/dyn_arrayidx.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/dyn_loc.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/dyn_stride.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/enum_idx_packed.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/enum_idx_packed.exp: print full
PASS -> FAIL: gdb.ada/enum_idx_packed.exp: print full'first
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
new UNRESOLVED: gdb.ada/exec_changed.exp: shell mv /home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-native-extended-gdbserver-m32/build/gdb/testsuite/outputs/gdb.ada/exec_changed/first /home/gdb-buildbot/fedora-x86-64-1/fedora-x86-64-native-extended-gdbserver-m32/build/gdb/testsuite/outputs/gdb.ada/exec_changed/common
new UNRESOLVED: gdb.ada/exec_changed.exp: start
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.ada/expr_with_funcall.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.ada/exprs.exp: Long_Long_Integer ** Y
new UNRESOLVED: gdb.ada/exprs.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/exprs.exp: long_float'max
PASS -> FAIL: gdb.ada/exprs.exp: long_float'min
new UNRESOLVED: gdb.ada/fin_fun_out.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/fin_fun_out.exp: finish
new UNRESOLVED: gdb.ada/fixed_cmp.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/fixed_cmp.exp: print My_Var > 10
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.ada/fixed_points.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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 -> UNRESOLVED: gdb.ada/float_param.exp: call set_float
PASS -> FAIL: gdb.ada/float_param.exp: call set_long_double
new UNRESOLVED: gdb.ada/float_param.exp: delete all breakpoints in delete_breakpoints
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 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/frame_args.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/fullname_bp.exp: break Pck.Hello
PASS -> UNRESOLVED: gdb.ada/fullname_bp.exp: break pck.adb:Pck.Hello
PASS -> UNRESOLVED: gdb.ada/fullname_bp.exp: break pck.adb:pck.hello
PASS -> UNRESOLVED: gdb.ada/fullname_bp.exp: break pck.hello
PASS -> UNRESOLVED: gdb.ada/fun_addr.exp: print foo'address
new UNRESOLVED: gdb.ada/fun_in_declare.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/fun_overload_menu.exp: 1
new UNRESOLVED: gdb.ada/fun_overload_menu.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.ada/fun_renaming.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/funcall_char.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/funcall_char.exp: print f
new UNRESOLVED: gdb.ada/funcall_param.exp: delete all breakpoints in delete_breakpoints
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 -> FAIL: gdb.ada/funcall_ptr.exp: Check that value of GA is 0x1234
PASS -> FAIL: gdb.ada/funcall_ptr.exp: call pck.p
new UNRESOLVED: gdb.ada/funcall_ptr.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/funcall_ref.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.ada/homonym.exp: set breakpoint at Get_Value
PASS -> FAIL: gdb.ada/homonym.exp: set breakpoint at homonym.adb:Get_Value
new UNRESOLVED: gdb.ada/info_addr_mixed_case.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 UNRESOLVED: gdb.ada/info_locals_renaming.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/info_locals_renaming.exp: info locals
PASS -> FAIL: gdb.ada/info_types.exp: info types new_integer_type
PASS -> UNRESOLVED: gdb.ada/info_types.exp: set lang ada
new UNRESOLVED: gdb.ada/int_deref.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/int_deref.exp: print *long_integer
PASS -> FAIL: gdb.ada/int_deref.exp: print long_integer
PASS -> UNRESOLVED: gdb.ada/int_deref.exp: print watch'address
new UNRESOLVED: gdb.ada/interface.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/interface.exp: print r
new UNRESOLVED: gdb.ada/iwide.exp: delete all breakpoints in delete_breakpoints
FAIL -> UNRESOLVED: gdb.ada/iwide.exp: print My_Drawable
new UNRESOLVED: gdb.ada/lang_switch.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/lang_switch.exp: set print frame-arguments all
PASS -> FAIL: gdb.ada/maint_with_ada.exp: maintenance check-psymtabs
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 UNRESOLVED: gdb.ada/maint_with_ada.exp: setting breakpoint at adainit
new UNRESOLVED: gdb.ada/mi_catch_assert.exp: cannot run to main, testcase aborted
new UNRESOLVED: gdb.ada/mi_catch_assert.exp: delete all breakpoints in delete_breakpoints
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/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_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 UNRESOLVED: gdb.ada/mi_ex_cond.exp: cannot run to main, testcase aborted
new UNRESOLVED: gdb.ada/mi_ex_cond.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/mi_exc_info.exp: -info-ada-exceptions
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_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
new UNRESOLVED: gdb.ada/minsyms.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/mod_from_name.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/n_arr_bound.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/n_arr_bound.exp: ptype var
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 -> UNRESOLVED: gdb.ada/notcplusplus.exp: print <symada__cS> before loading symbols from ver.ads
new UNRESOLVED: gdb.ada/null_array.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/null_record.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/null_record.exp: ptype on null record
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 -> UNRESOLVED: 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 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 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 -> UNRESOLVED: 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 UNRESOLVED: gdb.ada/packed_array.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/packed_array_assign.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/packed_array_assign.exp: print pra :=
new UNRESOLVED: gdb.ada/packed_tagged.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/packed_tagged.exp: print x
PASS -> FAIL: gdb.ada/packed_tagged.exp: ptype x
new UNRESOLVED: gdb.ada/pckd_arr_ren.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/pckd_arr_ren.exp: print var
new UNRESOLVED: gdb.ada/pckd_neg.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/pckd_neg.exp: print SSA
new UNRESOLVED: gdb.ada/pkd_arr_elem.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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
new UNRESOLVED: gdb.ada/pp-rec-component.exp: verify python support
new UNRESOLVED: gdb.ada/print_chars.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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
new UNRESOLVED: gdb.ada/print_pc.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/print_pc.exp: p /x $pc
new UNRESOLVED: gdb.ada/ptr_typedef.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/ptr_typedef.exp: print my_blob.bees
PASS -> FAIL: gdb.ada/ptype_arith_binop.exp: ptype 3 * 2.0
PASS -> FAIL: gdb.ada/ptype_arith_binop.exp: ptype 3 / 2.0
PASS -> UNRESOLVED: gdb.ada/ptype_arith_binop.exp: set lang ada
new UNRESOLVED: gdb.ada/ptype_field.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.ada/ptype_tagged_param.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/py_range.exp: verify python support
PASS -> UNRESOLVED: gdb.ada/rdv_wait.exp: set debug-file-directory
PASS -> FAIL: gdb.ada/rdv_wait.exp: task 2
new UNRESOLVED: gdb.ada/rec_comp.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/rec_return.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/ref_param.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/ref_tick_size.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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
new UNRESOLVED: gdb.ada/rename_subscript_param.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/rename_subscript_param.exp: insert second breakpoint in pkg.adb
PASS -> FAIL: gdb.ada/rename_subscript_param.exp: print b before changing its value
new UNRESOLVED: gdb.ada/repeat_dyn.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/repeat_dyn.exp: print a1
PASS -> FAIL: gdb.ada/same_component_name.exp: Print field existing only in dyn_middle component
PASS -> FAIL: gdb.ada/same_component_name.exp: continue to dyn_middle assign breakpoint
new UNRESOLVED: 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:53
PASS -> UNRESOLVED: gdb.ada/same_enum.exp: print red
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
new UNRESOLVED: gdb.ada/scoped_watch.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/scoped_watch.exp: next to call to Call_Me
PASS -> UNRESOLVED: gdb.ada/scoped_watch.exp: watch result
PASS -> FAIL: gdb.ada/set_pckd_arr_elt.exp: continue to update_small
new UNRESOLVED: gdb.ada/set_pckd_arr_elt.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/set_pckd_arr_elt.exp: print sa
new FAIL: gdb.ada/set_pckd_arr_elt.exp: setting breakpoint at update_small
new UNRESOLVED: gdb.ada/set_wstr.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/small_reg_param.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/start.exp: start failed to land inside the right procedure
new UNRESOLVED: gdb.ada/str_binop_equal.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/str_ref_cmp.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/str_ref_cmp.exp: operator = works for strings
PASS -> FAIL: gdb.ada/str_ref_cmp.exp: print String_Var
new UNRESOLVED: gdb.ada/str_uninit.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/sym_print_name.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.ada/taft_type.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/tagged.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/tagged.exp: print segm
PASS -> UNRESOLVED: gdb.ada/tagged.exp: ptype segm
new UNRESOLVED: gdb.ada/tagged_access.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/tagged_not_init.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/tagged_not_init.exp: print obj
PASS -> FAIL: gdb.ada/task_bp.exp: break dummy_task - from full symtab
PASS -> UNRESOLVED: 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 -> UNRESOLVED: 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 -> UNRESOLVED: 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 -> UNRESOLVED: gdb.ada/task_bp.exp: break pck.dummy_task - from psymtab
PASS -> UNRESOLVED: gdb.ada/task_bp.exp: expanding symtab for dummy_task
PASS -> UNRESOLVED: gdb.ada/task_bp.exp: expanding symtab for pck.adb:dummy_task
PASS -> UNRESOLVED: gdb.ada/task_bp.exp: expanding symtab for pck.adb:pck.dummy_task
PASS -> UNRESOLVED: gdb.ada/task_bp.exp: expanding symtab for pck.dummy_task
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 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
PASS -> FAIL: gdb.ada/tasks.exp: break break_me task 1
PASS -> FAIL: gdb.ada/tasks.exp: break break_me task 3
new UNRESOLVED: gdb.ada/tasks.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/tasks.exp: info tasks before inserting breakpoint
PASS -> UNRESOLVED: gdb.ada/tick_last_segv.exp: print short-integer'first
PASS -> FAIL: gdb.ada/tick_last_segv.exp: print short-integer'last
new UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: 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 -> 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 UNRESOLVED: gdb.ada/type_coercion.exp: delete all breakpoints in delete_breakpoints
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
new UNRESOLVED: gdb.ada/unc_arr_ptr_in_var_rec.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.ada/uninitialized_vars.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/uninitialized_vars.exp: info locals
new UNRESOLVED: gdb.ada/var_arr_attrs.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.ada/var_arr_typedef.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/var_arr_typedef.exp: print a
PASS -> UNRESOLVED: gdb.ada/var_arr_typedef.exp: print va
PASS -> FAIL: gdb.ada/var_arr_typedef.exp: print vb
new UNRESOLVED: gdb.ada/var_rec_arr.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.ada/variant_record_packed_array.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/varsize_limit.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/watch_arg.exp: continuing to second breakpoint
PASS -> FAIL: gdb.ada/watch_arg.exp: continuing until watchpoint automatic deletion
new UNRESOLVED: gdb.ada/watch_arg.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/watch_arg.exp: insert second breakpoint in watch.adb
PASS -> UNRESOLVED: gdb.ada/watch_arg.exp: set watchpoint on function argument X
new UNRESOLVED: gdb.ada/whatis_array_val.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/widewide.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/win_fu_syms.exp: info line on Do_Nothing call
PASS -> UNRESOLVED: gdb.ada/win_fu_syms.exp: info line on variable declaration
new UNRESOLVED: gdb.arch/amd64-gs_base.exp: could not run to main
new UNRESOLVED: gdb.arch/amd64-gs_base.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.arch/amd64-osabi.exp: arch=i386: print sizeof
PASS -> UNRESOLVED: gdb.arch/amd64-osabi.exp: arch=i386: set architecture i386:x86-64
PASS -> FAIL: gdb.arch/amd64-osabi.exp: arch=i386:x64-32: print sizeof
PASS -> UNRESOLVED: gdb.arch/amd64-osabi.exp: arch=i386:x64-32: set architecture i386:x86-64
PASS -> FAIL: gdb.arch/amd64-osabi.exp: arch=i386:x86-64: print sizeof
PASS -> UNRESOLVED: gdb.arch/amd64-osabi.exp: arch=i386:x86-64: set architecture i386:x86-64
PASS -> FAIL: gdb.arch/arc-tdesc-cpu.exp: setting HS architecture
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.arch/ftrace-insn-reloc.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.arch/ftrace-insn-reloc.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[0]
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[1]
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[2]
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[3]
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[4]
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[5]
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[6]
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[7]
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm0
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm1
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm2
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm3
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm4
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm5
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm6
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm7
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm0
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm1
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm2
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm3
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm4
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm5
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm6
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm7
PASS -> UNRESOLVED: gdb.arch/i386-avx.exp: check whether processor supports AVX
PASS -> FAIL: gdb.arch/i386-avx.exp: continue to breakpoint: continue to first breakpoint in main
PASS -> FAIL: gdb.arch/i386-avx.exp: continue to breakpoint: continue to second breakpoint in main
new UNRESOLVED: gdb.arch/i386-avx.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.arch/i386-avx.exp: force-disable xml descriptions: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.arch/i386-avx.exp: force-disable xml descriptions: run to main
PASS -> FAIL: gdb.arch/i386-avx.exp: set first breakpoint in main
PASS -> FAIL: gdb.arch/i386-avx.exp: set second breakpoint in main
new UNRESOLVED: gdb.arch/i386-avx512.exp: could not run to main
new UNRESOLVED: gdb.arch/i386-avx512.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.arch/i386-biarch-core.exp: complete set gnutarget
new UNRESOLVED: gdb.arch/i386-bp_permanent.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.arch/i386-byte.exp: check contents of %ah
PASS -> FAIL: gdb.arch/i386-byte.exp: check contents of %al
PASS -> FAIL: gdb.arch/i386-byte.exp: check contents of %bh
PASS -> FAIL: gdb.arch/i386-byte.exp: check contents of %bl
PASS -> FAIL: gdb.arch/i386-byte.exp: check contents of %ch
PASS -> FAIL: gdb.arch/i386-byte.exp: check contents of %cl
PASS -> FAIL: gdb.arch/i386-byte.exp: check contents of %dh
PASS -> FAIL: gdb.arch/i386-byte.exp: check contents of %dl
PASS -> FAIL: gdb.arch/i386-byte.exp: continue to breakpoint: continue to first breakpoint in main
PASS -> FAIL: gdb.arch/i386-byte.exp: continue to breakpoint: continue to second breakpoint in main
new UNRESOLVED: gdb.arch/i386-byte.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.arch/i386-byte.exp: set first breakpoint in main
PASS -> FAIL: gdb.arch/i386-byte.exp: set second breakpoint in main
new UNRESOLVED: gdb.arch/i386-cfi-notcurrent.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.arch/i386-disp-step.exp: can't run to main
PASS -> UNRESOLVED: gdb.arch/i386-disp-step.exp: set displaced-stepping on
PASS -> FAIL: gdb.arch/i386-disp-step.exp: show displaced-stepping
new UNRESOLVED: gdb.arch/i386-dr3-watch.exp: could not run to main
new UNRESOLVED: gdb.arch/i386-dr3-watch.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.arch/i386-float.exp: can't run to main
new UNRESOLVED: gdb.arch/i386-float.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.arch/i386-mpx-call.exp: could not run to main
new UNRESOLVED: gdb.arch/i386-mpx-call.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.arch/i386-mpx-map.exp: could not run to main
new UNRESOLVED: gdb.arch/i386-mpx-map.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.arch/i386-mpx-sigsegv.exp: could not run to main
new UNRESOLVED: gdb.arch/i386-mpx-sigsegv.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.arch/i386-mpx-simple_segv.exp: could not run to main
new UNRESOLVED: gdb.arch/i386-mpx-simple_segv.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.arch/i386-mpx.exp: could not run to main
new UNRESOLVED: gdb.arch/i386-mpx.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.arch/i386-permbkpt.exp: first permanent break
PASS -> FAIL: gdb.arch/i386-permbkpt.exp: second permanent break
new UNRESOLVED: gdb.arch/i386-pkru.exp: could not run to main
new UNRESOLVED: gdb.arch/i386-pkru.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.arch/i386-prologue.exp: break *
new UNRESOLVED: gdb.arch/i386-prologue.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.arch/i386-signal.exp: backtrace 10
new UNRESOLVED: gdb.arch/i386-signal.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.arch/i386-signal.exp: finish
PASS -> FAIL: gdb.arch/i386-size-overlap.exp: backtrace shows the outer function
PASS -> UNRESOLVED: gdb.arch/i386-size-overlap.exp: run past main
PASS -> FAIL: gdb.arch/i386-size.exp: disassemble stops at end of main
new UNRESOLVED: gdb.arch/i386-sse-stack-align.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[0]
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[1]
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[2]
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[3]
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[4]
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[5]
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[6]
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[7]
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm0
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm1
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm2
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm3
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm4
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm5
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm6
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm7
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm0
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm1
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm2
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm3
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm4
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm5
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm6
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm7
PASS -> UNRESOLVED: gdb.arch/i386-sse.exp: check whether processor supports SSE
PASS -> FAIL: gdb.arch/i386-sse.exp: continue to breakpoint: continue to first breakpoint in main
PASS -> FAIL: gdb.arch/i386-sse.exp: continue to breakpoint: continue to second breakpoint in main
new UNRESOLVED: gdb.arch/i386-sse.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.arch/i386-sse.exp: set first breakpoint in main
PASS -> FAIL: gdb.arch/i386-sse.exp: set second breakpoint in main
PASS -> UNRESOLVED: gdb.arch/i386-stap-eval-lang-ada.exp: set language ada
PASS -> FAIL: gdb.arch/i386-unwind.exp: backtrace past gdb1435
PASS -> UNRESOLVED: gdb.arch/i386-unwind.exp: run past gdb1435
PASS -> FAIL: gdb.arch/i386-word.exp: check contents of %ax
PASS -> FAIL: gdb.arch/i386-word.exp: check contents of %bx
PASS -> FAIL: gdb.arch/i386-word.exp: check contents of %cx
PASS -> FAIL: gdb.arch/i386-word.exp: check contents of %dx
PASS -> FAIL: gdb.arch/i386-word.exp: continue to breakpoint: continue to first breakpoint in main
PASS -> FAIL: gdb.arch/i386-word.exp: continue to breakpoint: continue to second breakpoint in main
new UNRESOLVED: gdb.arch/i386-word.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.arch/i386-word.exp: set first breakpoint in main
PASS -> FAIL: gdb.arch/i386-word.exp: set second breakpoint in main
new UNRESOLVED: gdb.base/advance.exp: can't run to main
new UNRESOLVED: gdb.base/advance.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/align.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/all-architectures-0.exp: all passed
new UNRESOLVED: gdb.base/all-architectures-0.exp: set max-completions unlimited
PASS -> FAIL: gdb.base/all-architectures-1.exp: all passed
new UNRESOLVED: gdb.base/all-architectures-1.exp: set max-completions unlimited
PASS -> FAIL: gdb.base/all-architectures-2.exp: all passed
new UNRESOLVED: gdb.base/all-architectures-2.exp: set max-completions unlimited
PASS -> FAIL: gdb.base/all-architectures-3.exp: all passed
new UNRESOLVED: gdb.base/all-architectures-3.exp: set max-completions unlimited
PASS -> FAIL: gdb.base/all-architectures-4.exp: all passed
new UNRESOLVED: gdb.base/all-architectures-4.exp: set max-completions unlimited
PASS -> FAIL: gdb.base/all-architectures-5.exp: all passed
new UNRESOLVED: gdb.base/all-architectures-5.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/all-architectures-6.exp: set max-completions unlimited
PASS -> FAIL: gdb.base/all-architectures-7.exp: all passed
new UNRESOLVED: gdb.base/all-architectures-7.exp: set max-completions unlimited
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=AIX: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=Cygwin: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=DICOS: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=DJGPP: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=Darwin: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=FreeBSD: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=GNU/Hurd: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=GNU/Linux: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=LynxOS178: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=NetBSD: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=Newlib: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=OpenBSD: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=OpenVMS: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=QNX-Neutrino: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=SDE: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=SVR4: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=Solaris: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=Symbian: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=WindowsCE: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=auto: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=default: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=none: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new UNRESOLVED: gdb.base/all-bin.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/annota-input-while-running.exp: can't run to main
new UNRESOLVED: gdb.base/annota-input-while-running.exp: delete all breakpoints in delete_breakpoints
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: break at value++
PASS -> FAIL: 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 -> FAIL: 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
new UNRESOLVED: gdb.base/annota1.exp: delete all breakpoints in delete_breakpoints
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 -> FAIL: gdb.base/annota1.exp: get inferior pid
PASS -> FAIL: gdb.base/annota1.exp: go after array init line
PASS -> FAIL: gdb.base/annota1.exp: ignore 5 4
new FAIL: gdb.base/annota1.exp: next to exit loop
PASS -> FAIL: 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 UNRESOLVED: gdb.base/annota1.exp: run to main
PASS -> FAIL: gdb.base/annota1.exp: send SIGUSR1
PASS -> UNRESOLVED: gdb.base/annota1.exp: set height 0
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: break at value++
PASS -> FAIL: gdb.base/annota3.exp: break in main
PASS -> FAIL: gdb.base/annota3.exp: breakpoint handle_USR1
PASS -> FAIL: gdb.base/annota3.exp: breakpoint ignore count
PASS -> FAIL: gdb.base/annota3.exp: breakpoint info
PASS -> FAIL: gdb.base/annota3.exp: breakpoint main
PASS -> FAIL: gdb.base/annota3.exp: breakpoint printf
PASS -> FAIL: gdb.base/annota3.exp: continue to printf
PASS -> FAIL: gdb.base/annota3.exp: delete bp 1
PASS -> FAIL: gdb.base/annota3.exp: delete bp 2
PASS -> FAIL: gdb.base/annota3.exp: delete bp 3
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: ignore 5 4
PASS -> FAIL: gdb.base/annota3.exp: next to exit loop
PASS -> FAIL: gdb.base/annota3.exp: print array
PASS -> FAIL: gdb.base/annota3.exp: print non_existent_value
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 -> UNRESOLVED: gdb.base/annota3.exp: set height 0
PASS -> FAIL: gdb.base/annota3.exp: set up display
PASS -> FAIL: gdb.base/annota3.exp: signal sent
new UNRESOLVED: gdb.base/anon.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: 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 two empty
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 two empty
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 two empty
PASS -> FAIL: gdb.base/args.exp: argv[3] for one empty
PASS -> FAIL: gdb.base/args.exp: argv[3] for two empty
PASS -> FAIL: gdb.base/args.exp: argv[4] for two empty
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 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: could not run to main
new UNRESOLVED: gdb.base/argv0-symlink.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/arithmet.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/arrayidx.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/asmlabel.exp: can't run to main
new UNRESOLVED: gdb.base/asmlabel.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/assign.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/async-shell.exp: set non-stop on
new UNRESOLVED: gdb.base/async.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/attach-pie-noexec.exp: show architecture
PASS -> FAIL: gdb.base/attach-wait-input.exp: editing off: attach and print
new UNRESOLVED: gdb.base/attach-wait-input.exp: editing off: can't run to setup_done
new UNRESOLVED: gdb.base/attach-wait-input.exp: editing off: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/attach-wait-input.exp: editing on: attach and print
new UNRESOLVED: gdb.base/attach-wait-input.exp: editing on: can't run to setup_done
new UNRESOLVED: gdb.base/attach-wait-input.exp: editing on: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: 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 -> 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 -> UNRESOLVED: gdb.base/attach.exp: load file
new UNRESOLVED: gdb.base/auto-connect-native-target.exp: help target native
PASS -> FAIL: gdb.base/auto-load.exp: print $script_loaded
PASS -> UNRESOLVED: gdb.base/auto-load.exp: set auto-load scripts-directory
PASS -> UNRESOLVED: gdb.base/bang.exp: continue until exit
new UNRESOLVED: gdb.base/bang.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/bfp-test.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/bg-execution-repeat.exp: c 1&: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/bg-execution-repeat.exp: c&: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/bigcore.exp: continue
PASS -> FAIL: gdb.base/bigcore.exp: extract next heap
PASS -> FAIL: gdb.base/bigcore.exp: extract prev heap
PASS -> FAIL: gdb.base/bigcore.exp: next
PASS -> FAIL: gdb.base/bigcore.exp: save heap size
PASS -> UNRESOLVED: gdb.base/bigcore.exp: set print sevenbit-strings
PASS -> FAIL: gdb.base/bigcore.exp: signal SIGABRT
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
PASS -> UNRESOLVED: gdb.base/bitfields.exp: set print sevenbit-strings
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
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
PASS -> UNRESOLVED: gdb.base/bitfields2.exp: set print sevenbit-strings
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
PASS -> UNRESOLVED: gdb.base/bitops.exp: print value of !1
new UNRESOLVED: gdb.base/bp-cmds-continue-ctrl-c.exp: run: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/bp-permanent.exp: always_inserted=off, sw_watchpoint=0: delete all breakpoints in delete_breakpoints
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/branch-to-self.exp: single-step: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/break-always.exp: before re-enable check breakpoint state
PASS -> FAIL: gdb.base/break-always.exp: confirm breakpoint always-inserted
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 -> UNRESOLVED: gdb.base/break-always.exp: set breakpoint always-inserted on
PASS -> FAIL: gdb.base/break-always.exp: set breakpoint on bar
PASS -> FAIL: gdb.base/break-always.exp: set breakpoint on bar 2
new UNRESOLVED: gdb.base/break-caller-line.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.base/break-idempotent.exp: can't run to main
new UNRESOLVED: gdb.base/break-idempotent.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.base/break-inline.exp: setting breakpoint at main
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: BINprelinkNOdebugINpieATTACH: attach-relinkNO: set verbose on
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: attach: set verbose on
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: core: set debug-file-directory for core
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: dl 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: BINprelinkNOdebugINpieNO: set debug-file-directory
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: attach: set verbose on
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: core: set debug-file-directory for core
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: dl bt
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: BINprelinkNOdebugINpieYES: set debug-file-directory
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: BINprelinkNOdebugNOpieATTACH: attach-relinkNO: set verbose on
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: attach: set verbose on
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: core: set debug-file-directory for core
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: dl 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: set debug-file-directory
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: symbol-less: set debug-file-directory
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: symbol-less: set verbose on
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: attach: set verbose on
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: core: set debug-file-directory for core
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: dl bt
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: set debug-file-directory
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: set verbose on
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: symbol-less: set debug-file-directory
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: BINprelinkNOdebugSEPpieATTACH: attach-relinkNO: set verbose on
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: attach: set verbose on
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: core: set debug-file-directory for core
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: dl 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: BINprelinkNOdebugSEPpieNO: set debug-file-directory
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: set verbose on
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: file
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: attach: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: attach: set verbose on
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: core: set debug-file-directory for core
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: dl bt
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: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: set debug-file-directory
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: set debug-file-directory
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: BINprelinkNOdebugINpieATTACH: attach-relinkNO: set verbose on
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: attach: set verbose on
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: core: set debug-file-directory for core
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: dl 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: BINprelinkNOdebugINpieNO: set debug-file-directory
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: attach: set verbose on
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: core: set debug-file-directory for core
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: dl bt
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: BINprelinkNOdebugINpieYES: set debug-file-directory
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: BINprelinkNOdebugNOpieATTACH: attach-relinkNO: set verbose on
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: attach: set verbose on
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: core: set debug-file-directory for core
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: dl 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: set debug-file-directory
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: symbol-less: set debug-file-directory
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: attach: set verbose on
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: core: core main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: core: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: core: set debug-file-directory for core
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: core: set verbose on
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: dl bt
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: set debug-file-directory
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: symbol-less: set debug-file-directory
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: BINprelinkNOdebugSEPpieATTACH: attach-relinkNO: set verbose on
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: attach: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: attach: file
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: attach: set verbose on
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: core: set debug-file-directory for core
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: dl 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: BINprelinkNOdebugSEPpieNO: set debug-file-directory
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: attach: set verbose on
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: core: set debug-file-directory for core
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: dl bt
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: BINprelinkNOdebugSEPpieYES: set debug-file-directory
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: set debug-file-directory
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: symbol-less: set debug-file-directory
new FAIL: gdb.base/break-interp.exp: show debug-file-directory
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: can't run to start
PASS -> UNRESOLVED: gdb.base/break-on-linker-gcd-function.exp: b 24
PASS -> UNRESOLVED: gdb.base/break-on-linker-gcd-function.exp: readnow: b 24
PASS -> FAIL: gdb.base/break-probes.exp: ensure using probes
PASS -> UNRESOLVED: gdb.base/break-probes.exp: set stop-on-solib-events 1
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: 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 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 -> UNRESOLVED: gdb.base/break.exp: delete all breakpoints when none
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 UNRESOLVED: gdb.base/breakpoint-in-ro-region.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/breakpoint-shadow.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/breakpoint-shadow.exp: start
new UNRESOLVED: gdb.base/bt-selected-frame.exp: bt full: can't run to main
new UNRESOLVED: gdb.base/bt-selected-frame.exp: bt full: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/bt-selected-frame.exp: bt: can't run to main
new UNRESOLVED: gdb.base/bt-selected-frame.exp: bt: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.base/c-linkage-name.exp: print symada__cS before partial symtab expansion
PASS -> UNRESOLVED: gdb.base/call-ar-st.exp: set print sevenbit-strings
PASS -> UNRESOLVED: gdb.base/call-rt-st.exp: set print sevenbit-strings
PASS -> UNRESOLVED: gdb.base/call-sc.exp: ptype; call-sc-tc
PASS -> UNRESOLVED: gdb.base/call-sc.exp: set print sevenbit-strings
new UNRESOLVED: gdb.base/call-signal-resume.exp: can't run to main
new UNRESOLVED: gdb.base/call-signal-resume.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/call-strs.exp: set print sevenbit-strings
new UNRESOLVED: gdb.base/callexit.exp: can't run to main
new UNRESOLVED: gdb.base/callexit.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.base/callfuncs.exp: noproto: set print sevenbit-strings
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 -> FAIL: gdb.base/callfuncs.exp: retrieve original register contents
PASS -> UNRESOLVED: gdb.base/callfuncs.exp: set print sevenbit-strings
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 UNRESOLVED: gdb.base/catch-fork-kill.exp: fork-kind=fork: exit-kind=exit: fork: could not run to main
new UNRESOLVED: gdb.base/catch-fork-kill.exp: fork-kind=fork: exit-kind=exit: fork: 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/catch-fork-kill.exp: fork-kind=vfork: exit-kind=kill: vfork: could not run to main
new UNRESOLVED: gdb.base/catch-fork-kill.exp: fork-kind=vfork: exit-kind=kill: vfork: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-gdb-caused-signals.exp: can't run to main to make the tests
new UNRESOLVED: gdb.base/catch-gdb-caused-signals.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-load.exp: non-matching load with stop-on-solib-events: can't run to main
new UNRESOLVED: gdb.base/catch-load.exp: non-matching load with stop-on-solib-events: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-load.exp: non-matching load: can't run to main
new UNRESOLVED: gdb.base/catch-load.exp: non-matching load: delete all breakpoints in delete_breakpoints
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/catch-load.exp: non-matching unload: can't run to main
new UNRESOLVED: gdb.base/catch-load.exp: non-matching unload: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-load.exp: plain load with stop-on-solib-events: can't run to main
new UNRESOLVED: gdb.base/catch-load.exp: plain load with stop-on-solib-events: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-load.exp: plain load: can't run to main
new UNRESOLVED: gdb.base/catch-load.exp: plain load: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-load.exp: plain unload with stop-on-solib-events: can't run to main
new UNRESOLVED: gdb.base/catch-load.exp: plain unload with stop-on-solib-events: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-load.exp: plain unload: can't run to main
new UNRESOLVED: gdb.base/catch-load.exp: plain unload: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-load.exp: rx load with stop-on-solib-events: can't run to main
new UNRESOLVED: gdb.base/catch-load.exp: rx load with stop-on-solib-events: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-load.exp: rx load: can't run to main
new UNRESOLVED: gdb.base/catch-load.exp: rx load: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-load.exp: rx unload with stop-on-solib-events: can't run to main
new UNRESOLVED: gdb.base/catch-load.exp: rx unload with stop-on-solib-events: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-load.exp: rx unload: can't run to main
new UNRESOLVED: gdb.base/catch-load.exp: rx unload: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-signal-fork.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-signal-siginfo-cond.exp: can't run to main
new UNRESOLVED: gdb.base/catch-signal-siginfo-cond.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-signal.exp: 1: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.base/catch-signal.exp: SIGHUP SIGUSR2: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-signal.exp: SIGHUP: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/catch-signal.exp: catch signal SIGZARDOZ
new FAIL: gdb.base/catch-signal.exp: setting breakpoint at main
new UNRESOLVED: gdb.base/catch-syscall.exp: can't run to main
new UNRESOLVED: gdb.base/catch-syscall.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/charset.exp: show charset
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 -> UNRESOLVED: gdb.base/chng-syms.exp: setting conditional breakpoint on function
PASS -> FAIL: gdb.base/code-expr.exp:
PASS -> UNRESOLVED: gdb.base/code-expr.exp: set print sevenbit-strings
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 symtabs: test eliminated var my_global_symbol
PASS -> FAIL: gdb.base/code_elim.exp: symbol-file code_elim1
PASS -> FAIL: gdb.base/command-line-input.exp: print 1\\n + 2
PASS -> UNRESOLVED: gdb.base/compare-sections.exp: after file: compare-sections
PASS -> FAIL: gdb.base/compare-sections.exp: after file: compare-sections -r
PASS -> FAIL: gdb.base/compare-sections.exp: after reload: compare-sections
PASS -> FAIL: gdb.base/compare-sections.exp: after reload: compare-sections -r
new FAIL: gdb.base/compare-sections.exp: can't run to main
PASS -> FAIL: gdb.base/compare-sections.exp: compare-sections .text
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
new UNRESOLVED: gdb.base/completion.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.base/complex.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/comprdebug.exp: file comprdebug0.o
new UNRESOLVED: gdb.base/cond-eval-mode.exp: can't run to main
new UNRESOLVED: gdb.base/cond-eval-mode.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/cond-expr.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/condbreak-call-false.exp: can't run to main
new UNRESOLVED: gdb.base/condbreak-call-false.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: 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: 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 UNRESOLVED: gdb.base/consecutive-step-over.exp: can't run to main
new UNRESOLVED: gdb.base/consecutive-step-over.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/consecutive.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/constvars.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/continue-after-aborted-step-over.exp: displaced-stepping=off: run to main
PASS -> UNRESOLVED: gdb.base/continue-after-aborted-step-over.exp: displaced-stepping=off: set displaced-stepping off
new FAIL: gdb.base/continue-after-aborted-step-over.exp: displaced-stepping=on: run to main
PASS -> UNRESOLVED: gdb.base/continue-after-aborted-step-over.exp: displaced-stepping=on: set displaced-stepping on
PASS -> UNRESOLVED: gdb.base/continue-all-already-running.exp: set non-stop on
new UNRESOLVED: gdb.base/coredump-filter.exp: could not run to main
new UNRESOLVED: gdb.base/coredump-filter.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/corefile.exp: $_exitsignal prints SIGABRT
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: backtrace in corefile.exp
PASS -> UNRESOLVED: gdb.base/corefile.exp: core-file command
FAIL -> UNRESOLVED: gdb.base/corefile.exp: core-file warning-free
PASS -> FAIL: 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 -> FAIL: gdb.base/corefile.exp: up in corefile.exp
new UNRESOLVED: gdb.base/ctxobj.exp: could not run to main
new UNRESOLVED: gdb.base/ctxobj.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/cursal.exp: list before run
PASS -> UNRESOLVED: gdb.base/cursal.exp: set listsize 1
PASS -> FAIL: gdb.base/cvexpr.exp:
PASS -> UNRESOLVED: gdb.base/cvexpr.exp: set print sevenbit-strings
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 UNRESOLVED: gdb.base/dcache-line-read-error.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/debug-expr.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/debug-expr.exp: run to main
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 UNRESOLVED: gdb.base/define.exp: define tests suppressed
new UNRESOLVED: gdb.base/define.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/define.exp: use hook-stop command
PASS -> FAIL: gdb.base/define.exp: use user command: nextwhere
PASS -> FAIL: gdb.base/del.exp: Remove last breakpoint
PASS -> FAIL: gdb.base/del.exp: breakpoint insertion
PASS -> UNRESOLVED: gdb.base/del.exp: remove all breakpoints
new UNRESOLVED: gdb.base/detach.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/detach.exp: detach, one
PASS -> FAIL: gdb.base/detach.exp: detach, two
PASS -> UNRESOLVED: gdb.base/detach.exp: set should_exit, one
PASS -> FAIL: gdb.base/detach.exp: set should_exit, two
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2df
new UNRESOLVED: gdb.base/dfp-test.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/disabled-location.exp: can't run to main
new UNRESOLVED: gdb.base/disabled-location.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/disasm-end-cu.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/display.exp: could not run to main - other tests will fail.
new UNRESOLVED: gdb.base/display.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/display.exp: kill
PASS -> UNRESOLVED: 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 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/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 FAIL: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=off: can't run to main
PASS -> UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=off: set breakpoint always-inserted off
new FAIL: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: can't run to main
PASS -> UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: set breakpoint always-inserted off
new FAIL: gdb.base/dprintf-detach.exp: bai=off ds=call dd=off: can't run to main
PASS -> UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=off: set breakpoint always-inserted off
new FAIL: gdb.base/dprintf-detach.exp: bai=off ds=call dd=on: can't run to main
PASS -> UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=on: set breakpoint always-inserted off
new FAIL: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=off: can't run to main
PASS -> UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=off: set breakpoint always-inserted off
new FAIL: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: can't run to main
PASS -> UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: set breakpoint always-inserted off
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=off: can't run to main
PASS -> UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=off: set breakpoint always-inserted on
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=on: can't run to main
PASS -> UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=on: set breakpoint always-inserted on
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=call dd=off: can't run to main
PASS -> UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=off: set breakpoint always-inserted on
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=call dd=on: can't run to main
PASS -> UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=on: set breakpoint always-inserted on
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: can't run to main
PASS -> UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: set breakpoint always-inserted on
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=on: can't run to main
PASS -> UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=on: set breakpoint always-inserted on
new UNRESOLVED: gdb.base/dprintf-next.exp: can't run to main
new UNRESOLVED: gdb.base/dprintf-next.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-non-stop.exp: can't run to main
new UNRESOLVED: gdb.base/dprintf-non-stop.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/dprintf-pending.exp: run to resolved dprintf
PASS -> UNRESOLVED: gdb.base/dprintf-pending.exp: set pending dprintf
PASS -> FAIL: gdb.base/dprintf-pending.exp: single pending dprintf info
PASS -> UNRESOLVED: gdb.base/dprintf-pending.exp: without format: missing ,FMT
PASS -> FAIL: gdb.base/dprintf-pending.exp: without symbols: run to resolved dprintf
PASS -> UNRESOLVED: gdb.base/dprintf-pending.exp: without symbols: set pending dprintf
PASS -> FAIL: gdb.base/dprintf-pending.exp: without symbols: single pending dprintf info
new UNRESOLVED: gdb.base/dprintf.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dso2dso.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/dump.exp: inaccessible memory is reported
PASS -> UNRESOLVED: gdb.base/dup-sect.exp: var1 after strip
PASS -> FAIL: gdb.base/dup-sect.exp: var2 after strip
new UNRESOLVED: 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 UNRESOLVED: gdb.base/duplicate-bp.exp: del_1_stop_2: delete all breakpoints in delete_breakpoints
new UNRESOLVED: 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 UNRESOLVED: gdb.base/duplicate-bp.exp: del_2_stop_1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: 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
new UNRESOLVED: gdb.base/duplicate-bp.exp: dis_1_del_2_stop_3: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: 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
new UNRESOLVED: gdb.base/duplicate-bp.exp: dis_1_del_3_stop_1: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: 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
new UNRESOLVED: gdb.base/duplicate-bp.exp: dis_2_del_1_stop_3: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: 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
new UNRESOLVED: gdb.base/duplicate-bp.exp: dis_2_del_3_stop_1: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: 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
new UNRESOLVED: gdb.base/duplicate-bp.exp: dis_3_del_1_stop_2: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: 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
new UNRESOLVED: gdb.base/duplicate-bp.exp: dis_3_del_2_stop_1: delete all breakpoints in delete_breakpoints
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/echo.exp: echo test
PASS -> FAIL: gdb.base/empty_exe.exp: file ''
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 & 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 UNRESOLVED: gdb.base/ena-dis-br.exp: delete all breakpoints in delete_breakpoints
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 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
PASS -> FAIL: gdb.base/ena-dis-br.exp: info break marker1
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: rerun to main
PASS -> FAIL: gdb.base/ena-dis-br.exp: step after continue with ignore count
PASS -> UNRESOLVED: gdb.base/endian.exp: default target endianness
PASS -> FAIL: gdb.base/ending-run.exp: Cleared 2 by line
PASS -> UNRESOLVED: 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 -> UNRESOLVED: 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 -> UNRESOLVED: 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 UNRESOLVED: gdb.base/enum_cond.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.base/enumval.exp: print e
PASS -> FAIL: gdb.base/enumval.exp: print f
new UNRESOLVED: gdb.base/eu-strip-infcall.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/eval-avoid-side-effects.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/eval-skip.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/eval.exp: initialize $a.
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/exe-lock.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/exec-invalid-sysroot.exp: couldn't run exec-invalid-sysroot
PASS -> UNRESOLVED: gdb.base/exec-invalid-sysroot.exp: set sysroot /a/path/that/does/not/exist
new UNRESOLVED: gdb.base/execl-update-breakpoints.exp: couldn't run to main
new UNRESOLVED: gdb.base/execl-update-breakpoints.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.base/execution-termios.exp: next: can't run to main
new UNRESOLVED: gdb.base/execution-termios.exp: next: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/exitsignal.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/expand-psymtabs.exp: expand psymtabs
new UNRESOLVED: gdb.base/exprs.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/filesym.exp: show editing
new UNRESOLVED: gdb.base/find-unmapped.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/find.exp: set *
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/finish.exp: couldn't run to main
new UNRESOLVED: gdb.base/finish.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/fixsection.exp: can't run to main
new UNRESOLVED: gdb.base/fixsection.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/float.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/float128.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/floatn.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/foll-exec-mode.exp: couldn't run foll-exec-mode
new UNRESOLVED: gdb.base/foll-exec-mode.exp: delete all breakpoints in delete_breakpoints
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: new,next,infswitch: couldn't run foll-exec-mode
new UNRESOLVED: gdb.base/foll-exec-mode.exp: new,next,infswitch: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/foll-exec-mode.exp: new,next,no_infswitch: couldn't run foll-exec-mode
new UNRESOLVED: gdb.base/foll-exec-mode.exp: new,next,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-exec-mode.exp: same,next,no_infswitch: couldn't run foll-exec-mode
new UNRESOLVED: gdb.base/foll-exec-mode.exp: same,next,no_infswitch: delete all breakpoints in delete_breakpoints
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/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
PASS -> UNRESOLVED: gdb.base/foll-fork.exp: help set follow-fork
PASS -> UNRESOLVED: gdb.base/foll-fork.exp: set verbose
new UNRESOLVED: gdb.base/foll-vfork.exp: check vfork support: 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 parent follow, through step: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/foll-vfork.exp: exec: vfork parent follow, to bp: 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: exit: vfork child follow, finish after tcatch vfork: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/foll-vfork.exp: exit: vfork child follow, to exit: 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, through step: 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/foll-vfork.exp: exit: vfork relations in info inferiors: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=off: follow_fork_mode=child: detach_on_fork=off: run
PASS -> UNRESOLVED: gdb.base/fork-print-inferior-events.exp: print_inferior_events=off: follow_fork_mode=child: detach_on_fork=off: set print inferior-events off
PASS -> FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=off: follow_fork_mode=child: detach_on_fork=on: run
PASS -> UNRESOLVED: gdb.base/fork-print-inferior-events.exp: print_inferior_events=off: follow_fork_mode=child: detach_on_fork=on: set print inferior-events off
PASS -> FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=off: follow_fork_mode=parent: detach_on_fork=off: run
PASS -> UNRESOLVED: gdb.base/fork-print-inferior-events.exp: print_inferior_events=off: follow_fork_mode=parent: detach_on_fork=off: set print inferior-events off
PASS -> FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=off: follow_fork_mode=parent: detach_on_fork=on: run
PASS -> UNRESOLVED: gdb.base/fork-print-inferior-events.exp: print_inferior_events=off: follow_fork_mode=parent: detach_on_fork=on: set print inferior-events off
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-print-inferior-events.exp: print_inferior_events=on: follow_fork_mode=child: detach_on_fork=off: set print inferior-events on
PASS -> FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=on: follow_fork_mode=child: detach_on_fork=on: run
PASS -> UNRESOLVED: gdb.base/fork-print-inferior-events.exp: print_inferior_events=on: follow_fork_mode=child: detach_on_fork=on: set print inferior-events on
PASS -> FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=on: follow_fork_mode=parent: detach_on_fork=off: run
PASS -> UNRESOLVED: gdb.base/fork-print-inferior-events.exp: print_inferior_events=on: follow_fork_mode=parent: detach_on_fork=off: set print inferior-events on
PASS -> FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=on: follow_fork_mode=parent: detach_on_fork=on: run
PASS -> UNRESOLVED: gdb.base/fork-print-inferior-events.exp: print_inferior_events=on: follow_fork_mode=parent: detach_on_fork=on: set print inferior-events on
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=child: all-stop: schedule-multiple=off: can't run to main
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=child: all-stop: schedule-multiple=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=child: all-stop: schedule-multiple=on: can't run to main
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=child: all-stop: schedule-multiple=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=child: non-stop: can't run to main
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=child: non-stop: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=parent: all-stop: schedule-multiple=off: can't run to main
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=parent: all-stop: schedule-multiple=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=parent: all-stop: schedule-multiple=on: can't run to main
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=parent: all-stop: schedule-multiple=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=parent: non-stop: can't run to main
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=parent: non-stop: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=child: all-stop: schedule-multiple=off: can't run to main
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=child: all-stop: schedule-multiple=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=child: all-stop: schedule-multiple=on: can't run to main
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=child: all-stop: schedule-multiple=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=child: non-stop: can't run to main
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=child: non-stop: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=parent: all-stop: schedule-multiple=off: can't run to main
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=parent: all-stop: schedule-multiple=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=parent: all-stop: schedule-multiple=on: can't run to main
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=parent: all-stop: schedule-multiple=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=parent: non-stop: can't run to main
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=parent: non-stop: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/fortran-sym-case.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/frame-args.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/frame-selection.exp: backtrace at breakpoint
PASS -> FAIL: gdb.base/frame-selection.exp: continue to breakpoint: frame_2
new UNRESOLVED: gdb.base/frame-selection.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.base/frame-selection.exp: setting breakpoint at frame_2
new UNRESOLVED: gdb.base/frameapply.exp: can't run to setup_done
new UNRESOLVED: gdb.base/frameapply.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/freebpcmd.exp: send breakpoint commands
PASS -> UNRESOLVED: gdb.base/freebpcmd.exp: set breakpoint
PASS -> FAIL: gdb.base/fullpath-expand.exp: info source
PASS -> FAIL: gdb.base/fullpath-expand.exp: list func
PASS -> UNRESOLVED: gdb.base/fullpath-expand.exp: rbreak XXX/fullpath-expand-func.c:func
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/func-ptrs.exp: could not run to main
new UNRESOLVED: gdb.base/func-ptrs.exp: delete all breakpoints in delete_breakpoints
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 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
new UNRESOLVED: gdb.base/funcargs.exp: getting sizeof long
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 *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 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 l after run to call0a
PASS -> FAIL: gdb.base/funcargs.exp: print l after run to call2a
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 uc
PASS -> FAIL: gdb.base/funcargs.exp: print ui
PASS -> FAIL: gdb.base/funcargs.exp: print ul
PASS -> FAIL: gdb.base/funcargs.exp: print us
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 callc1a
PASS -> FAIL: gdb.base/funcargs.exp: run to callc2a
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 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
PASS -> UNRESOLVED: gdb.base/gcore-buffer-overflow.exp: set buffer exceeding arguments
new UNRESOLVED: gdb.base/gcore-relro-pie.exp: can't run to break_here
new UNRESOLVED: gdb.base/gcore-relro-pie.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gcore-relro.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gcore-tls-pie.exp: can't run to break_here
new UNRESOLVED: gdb.base/gcore-tls-pie.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/gcore-tls-pie.exp: strip
new UNRESOLVED: gdb.base/gcore.exp: couldn't run to main
new UNRESOLVED: gdb.base/gcore.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/gdb-sigterm-2.exp: expect eof
PASS -> UNRESOLVED: gdb.base/gdb-sigterm.exp: 50 SIGTERM passes
new UNRESOLVED: gdb.base/gdb-sigterm.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gdb1090.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gdb11530.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gdb11530.exp: run to main
new UNRESOLVED: gdb.base/gdb11531.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gdb11531.exp: run to main
new UNRESOLVED: gdb.base/gdb1250.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gdb1555.exp: can't run to main
new UNRESOLVED: gdb.base/gdb1555.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gdb1821.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/gdbhistsize-history.exp: histsize= 20 : show history size
PASS -> FAIL: gdb.base/gdbhistsize-history.exp: histsize=-5: show history size
PASS -> FAIL: gdb.base/gdbhistsize-history.exp: histsize=-5ab: show commands
PASS -> FAIL: gdb.base/gdbhistsize-history.exp: histsize=-5ab: show history size
PASS -> FAIL: gdb.base/gdbhistsize-history.exp: histsize=0: show commands
PASS -> FAIL: gdb.base/gdbhistsize-history.exp: histsize=0: show history size
PASS -> FAIL: gdb.base/gdbhistsize-history.exp: histsize=10zab: show history size
PASS -> FAIL: gdb.base/gdbhistsize-history.exp: histsize=20: show history size
PASS -> FAIL: gdb.base/gdbhistsize-history.exp: histsize=50: show commands
PASS -> FAIL: gdb.base/gdbhistsize-history.exp: histsize=50: show history size
PASS -> FAIL: gdb.base/gdbhistsize-history.exp: histsize=99999999999999999999999999999999999: show commands
PASS -> FAIL: gdb.base/gdbhistsize-history.exp: histsize=99999999999999999999999999999999999: show history size
PASS -> FAIL: gdb.base/gdbhistsize-history.exp: histsize=: show history size
PASS -> FAIL: gdb.base/gdbhistsize-history.exp: histsize=not_an_integer: show history size
PASS -> UNRESOLVED: gdb.base/gdbindex-stabs.exp: list stabs_function
PASS -> FAIL: gdb.base/gdbinit-history.exp: home=gdbinit-history/unlimited gdbhistsize=1000: show commands
PASS -> FAIL: gdb.base/gdbinit-history.exp: home=gdbinit-history/unlimited gdbhistsize=1000: show history size
PASS -> FAIL: gdb.base/gdbinit-history.exp: home=gdbinit-history/unlimited gdbhistsize=foo: show history size
PASS -> FAIL: gdb.base/gdbinit-history.exp: home=gdbinit-history/unlimited: show history size
PASS -> FAIL: gdb.base/gdbinit-history.exp: home=gdbinit-history/zero: show commands
PASS -> FAIL: gdb.base/gdbinit-history.exp: home=gdbinit-history/zero: show history size
PASS -> FAIL: gdb.base/gdbinit-history.exp: truncation: appending: server show commands
PASS -> FAIL: gdb.base/gdbinit-history.exp: truncation: creating: server show commands
PASS -> FAIL: gdb.base/gdbvars.exp: Set a new convenience variable to a program variable
PASS -> UNRESOLVED: gdb.base/gdbvars.exp: set print sevenbit-strings
new UNRESOLVED: gdb.base/global-var-nested-by-dso.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/gnu-debugdata.exp: have symtab
PASS -> UNRESOLVED: gdb.base/gnu-debugdata.exp: no symtab
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=0: final_debug=0: can't run to main
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=0: final_debug=0: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=0: final_debug=0: set-break: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=0: final_debug=1: can't run to main
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=0: final_debug=1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=0: final_debug=1: set-break: can't run to main
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=0: final_debug=1: set-break: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=1: final_debug=0: can't run to main
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=1: final_debug=0: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=1: final_debug=0: set-break: can't run to main
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=1: final_debug=0: set-break: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=1: final_debug=1: can't run to main
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=1: final_debug=1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=1: final_debug=1: set-break: can't run to main
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=1: final_debug=1: set-break: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=0: final_debug=0: can't run to main
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=0: final_debug=0: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=0: final_debug=0: set-break: can't run to main
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=0: final_debug=0: set-break: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=0: final_debug=1: can't run to main
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=0: final_debug=1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=0: final_debug=1: set-break: can't run to main
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=0: final_debug=1: set-break: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=1: final_debug=0: can't run to main
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=1: final_debug=0: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=1: final_debug=0: set-break: can't run to main
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=1: final_debug=0: set-break: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=1: final_debug=1: can't run to main
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=1: final_debug=1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=1: final_debug=1: set-break: can't run to main
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=1: final_debug=1: set-break: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gnu-ifunc.exp: static: setting breakpoint at gnu_ifunc
new FAIL: gdb.base/gnu-ifunc.exp: static: setting breakpoint at main
PASS -> FAIL: gdb.base/gnu-ifunc.exp: static: static gnu_ifunc
new UNRESOLVED: gdb.base/gnu_vector.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gnu_vector.exp: runto main
PASS -> UNRESOLVED: gdb.base/hashline1.exp: set breakpoint
PASS -> UNRESOLVED: gdb.base/hashline2.exp: set breakpoint
PASS -> UNRESOLVED: gdb.base/hashline3.exp: set breakpoint
new UNRESOLVED: gdb.base/hbreak-in-shr-unsupported.exp: can't run to main
new UNRESOLVED: gdb.base/hbreak-in-shr-unsupported.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/hbreak-unmapped.exp: can't run to main
new UNRESOLVED: gdb.base/hbreak-unmapped.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/hbreak.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/hbreak.exp: hbreak.exp
PASS -> FAIL: gdb.base/hbreak2.exp: backtrace from factorial
PASS -> FAIL: gdb.base/hbreak2.exp: backtrace while in called function
new UNRESOLVED: 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
new UNRESOLVED: gdb.base/hbreak2.exp: delete all breakpoints in delete_breakpoints
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
PASS -> FAIL: gdb.base/help.exp: disable pagination
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.base/hook-stop.exp: hook-stop runs next: can't run to main
new UNRESOLVED: gdb.base/hook-stop.exp: hook-stop runs next: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/huge.exp: couldn't run to main
new UNRESOLVED: gdb.base/huge.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/included.exp: list integer
PASS -> FAIL: gdb.base/included.exp: ptype integer
PASS -> UNRESOLVED: gdb.base/included.exp: set listsize 1
PASS -> UNRESOLVED: gdb.base/index-cache.exp: test_basic_stuff: index-cache is disabled by default
PASS -> FAIL: gdb.base/index-cache.exp: test_cache_disabled: check index-cache stats
PASS -> UNRESOLVED: gdb.base/index-cache.exp: test_cache_disabled: no files were created
PASS -> FAIL: gdb.base/index-cache.exp: test_cache_enabled_hit: check index-cache stats
PASS -> UNRESOLVED: gdb.base/index-cache.exp: test_cache_enabled_hit: no files were created
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.base/infcall-exec.exp: could not run to main
new UNRESOLVED: gdb.base/infcall-exec.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/infcall-input.exp: couldn't run to main
new UNRESOLVED: gdb.base/infcall-input.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/infcall-nested-structs.exp: types-tc-td: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tc-td: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tc-tf: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tc-tf: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tc-tld: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tc-tld: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tc: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tc: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-td-tc: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-td-tc: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-td-td: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-td-td: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-td-tf: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-td-tf: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-td-ti: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-td-ti: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-td-tl: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-td-tl: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-td-tld: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-td-tld: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-td-tll: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-td-tll: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-td-ts: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-td-ts: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-td: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-td: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tdc: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tdc: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tf-tc: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tf-tc: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tf-td: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tf-td: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tf-tf: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tf-tf: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tf-ti: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tf-ti: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tf-tl: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tf-tl: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tf-tld: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tf-tld: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tf-tll: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tf-tll: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tf-ts: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tf-ts: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tf: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tf: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tfc: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tfc: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-ti-td: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-ti-td: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-ti-tf: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-ti-tf: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-ti-tld: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-ti-tld: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-ti: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-ti: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tl-td: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tl-td: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tl-tf: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tl-tf: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tl-tld: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tl-tld: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tl: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tl: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tld-tc: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tld-tc: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tld-td: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tld-td: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tld-tf: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tld-tf: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tld-ti: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tld-ti: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tld-tl: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tld-tl: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tld-tld: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tld-tld: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tld-tll: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tld-tll: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tld-ts: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tld-ts: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tld: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tld: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tldc: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tldc: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tll-td: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tll-td: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tll-tf: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tll-tf: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tll-tld: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tll-tld: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tll: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tll: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-ts-td: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-ts-td: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-ts-tf: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-ts-tf: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-ts-tld: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-ts-tld: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-ts: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-ts: set print sevenbit-strings
new UNRESOLVED: gdb.base/infnan.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/infnan.exp: print a
PASS -> FAIL: gdb.base/infnan.exp: print b
new UNRESOLVED: gdb.base/info-fun.exp: NO: can't run to main
new UNRESOLVED: gdb.base/info-fun.exp: NO: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/info-macros.exp: could not run to main
new UNRESOLVED: gdb.base/info-macros.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/info-os.exp: cannot run to main
new UNRESOLVED: gdb.base/info-os.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/info-proc.exp: help info proc
new UNRESOLVED: gdb.base/info-program.exp: can't run to main
new UNRESOLVED: gdb.base/info-program.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/info-shared.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/info-target.exp: info target
PASS -> UNRESOLVED: gdb.base/infoline.exp: info line infoline.c:18
PASS -> FAIL: gdb.base/interact.exp: set interactive-mode auto
PASS -> UNRESOLVED: gdb.base/interp.exp: interpreter-exec mi "-var-update *"
new FAIL: gdb.base/interrupt-daemon.exp: can't run to daemon_main function
PASS -> UNRESOLVED: gdb.base/interrupt-daemon.exp: set follow-fork-mode child
new FAIL: gdb.base/interrupt-noterm.exp: can't run to main
PASS -> UNRESOLVED: gdb.base/interrupt-noterm.exp: set interactive-mode off
PASS -> UNRESOLVED: gdb.base/interrupt.exp: set interrupt character in interrupt.exp
PASS -> FAIL: gdb.base/jit-attach-pie.exp: attach
PASS -> 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
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.base/jit-simple.exp: shared: same addr: initial run: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.base/jit-simple.exp: standalone: change addr: initial run: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.base/jit-simple.exp: standalone: same addr: initial run: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.base/jit-so.exp: one_jit_test-1: can't run to main
new UNRESOLVED: gdb.base/jit-so.exp: one_jit_test-1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/jit-so.exp: one_jit_test-2: can't run to main
new UNRESOLVED: gdb.base/jit-so.exp: one_jit_test-2: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/jit.exp: PIE: one_jit_test-1: can't run to main
new UNRESOLVED: gdb.base/jit.exp: PIE: one_jit_test-1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/jit.exp: attach: one_jit_test-2: can't run to main
new UNRESOLVED: gdb.base/jit.exp: attach: one_jit_test-2: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/jit.exp: one_jit_test-1: can't run to main
new UNRESOLVED: gdb.base/jit.exp: one_jit_test-1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/jit.exp: one_jit_test-2: can't run to main
new UNRESOLVED: gdb.base/jit.exp: one_jit_test-2: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/jump.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/kill-after-signal.exp: handle SIGUSR1 stop print pass
PASS -> UNRESOLVED: gdb.base/kill-detach-inferiors-cmd.exp: add inferior 2
PASS -> FAIL: gdb.base/kill-detach-inferiors-cmd.exp: attach to pid
new UNRESOLVED: gdb.base/kill-detach-inferiors-cmd.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.base/killed-outside.exp: continue: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/killed-outside.exp: info threads: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/killed-outside.exp: registers: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/killed-outside.exp: stepi: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/label.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/label.exp: label tests suppressed
PASS -> UNRESOLVED: gdb.base/langs.exp: break on nonexistent function in langs.exp
new UNRESOLVED: gdb.base/langs.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/large-frame.exp: optimize=-O0: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/large-frame.exp: optimize=-O0: runto main
new UNRESOLVED: gdb.base/large-frame.exp: optimize=-O1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/large-frame.exp: optimize=-O1: runto main
new UNRESOLVED: gdb.base/large-frame.exp: optimize=-O2: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/large-frame.exp: optimize=-O2: runto main
new UNRESOLVED: gdb.base/ldbl_e308.exp: could not run to main
new UNRESOLVED: gdb.base/ldbl_e308.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/line-symtabs.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/lineinc.exp: tolerate macro info with multiple #inclusions per line
PASS -> FAIL: gdb.base/linespecs.exp: list c:/foo/bar/baz.c
PASS -> UNRESOLVED: 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
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
PASS -> UNRESOLVED: gdb.base/list-ambiguous.exp: set listsize 10
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 -> UNRESOLVED: gdb.base/list.exp: first use of "list +INVALID"
PASS -> FAIL: gdb.base/list.exp: list 'list0.c:main'
PASS -> FAIL: gdb.base/list.exp: list ,5
new UNRESOLVED: gdb.base/list.exp: list - after stop: 10, 10: can't run to main
new UNRESOLVED: gdb.base/list.exp: list - after stop: 10, 10: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/list.exp: list - after stop: 10, 1: can't run to main
new UNRESOLVED: gdb.base/list.exp: list - after stop: 10, 1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/list.exp: list - after stop: 10, 2: can't run to main
new UNRESOLVED: gdb.base/list.exp: list - after stop: 10, 2: delete all breakpoints in delete_breakpoints
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 -> 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 UNRESOLVED: gdb.base/list.exp: list after stop: 1, 10: can't run to main
new UNRESOLVED: gdb.base/list.exp: list after stop: 1, 10: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/list.exp: list after stop: 10, 10: can't run to main
new UNRESOLVED: gdb.base/list.exp: list after stop: 10, 10: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/list.exp: list after stop: 10, 1: can't run to main
new UNRESOLVED: gdb.base/list.exp: list after stop: 10, 1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/list.exp: list after stop: 10, 2: can't run to main
new UNRESOLVED: gdb.base/list.exp: list after stop: 10, 2: delete all breakpoints in delete_breakpoints
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 -> 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: search 4321
PASS -> FAIL: gdb.base/list.exp: search 6789
PASS -> FAIL: gdb.base/list.exp: second use of "list +INVALID"
PASS -> UNRESOLVED: gdb.base/list.exp: setting listsize to 10 #7
new UNRESOLVED: gdb.base/load-command.exp: can't run to main
new UNRESOLVED: gdb.base/load-command.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/logical.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/long-inferior-output.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/long-inferior-output.exp: run to main
new UNRESOLVED: gdb.base/long_long.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/long_long.exp: run to known_types
new UNRESOLVED: gdb.base/longjmp.exp: can't run to main
new UNRESOLVED: gdb.base/longjmp.exp: delete all breakpoints in delete_breakpoints
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
PASS -> UNRESOLVED: gdb.base/macscp.exp: list main for support check
new FAIL: gdb.base/macscp.exp: macro tests suppressed: couldn't run to main
new FAIL: gdb.base/macscp.exp: test macro information
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 msymbols
PASS -> FAIL: gdb.base/maint.exp: maint print symbols
PASS -> FAIL: gdb.base/maint.exp: maint print type
PASS -> UNRESOLVED: gdb.base/maint.exp: set height 0
new UNRESOLVED: gdb.base/max-value-size.exp: can't run to main
new UNRESOLVED: gdb.base/max-value-size.exp: delete all breakpoints in delete_breakpoints
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
new UNRESOLVED: gdb.base/memattr.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: 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 UNRESOLVED: gdb.base/mips_pro.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/miscexprs.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/morestack.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/moribund-step.exp: set non-stop on
new UNRESOLVED: gdb.base/multi-forks.exp: delete all breakpoints in delete_breakpoints
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 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 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 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 -> UNRESOLVED: gdb.base/multi-forks.exp: set follow-fork child
new UNRESOLVED: gdb.base/multi-forks.exp: setting breakpoint at 40
new UNRESOLVED: gdb.base/nested-addr.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/nested-subp1.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/nested-subp2.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/nested-subp3.exp: delete all breakpoints in delete_breakpoints
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: initial prompt on extra console
new UNRESOLVED: gdb.base/new-ui-echo.exp: extra console as driver: new-ui
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: print on extra console echoes
PASS -> FAIL: gdb.base/new-ui-echo.exp: extra console as driver: print on main console echoes
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 -> 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: initial prompt on extra console
new UNRESOLVED: gdb.base/new-ui-echo.exp: main console as driver: new-ui
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 -> 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
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 FAIL: gdb.base/new-ui.exp: do_test_invalid_args: could not run to main
PASS -> UNRESOLVED: gdb.base/new-ui.exp: do_test_invalid_args: new-ui with bad terminal path
new UNRESOLVED: gdb.base/nextoverexit.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/nodebug.exp: inner: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/nofield.exp: ptype struct empty
PASS -> UNRESOLVED: gdb.base/nofield.exp: ptype struct not_empty
PASS -> FAIL: gdb.base/nofield.exp: ptype union empty_union
new UNRESOLVED: gdb.base/noreturn-finish.exp: could not run to main
new UNRESOLVED: gdb.base/noreturn-finish.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/noreturn-return.exp: could not run to main
new UNRESOLVED: gdb.base/noreturn-return.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/nostdlib.exp: continue to marker
new FAIL: gdb.base/nostdlib.exp: setting breakpoint at *_start
new UNRESOLVED: gdb.base/nostdlib.exp: setting breakpoint at *marker
PASS -> FAIL: gdb.base/nostdlib.exp: stop at run
PASS -> UNRESOLVED: gdb.base/offsets.exp: print &big_struct test
new FAIL: gdb.base/offsets.exp: print &big_struct.second test
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 -> UNRESOLVED: gdb.base/opaque.exp: whatis on opaque struct pointer
PASS -> UNRESOLVED: gdb.base/osabi.exp: set debug arch 1
PASS -> FAIL: gdb.base/osabi.exp: set osabi none
PASS -> FAIL: gdb.base/page.exp: set pagination off
new UNRESOLVED: gdb.base/paginate-after-ctrl-c-running.exp: ctrlc target running: can't run to main
new UNRESOLVED: gdb.base/paginate-after-ctrl-c-running.exp: ctrlc target running: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/paginate-bg-execution.exp: cancel with ctrl-c: can't run to main
new UNRESOLVED: gdb.base/paginate-bg-execution.exp: cancel with ctrl-c: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/paginate-bg-execution.exp: cancel with quit: can't run to main
new UNRESOLVED: gdb.base/paginate-bg-execution.exp: cancel with quit: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/paginate-bg-execution.exp: paginate: can't run to main
new UNRESOLVED: gdb.base/paginate-bg-execution.exp: paginate: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/paginate-inferior-exit.exp: paginate: can't run to main
new UNRESOLVED: gdb.base/paginate-inferior-exit.exp: paginate: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/pc-fp.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/pending.exp: breakpoint function
PASS -> FAIL: gdb.base/pending.exp: complete condition
PASS -> FAIL: gdb.base/pending.exp: condition 1 k == 1
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: disable 1
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: rerun to main
PASS -> FAIL: gdb.base/pending.exp: running to main
PASS -> UNRESOLVED: gdb.base/pending.exp: set pending breakpoint
new FAIL: gdb.base/pending.exp: setting breakpoint at main
PASS -> FAIL: gdb.base/pending.exp: single pending breakpoint info
PASS -> FAIL: gdb.base/pending.exp: verify pending breakpoint after restart
PASS -> UNRESOLVED: gdb.base/permissions.exp: show may-write-registers
PASS -> UNRESOLVED: gdb.base/pie-execl.exp: set args OBJDIR/gdb.base/pie-execl2
new UNRESOLVED: 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 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_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 UNRESOLVED: gdb.base/pie-fork.exp: test_detach_on_fork_follow_parent: delete all breakpoints in delete_breakpoints
new UNRESOLVED: 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 UNRESOLVED: gdb.base/pie-fork.exp: test_no_detach_on_fork: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/pointers.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/pr10179.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/pr10179.exp: pr10179
new UNRESOLVED: gdb.base/pr11022.exp: can't run to main
new UNRESOLVED: gdb.base/pr11022.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/print-file-var.exp: could not run to main
new UNRESOLVED: gdb.base/print-file-var.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/print-symbol-loading.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/printcmds.exp: can't run to main
PASS -> UNRESOLVED: gdb.base/prologue-include.exp: breakpoint main
new UNRESOLVED: gdb.base/prologue.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/psymtab.exp: Don't search past end of psymtab.
PASS -> UNRESOLVED: gdb.base/psymtab.exp: psymtab pending setup
new UNRESOLVED: gdb.base/ptr-typedef.exp: couldn't run to marker1
new UNRESOLVED: gdb.base/ptr-typedef.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/ptr-typedef.exp: print foo_ptr
PASS -> FAIL: gdb.base/ptr-typedef.exp: print foz_ptr
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 #2
PASS -> UNRESOLVED: gdb.base/ptype.exp: ptype unnamed enumeration member
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 -> 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 UNRESOLVED: gdb.base/quit-live.exp: appear_how=run: extra_inferior=0: quit_how=quit: can't run to main
new UNRESOLVED: gdb.base/quit-live.exp: appear_how=run: extra_inferior=0: quit_how=quit: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/quit-live.exp: appear_how=run: extra_inferior=0: quit_how=sighup: can't run to main
new UNRESOLVED: gdb.base/quit-live.exp: appear_how=run: extra_inferior=0: quit_how=sighup: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/quit-live.exp: appear_how=run: extra_inferior=0: quit_how=sigterm: can't run to main
new UNRESOLVED: gdb.base/quit-live.exp: appear_how=run: extra_inferior=0: quit_how=sigterm: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/quit-live.exp: appear_how=run: extra_inferior=1: quit_how=quit: can't run to main
new UNRESOLVED: gdb.base/quit-live.exp: appear_how=run: extra_inferior=1: quit_how=quit: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/quit-live.exp: appear_how=run: extra_inferior=1: quit_how=sighup: can't run to main
new UNRESOLVED: gdb.base/quit-live.exp: appear_how=run: extra_inferior=1: quit_how=sighup: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/quit-live.exp: appear_how=run: extra_inferior=1: quit_how=sigterm: can't run to main
new UNRESOLVED: gdb.base/quit-live.exp: appear_how=run: extra_inferior=1: quit_how=sigterm: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/quit.exp: quit with syntax error
PASS -> FAIL: gdb.base/radix.exp: initialize radix, input radix 2
new UNRESOLVED: gdb.base/random-signal.exp: run: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/randomize.exp: set disable-randomization off
PASS -> FAIL: gdb.base/randomize.exp: show disable-randomization off
new UNRESOLVED: gdb.base/range-stepping.exp: can't run to main
new UNRESOLVED: gdb.base/range-stepping.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.base/readline-ask.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/readnever.exp: delete all breakpoints in delete_breakpoints
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
PASS -> UNRESOLVED: gdb.base/realname-expand.exp: set basenames-may-differ on
new UNRESOLVED: gdb.base/recpar.exp: could not run to main
new UNRESOLVED: gdb.base/recpar.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/recurse.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/reggroups.exp: can't run to main
new UNRESOLVED: gdb.base/reggroups.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/relational.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/relativedebug.exp: continue
new UNRESOLVED: gdb.base/relativedebug.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/relocate.exp: add-symbol-file bare -s
PASS -> FAIL: gdb.base/relocate.exp: add-symbol-file relocate.o $offset
PASS -> UNRESOLVED: gdb.base/relocate.exp: add-symbol-file: unknown option -raednow
PASS -> FAIL: gdb.base/relocate.exp: get address of function_foo
PASS -> FAIL: gdb.base/relocate.exp: get address of static_foo
PASS -> UNRESOLVED: gdb.base/relocate.exp: set $offset = 0x10000
PASS -> UNRESOLVED: gdb.base/relocate.exp: symbol-file with -- and -readnow
PASS -> UNRESOLVED: gdb.base/relocate.exp: symbol-file with -readnow second
PASS -> UNRESOLVED: gdb.base/relocate.exp: symbol-file with offset
new FAIL: gdb.base/remote.exp: cannot run to main
PASS -> UNRESOLVED: gdb.base/remote.exp: timed download `remote' - limit, 398 - set packet size
PASS -> FAIL: gdb.base/remotetimeout.exp: correct remotetimeout printed
PASS -> UNRESOLVED: gdb.base/reread.exp: opts= "" "" : breakpoint foo in first file
PASS -> FAIL: gdb.base/reread.exp: opts= "" "" : continue until exit at second pass
PASS -> FAIL: gdb.base/reread.exp: opts= "" "" : run to foo
PASS -> UNRESOLVED: gdb.base/reread.exp: opts= "" "" : second pass: breakpoint foo in first file
PASS -> FAIL: gdb.base/reread.exp: opts= "" "" : second pass: run to foo
PASS -> UNRESOLVED: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : breakpoint foo in first file
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 -> 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/restore.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/return-nodebug.exp: double: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/return-nodebug.exp: float: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/return-nodebug.exp: int: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/return-nodebug.exp: long-long: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/return-nodebug.exp: long: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/return-nodebug.exp: short: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/return-nodebug.exp: signed-char: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/return.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/return2.exp: couldn't run to main
new UNRESOLVED: gdb.base/return2.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.base/save-bp.exp: could not run to main
new UNRESOLVED: gdb.base/save-bp.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/savedregs.exp: Check dummy info frame; stack contains callee caller dummy catcher sigtramp thrower main
PASS -> FAIL: gdb.base/savedregs.exp: Check main info frame; stack contains catcher sigtramp thrower main
PASS -> FAIL: gdb.base/savedregs.exp: Check sigtramp info frame; stack contains caller dummy catcher sigtramp thrower main
PASS -> FAIL: gdb.base/savedregs.exp: advance callee
PASS -> FAIL: gdb.base/savedregs.exp: advance catcher
PASS -> UNRESOLVED: gdb.base/savedregs.exp: advance thrower
PASS -> FAIL: gdb.base/savedregs.exp: break caller
new UNRESOLVED: gdb.base/savedregs.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/savedregs.exp: get caller info frame
PASS -> FAIL: gdb.base/savedregs.exp: get catcher info frame
PASS -> FAIL: gdb.base/savedregs.exp: get dummy info frame
PASS -> FAIL: gdb.base/savedregs.exp: get main info frame
PASS -> FAIL: gdb.base/savedregs.exp: get sigtramp info frame
PASS -> FAIL: gdb.base/savedregs.exp: get thrower info frame
PASS -> UNRESOLVED: gdb.base/sep.exp: breakpoint inside included file
PASS -> UNRESOLVED: gdb.base/sep.exp: list using location inside included file
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 UNRESOLVED: 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
PASS -> UNRESOLVED: gdb.base/sepsymtab.exp: info sym main
PASS -> UNRESOLVED: gdb.base/server-del-break.exp: break main
PASS -> UNRESOLVED: gdb.base/set-cwd.exp: test_cd_into_dir: pwd before run
new UNRESOLVED: gdb.base/set-cwd.exp: test_cwd_reset: GDB cwd
PASS -> UNRESOLVED: gdb.base/set-cwd.exp: test_tilde_expansion: set inferior cwd to ~/ dir
PASS -> UNRESOLVED: gdb.base/set-inferior-tty.exp: command=tty: set inferior-tty to hello
PASS -> FAIL: gdb.base/set-inferior-tty.exp: command=tty: show inferior-tty shows hello
PASS -> UNRESOLVED: gdb.base/set-lang-auto.exp: show lang after loading binary
new UNRESOLVED: gdb.base/set-noassign.exp: can't run to main
new UNRESOLVED: gdb.base/set-noassign.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/setshow.exp: annotation_level 0
PASS -> FAIL: gdb.base/setshow.exp: annotation_level 1
PASS -> FAIL: gdb.base/setshow.exp: annotation_level 2
PASS -> UNRESOLVED: gdb.base/setshow.exp: default annotation_level is zero
new UNRESOLVED: gdb.base/setshow.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/setshow.exp: passing args
PASS -> UNRESOLVED: gdb.base/setvar.exp: set print sevenbit-strings
PASS -> FAIL: gdb.base/share-env-with-gdbserver.exp: empty var: print result of getenv for GDB_TEST_VAR
PASS -> UNRESOLVED: gdb.base/share-env-with-gdbserver.exp: empty var: set GDB_TEST_VAR to null value
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 -> UNRESOLVED: gdb.base/share-env-with-gdbserver.exp: strange named var: set 'asd =' = 123 43; asd b ### [];;;
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 -> UNRESOLVED: gdb.base/share-env-with-gdbserver.exp: test set/unset of vars: set 3 environment variables: set A to 1
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 -> UNRESOLVED: gdb.base/share-env-with-gdbserver.exp: test unset of vars: check if unset works
new UNRESOLVED: gdb.base/share-env-with-gdbserver.exp: test unset of vars: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/shell.exp: shell echo foo
PASS -> FAIL: gdb.base/shlib-call.exp: breakpoint function shr2
PASS -> FAIL: gdb.base/shlib-call.exp: continue until exit
PASS -> UNRESOLVED: 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 -> UNRESOLVED: 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 -> UNRESOLVED: gdb.base/shlib-call.exp: set print sevenbit-strings
PASS -> FAIL: gdb.base/shlib-call.exp: step into mainshr1
PASS -> FAIL: gdb.base/shlib-call.exp: step out of shr2 to main
new UNRESOLVED: gdb.base/shreloc.exp: can't run to main
new UNRESOLVED: gdb.base/shreloc.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.base/sigall.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.base/sigall.exp: handle SIGABRT stop print
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
PASS -> FAIL: gdb.base/sigaltstack.exp: backtrace
PASS -> FAIL: gdb.base/sigaltstack.exp: break catcher if level == INNER
PASS -> FAIL: gdb.base/sigaltstack.exp: continue to catch
PASS -> FAIL: gdb.base/sigaltstack.exp: finish from catch INNER
PASS -> FAIL: gdb.base/sigaltstack.exp: finish from catch LEAF
PASS -> FAIL: gdb.base/sigaltstack.exp: finish to MAIN
PASS -> FAIL: gdb.base/sigaltstack.exp: finish to OUTER
PASS -> FAIL: gdb.base/sigaltstack.exp: finish to catch INNER
PASS -> FAIL: gdb.base/sigaltstack.exp: finish to catch MAIN
PASS -> FAIL: gdb.base/sigaltstack.exp: finish to throw INNER
PASS -> UNRESOLVED: gdb.base/sigaltstack.exp: handle SIGALRM print pass nostop
PASS -> UNRESOLVED: gdb.base/sigbpt.exp: break keeper
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp after segv; clear breakpoint 0 of 2
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp after segv; clear breakpoint 1 of 2
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp after segv; continue to breakpoint at fault
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp after segv; continue to keeper
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp after segv; set breakpoint 0  of 2
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp after segv; set breakpoint 1  of 2
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp after segv; stepi fault
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; clear breakpoint 0 of 3
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; clear breakpoint 1 of 3
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; clear breakpoint 2 of 3
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; continue to breakpoint at fault
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; continue to keeper
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; set breakpoint 0  of 3
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; set breakpoint 1  of 3
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; set breakpoint 2  of 3
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; stepi fault
PASS -> FAIL: gdb.base/sigbpt.exp: cont; clear breakpoint 0 of 1
PASS -> FAIL: gdb.base/sigbpt.exp: cont; continue to breakpoint at fault
PASS -> FAIL: gdb.base/sigbpt.exp: cont; continue to keeper
PASS -> FAIL: gdb.base/sigbpt.exp: cont; set breakpoint 0  of 1
PASS -> FAIL: gdb.base/sigbpt.exp: cont; stepi fault
new UNRESOLVED: gdb.base/sigbpt.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/sigbpt.exp: get insn after fault
PASS -> FAIL: gdb.base/sigbpt.exp: rerun to main
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp at segv; clear breakpoint 0 of 1
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp at segv; continue to keeper
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp at segv; set breakpoint 0 of 1
KFAIL -> FAIL: gdb.base/sigbpt.exp: stepi bp at segv; stepi out of handler
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; clear breakpoint 0 of 2
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; clear breakpoint 1 of 2
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; continue to keeper
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; set breakpoint 0 of 2
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; set breakpoint 1 of 2
KFAIL -> FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; stepi out of handler
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before segv; clear breakpoint 0 of 1
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before segv; continue to keeper
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before segv; set breakpoint 0 of 1
KFAIL -> FAIL: gdb.base/sigbpt.exp: stepi bp before segv; stepi out of handler
PASS -> FAIL: gdb.base/sigbpt.exp: stepi; continue to keeper
KFAIL -> FAIL: gdb.base/sigbpt.exp: stepi; stepi out of handler
PASS -> FAIL: gdb.base/sigbpt.exp: stepping to fault
PASS -> FAIL: gdb.base/sigbpt.exp: verify that SIGSEGV occurs at the last STEPI insn
PASS -> FAIL: gdb.base/sigchld.exp: SIGCHLD blocked in inferior
new UNRESOLVED: gdb.base/sigchld.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/sigchld.exp: set breakpoint at failure exit
PASS -> UNRESOLVED: gdb.base/sigchld.exp: set breakpoint at success exit
PASS -> FAIL: gdb.base/siginfo-addr.exp: continue to signal
PASS -> FAIL: gdb.base/siginfo-addr.exp: correct si_addr
PASS -> UNRESOLVED: gdb.base/siginfo-addr.exp: display/i $pc
new FAIL: gdb.base/siginfo-addr.exp: setting breakpoint at pass
new UNRESOLVED: gdb.base/siginfo-infcall.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/siginfo-obj.exp: continue to handler
PASS -> UNRESOLVED: gdb.base/siginfo-obj.exp: continue to signal
new UNRESOLVED: gdb.base/siginfo-obj.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_addr
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_code
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_errno
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_signo
PASS -> FAIL: gdb.base/siginfo-obj.exp: p ssi_addr
PASS -> FAIL: gdb.base/siginfo-obj.exp: save a core file
PASS -> FAIL: gdb.base/siginfo-thread.exp: continue to handler
PASS -> UNRESOLVED: gdb.base/siginfo-thread.exp: continue to signal
new UNRESOLVED: gdb.base/siginfo-thread.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/siginfo-thread.exp: extract si_addr
PASS -> FAIL: gdb.base/siginfo-thread.exp: extract si_code
PASS -> FAIL: gdb.base/siginfo-thread.exp: extract si_errno
PASS -> FAIL: gdb.base/siginfo-thread.exp: extract si_signo
PASS -> FAIL: gdb.base/siginfo-thread.exp: p ssi_addr
PASS -> FAIL: gdb.base/siginfo-thread.exp: save a core file
PASS -> FAIL: gdb.base/siginfo.exp: backtrace for nexti
PASS -> FAIL: gdb.base/siginfo.exp: break handler
PASS -> FAIL: gdb.base/siginfo.exp: continue to stepi handler
PASS -> UNRESOLVED: gdb.base/siginfo.exp: display/i $pc
PASS -> FAIL: gdb.base/siginfo.exp: step out of handler
new UNRESOLVED: gdb.base/signals-state-child.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/signals-state-child.exp: failed to compile
new UNRESOLVED: gdb.base/signals.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/signals.exp: handle all print
new UNRESOLVED: gdb.base/signest.exp: could not run to main
new UNRESOLVED: gdb.base/signest.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/signull.exp: break bowler
PASS -> FAIL: gdb.base/signull.exp: break keeper
PASS -> FAIL: gdb.base/signull.exp: code; backtrace from SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: code; backtrace from keeper through SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: code; continue to the keeper
PASS -> FAIL: gdb.base/signull.exp: code; select the pointer type
PASS -> FAIL: gdb.base/signull.exp: code; start with the bowler
PASS -> FAIL: gdb.base/signull.exp: code; take the SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: data read; backtrace from SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: data read; backtrace from keeper through SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: data read; continue to the keeper
PASS -> FAIL: gdb.base/signull.exp: data read; select the pointer type
PASS -> FAIL: gdb.base/signull.exp: data read; start with the bowler
PASS -> FAIL: gdb.base/signull.exp: data read; take the SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: data write; backtrace from SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: data write; backtrace from keeper through SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: data write; continue to the keeper
PASS -> FAIL: gdb.base/signull.exp: data write; select the pointer type
PASS -> FAIL: gdb.base/signull.exp: data write; start with the bowler
PASS -> FAIL: gdb.base/signull.exp: data write; take the SIGSEGV
new UNRESOLVED: gdb.base/signull.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/signull.exp: probe function pointer
PASS -> FAIL: gdb.base/signull.exp: rerun to main
PASS -> UNRESOLVED: gdb.base/signull.exp: set for function pointer probe
PASS -> UNRESOLVED: gdb.base/sigrepeat.exp: advance to infinite loop
new UNRESOLVED: gdb.base/sigrepeat.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/sigrepeat.exp: next
PASS -> UNRESOLVED: gdb.base/sigstep.exp: continue over handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: continue to handler entry: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, nothing in handler, continue from handler: continue to handler
PASS -> UNRESOLVED: gdb.base/sigstep.exp: continue to handler, nothing in handler, continue from handler: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, nothing in handler, next from handler: continue to handler
PASS -> UNRESOLVED: gdb.base/sigstep.exp: continue to handler, nothing in handler, next from handler: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, nothing in handler, step from handler: continue to handler
PASS -> UNRESOLVED: gdb.base/sigstep.exp: continue to handler, nothing in handler, step from handler: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, si+advance in handler, continue from handler: continue to handler
PASS -> UNRESOLVED: gdb.base/sigstep.exp: continue to handler, si+advance in handler, continue from handler: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, si+advance in handler, next from handler: continue to handler
PASS -> UNRESOLVED: gdb.base/sigstep.exp: continue to handler, si+advance in handler, next from handler: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, si+advance in handler, step from handler: continue to handler
PASS -> UNRESOLVED: gdb.base/sigstep.exp: continue to handler, si+advance in handler, step from handler: display/i $pc
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: break handler
PASS -> UNRESOLVED: gdb.base/sigstep.exp: continue to handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler, with sw-watchpoint, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler, with sw-watchpoint: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, to handler entry: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, to handler: continue to infinite loop
PASS -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, to handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler, with sw-watchpoint, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler, with sw-watchpoint: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: next on breakpoint, to handler entry: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, to handler: continue to infinite loop
PASS -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: next on breakpoint, to handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, with sw-watchpoint, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, with sw-watchpoint: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler, with sw-watchpoint, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler, with sw-watchpoint: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: step on breakpoint, to handler entry: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, to handler: continue to infinite loop
PASS -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: step on breakpoint, to handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, with sw-watchpoint, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, with sw-watchpoint: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, with sw-watchpoint, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, with sw-watchpoint: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, to handler entry: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, to handler: continue to infinite loop
PASS -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, to handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler, with sw-watchpoint, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler, with sw-watchpoint: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: next on breakpoint, to handler entry: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, to handler: continue to infinite loop
PASS -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: next on breakpoint, to handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, with sw-watchpoint, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, with sw-watchpoint: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler, with sw-watchpoint, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler, with sw-watchpoint: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: step on breakpoint, to handler entry: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, to handler: continue to infinite loop
PASS -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: step on breakpoint, to handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, with sw-watchpoint, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, with sw-watchpoint: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: finish from handleri: continue to handler
PASS -> UNRESOLVED: gdb.base/sigstep.exp: finish from handleri: display/i $pc
PASS -> FAIL: gdb.base/sigstep.exp: finish from handleri: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: finish from handleri: leave signal trampoline
PASS -> UNRESOLVED: gdb.base/sigstep.exp: next over handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: next to handler entry: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: next to handler, nothing in handler, continue from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: next to handler, nothing in handler, next from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: next to handler, nothing in handler, step from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: next to handler, si+advance in handler, continue from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: next to handler, si+advance in handler, next from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: next to handler, si+advance in handler, step from handler: display/i $pc
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: break handler
PASS -> UNRESOLVED: gdb.base/sigstep.exp: next to handler: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: nexti from handleri: continue to handler
PASS -> UNRESOLVED: gdb.base/sigstep.exp: nexti from handleri: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: nexti over handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: nexti to handler entry: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: nexti to handler, nothing in handler, continue from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: nexti to handler, nothing in handler, next from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: nexti to handler, nothing in handler, step from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, continue from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, next from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, step from handler: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: return from handleri: continue to handler
PASS -> UNRESOLVED: gdb.base/sigstep.exp: return from handleri: display/i $pc
PASS -> FAIL: gdb.base/sigstep.exp: return from handleri: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: return from handleri: leave signal trampoline
PASS -> UNRESOLVED: gdb.base/sigstep.exp: step over handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: step to handler entry: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: step to handler, nothing in handler, continue from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: step to handler, nothing in handler, next from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: step to handler, nothing in handler, step from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: step to handler, si+advance in handler, continue from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: step to handler, si+advance in handler, next from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: step to handler, si+advance in handler, step from handler: display/i $pc
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: break handler
PASS -> UNRESOLVED: gdb.base/sigstep.exp: step to handler: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: stepi from handleri: continue to handler
PASS -> UNRESOLVED: gdb.base/sigstep.exp: stepi from handleri: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: stepi over handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: stepi to handler entry: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: stepi to handler, nothing in handler, continue from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: stepi to handler, nothing in handler, next from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: stepi to handler, nothing in handler, step from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, continue from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, next from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, step from handler: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: validate backtrace: continue to stepi handler
PASS -> UNRESOLVED: gdb.base/sigstep.exp: validate backtrace: display/i $pc
new UNRESOLVED: gdb.base/sizeof.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/skip-solib.exp: bt
PASS -> UNRESOLVED: gdb.base/skip-solib.exp: ignoring file in solib
PASS -> UNRESOLVED: gdb.base/skip-solib.exp: ignoring function in solib
PASS -> FAIL: gdb.base/skip-solib.exp: info skip for function multiply
PASS -> FAIL: gdb.base/skip-solib.exp: info skip with pending file
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
PASS -> UNRESOLVED: gdb.base/skip.exp: skip file
new UNRESOLVED: gdb.base/so-impl-ld.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: 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 UNRESOLVED: gdb.base/solib-corrupted.exp: can't run to main
new UNRESOLVED: gdb.base/solib-corrupted.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/solib-disc.exp: can't run to main
new UNRESOLVED: gdb.base/solib-disc.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/solib-display.exp: NO: can't run to main
new UNRESOLVED: gdb.base/solib-display.exp: NO: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/solib-nodir.exp: library loaded
PASS -> UNRESOLVED: gdb.base/solib-nodir.exp: set env LD_LIBRARY_PATH=:
new UNRESOLVED: gdb.base/solib-search.exp: can't run to main
new UNRESOLVED: gdb.base/solib-search.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/solib-symbol.exp: can't run to main
PASS -> UNRESOLVED: gdb.base/solib-symbol.exp: foo2 in main
new UNRESOLVED: gdb.base/solib-vanish.exp: can't run to main
new UNRESOLVED: gdb.base/solib-vanish.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/solib-weak.exp: delete all breakpoints in delete_breakpoints
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, lib2 first
new UNRESOLVED: gdb.base/solib-weak.exp: setting breakpoint at bar
PASS -> FAIL: gdb.base/source-dir.exp: directory /nOtExStInG/a /nOtExStInG/b /nOtExStInG/c
new UNRESOLVED: gdb.base/source-execution.exp: can't run to main
new UNRESOLVED: gdb.base/source-execution.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/source.exp: script contains error
new UNRESOLVED: gdb.base/sss-bp-on-user-bp-2.exp: can't run to main
new UNRESOLVED: gdb.base/sss-bp-on-user-bp-2.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 UNRESOLVED: gdb.base/stack-checking.exp: can't run to main
new UNRESOLVED: gdb.base/stack-checking.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/stale-infcall.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/stap-probe.exp: without semaphore, not optimized: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/stap-probe.exp: without semaphore, not optimized: stap probe test failed
PASS -> UNRESOLVED: gdb.base/start.exp: start
PASS -> FAIL: gdb.base/startup-with-shell.exp: startup_with_shell = off; run_args = $TEST: inferior started
PASS -> UNRESOLVED: 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 -> UNRESOLVED: 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 -> UNRESOLVED: 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 -> UNRESOLVED: gdb.base/startup-with-shell.exp: startup_with_shell = on; run_args = *.unique-extension: set startup-with-shell on
PASS -> UNRESOLVED: gdb.base/startup-with-shell.exp: touch OUTPUT_DIR/unique-file.unique-extension
new UNRESOLVED: gdb.base/step-break.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.base/step-bt.exp: breakpoint at first instruction of hello
PASS -> FAIL: gdb.base/step-bt.exp: run to hello
new UNRESOLVED: gdb.base/step-indirect-call-thunk.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/step-indirect-call-thunk.exp: failed to run to main
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/step-over-exit.exp: can't run to main
new UNRESOLVED: gdb.base/step-over-exit.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/step-over-no-symbols.exp: displaced=auto: couldn't run to main
new UNRESOLVED: gdb.base/step-over-no-symbols.exp: displaced=auto: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/step-over-no-symbols.exp: displaced=off: couldn't run to main
new UNRESOLVED: gdb.base/step-over-no-symbols.exp: displaced=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/step-over-no-symbols.exp: displaced=on: couldn't run to main
new UNRESOLVED: gdb.base/step-over-no-symbols.exp: displaced=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/step-over-syscall.exp: clone: displaced=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/step-over-syscall.exp: clone: displaced=off: run to main
new UNRESOLVED: gdb.base/step-over-syscall.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/step-over-syscall.exp: fork: displaced=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/step-over-syscall.exp: fork: displaced=off: run to main
new UNRESOLVED: gdb.base/step-over-syscall.exp: run to main
new UNRESOLVED: gdb.base/step-over-syscall.exp: vfork: displaced=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/step-over-syscall.exp: vfork: displaced=off: run to main
new UNRESOLVED: gdb.base/step-resume-infcall.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/step-sw-breakpoint-adjust-pc.exp: non_stop=off: displaced_step=off: always_inserted=off: set non-stop off
PASS -> UNRESOLVED: gdb.base/step-sw-breakpoint-adjust-pc.exp: non_stop=off: displaced_step=off: always_inserted=on: set non-stop off
PASS -> UNRESOLVED: gdb.base/step-sw-breakpoint-adjust-pc.exp: non_stop=off: displaced_step=on: always_inserted=off: set non-stop off
PASS -> UNRESOLVED: gdb.base/step-sw-breakpoint-adjust-pc.exp: non_stop=off: displaced_step=on: always_inserted=on: set non-stop off
PASS -> UNRESOLVED: gdb.base/step-sw-breakpoint-adjust-pc.exp: non_stop=on: displaced_step=off: always_inserted=off: set non-stop on
PASS -> UNRESOLVED: gdb.base/step-sw-breakpoint-adjust-pc.exp: non_stop=on: displaced_step=off: always_inserted=on: set non-stop on
PASS -> UNRESOLVED: gdb.base/step-sw-breakpoint-adjust-pc.exp: non_stop=on: displaced_step=on: always_inserted=off: set non-stop on
PASS -> UNRESOLVED: gdb.base/step-sw-breakpoint-adjust-pc.exp: non_stop=on: displaced_step=on: always_inserted=on: set non-stop on
new UNRESOLVED: gdb.base/step-symless.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/step-test.exp: can't run to main
new UNRESOLVED: gdb.base/step-test.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/store.exp: delete all breakpoints in delete_breakpoints
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
PASS -> UNRESOLVED: gdb.base/structs.exp: set print sevenbit-strings
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
PASS -> UNRESOLVED: gdb.base/structs2.exp: set width 0
PASS -> FAIL: gdb.base/structs2.exp: structs2 breakpoint set
PASS -> FAIL: gdb.base/structs2.exp: structs2 continue1
PASS -> FAIL: gdb.base/structs2.exp: structs2 continue2
PASS -> FAIL: gdb.base/structs2.exp: structs2 sanity check
new UNRESOLVED: gdb.base/structs3.exp: could not run to main
new UNRESOLVED: gdb.base/structs3.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/subst.exp: deactivate GDB's confirmation interface
PASS -> FAIL: gdb.base/subst.exp: remove all remaining substitution rules
PASS -> FAIL: gdb.base/subst.exp: remove default substitution rules
PASS -> FAIL: gdb.base/subst.exp: show substitute-path after all remaining rules removed
PASS -> FAIL: gdb.base/subst.exp: unset substitute-path, no rule entered yet
new UNRESOLVED: gdb.base/sym-file.exp: can't run to main
new UNRESOLVED: gdb.base/sym-file.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
PASS -> UNRESOLVED: gdb.base/symbol-without-target_section.exp: add-symbol-file
new UNRESOLVED: gdb.base/symtab-search-order.exp: can't run to main
new UNRESOLVED: gdb.base/symtab-search-order.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/term.exp: can't run to break_here
PASS -> UNRESOLVED: gdb.base/term.exp: test info terminal pre-execution
new UNRESOLVED: gdb.base/testenv.exp: setting breakpoint at 42
new UNRESOLVED: gdb.base/testenv.exp: test_inherit_env_var: setting breakpoint at 42
new FAIL: gdb.base/testenv.exp: test_inherit_env_var: test1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/testenv.exp: test_set_unset_env: test1: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/trace-commands.exp: show trace-commands says off
new UNRESOLVED: gdb.base/twice.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/type-opaque.exp: can't run to main
new UNRESOLVED: gdb.base/type-opaque.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/ui-redirect.exp: commands
PASS -> FAIL: gdb.base/ui-redirect.exp: end
PASS -> FAIL: gdb.base/ui-redirect.exp: print 1
PASS -> FAIL: gdb.base/ui-redirect.exp: save breakpoints /dev/null
new UNRESOLVED: gdb.base/ui-redirect.exp: setting breakpoint at main
PASS -> FAIL: gdb.base/unload.exp: pending breakpoint info before run
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: print y from libfile
PASS -> FAIL: gdb.base/unload.exp: rerun to shared library breakpoint
PASS -> FAIL: gdb.base/unload.exp: running program
new UNRESOLVED: gdb.base/unload.exp: setting breakpoint at shrfunc1
new FAIL: gdb.base/unload.exp: setting breakpoint at shrfunc2
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 UNRESOLVED: gdb.base/until-nodebug.exp: can't run to main
new UNRESOLVED: gdb.base/until-nodebug.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/until.exp: can't run to main
new UNRESOLVED: gdb.base/until.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/unwindonsignal.exp: can't run to main
new UNRESOLVED: gdb.base/unwindonsignal.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/utf8-identifiers.exp: couldn't run to done
new UNRESOLVED: gdb.base/utf8-identifiers.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/valgrind-disp-step.exp: disconnect
PASS -> UNRESOLVED: gdb.base/valgrind-infcall.exp: disconnect
new UNRESOLVED: gdb.base/value-double-free.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/varargs.exp: set print sevenbit-strings
PASS -> FAIL: gdb.base/vdso-warning.exp: core: save a corefile
PASS -> FAIL: gdb.base/vdso-warning.exp: run: startup
PASS -> FAIL: gdb.base/vdso-warning.exp: setup: set environment LD_DEBUG=unused
new UNRESOLVED: gdb.base/vdso-warning.exp: setup: setting breakpoint at main
new UNRESOLVED: gdb.base/vla-datatypes.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/vla-optimized-out.exp: o1: can't run to f1
new UNRESOLVED: gdb.base/vla-optimized-out.exp: o1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/vla-optimized-out.exp: o3: can't run to f1
new UNRESOLVED: gdb.base/vla-optimized-out.exp: o3: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/vla-optimized-out.exp: o3_strict: can't run to f1
new UNRESOLVED: gdb.base/vla-optimized-out.exp: o3_strict: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/vla-ptr.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/vla-sideeffect.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.base/volatile.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/watch-bitfields.exp: -location watch against bitfields: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/watch-cond-infcall.exp: hw: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/watch-cond-infcall.exp: hw: run to main
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-cond.exp: can't run to main
new UNRESOLVED: gdb.base/watch-cond.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/watch-non-mem.exp: can't run to main
new UNRESOLVED: gdb.base/watch-non-mem.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/watch-read.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/watch-read.exp: 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.base/watch_thread_num.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/watch_thread_num.exp: run to main
PASS -> UNRESOLVED: gdb.base/watchpoint-cond-gone.exp: set can-use-hw-watchpoints 0
PASS -> UNRESOLVED: gdb.base/watchpoint-delete.exp: set can-use-hw-watchpoints 0
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.base/watchpoint-hw-hit-once.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/watchpoint-hw.exp: watch watchee
new UNRESOLVED: gdb.base/watchpoint-reuse-slot.exp: can't run to main
new UNRESOLVED: gdb.base/watchpoint-reuse-slot.exp: delete all breakpoints in delete_breakpoints
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
new UNRESOLVED: gdb.base/watchpoint-solib.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/watchpoint-solib.exp: rerun to main
PASS -> UNRESOLVED: gdb.base/watchpoint-solib.exp: set pending breakpoint
PASS -> FAIL: gdb.base/watchpoint-solib.exp: set watchpoint on g
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 UNRESOLVED: gdb.base/watchpoint-unaligned.exp: could not run to main
new UNRESOLVED: gdb.base/watchpoint-unaligned.exp: delete all breakpoints in delete_breakpoints
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
new UNRESOLVED: gdb.base/watchpoint.exp: delete all breakpoints in delete_breakpoints
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 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
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 UNRESOLVED: gdb.base/watchpoint.exp: no-hw: set can-use-hw-watchpoints 0
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 -> UNRESOLVED: gdb.base/watchpoint.exp: set breakpoint at marker1
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: watch $pc
PASS -> FAIL: gdb.base/watchpoint.exp: watch -location .x
PASS -> FAIL: gdb.base/watchpoint.exp: watch 7 + count
PASS -> UNRESOLVED: 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
PASS -> FAIL: gdb.base/watchpoint.exp: watchpoint `$pc' is enabled
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 UNRESOLVED: gdb.base/watchpoints.exp: before inferior start: set can-use-hw-watchpoints 0
new UNRESOLVED: gdb.base/watchpoints.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.base/wchar.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/whatis-exp.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/whatis-ptype-typedefs.exp: lang=c++: can't run to main
new UNRESOLVED: gdb.base/whatis-ptype-typedefs.exp: lang=c++: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/whatis-ptype-typedefs.exp: lang=c: can't run to main
new UNRESOLVED: gdb.base/whatis-ptype-typedefs.exp: lang=c: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/whatis.exp: print_object=off: whatis named structure using type name
PASS -> FAIL: gdb.base/whatis.exp: print_object=off: whatis named structure using type name and pointer
PASS -> FAIL: gdb.base/whatis.exp: print_object=off: whatis named structure using type name and reference
PASS -> FAIL: gdb.base/whatis.exp: print_object=on: whatis named structure using type name
PASS -> FAIL: gdb.base/whatis.exp: print_object=on: whatis named structure using type name and pointer
PASS -> FAIL: gdb.base/whatis.exp: print_object=on: whatis named structure using type name and reference
PASS -> FAIL: gdb.base/whatis.exp: whatis &
PASS -> FAIL: gdb.base/whatis.exp: whatis &v_struct1
PASS -> FAIL: gdb.base/whatis.exp: whatis &v_struct2
PASS -> FAIL: gdb.base/whatis.exp: whatis &v_struct_ptr1
PASS -> FAIL: gdb.base/whatis.exp: whatis &v_struct_ptr2
PASS -> FAIL: gdb.base/whatis.exp: whatis &v_union
PASS -> FAIL: gdb.base/whatis.exp: whatis &v_union2
PASS -> FAIL: gdb.base/whatis.exp: whatis &v_union_ptr
PASS -> FAIL: gdb.base/whatis.exp: whatis &v_union_ptr2
PASS -> FAIL: gdb.base/whatis.exp: whatis applied to variable defined by typedef
PASS -> UNRESOLVED: gdb.base/whatis.exp: whatis char
PASS -> FAIL: gdb.base/whatis.exp: whatis char array
PASS -> FAIL: gdb.base/whatis.exp: whatis char function
PASS -> FAIL: gdb.base/whatis.exp: whatis char pointer
PASS -> FAIL: gdb.base/whatis.exp: whatis complicated structure
PASS -> FAIL: gdb.base/whatis.exp: whatis complicated union
PASS -> FAIL: gdb.base/whatis.exp: whatis double
PASS -> FAIL: gdb.base/whatis.exp: whatis double array
PASS -> FAIL: gdb.base/whatis.exp: whatis double function
PASS -> FAIL: gdb.base/whatis.exp: whatis double pointer
PASS -> FAIL: gdb.base/whatis.exp: whatis enumeration
PASS -> FAIL: gdb.base/whatis.exp: whatis enumeration using type name
PASS -> FAIL: gdb.base/whatis.exp: whatis float
PASS -> FAIL: gdb.base/whatis.exp: whatis float array
PASS -> FAIL: gdb.base/whatis.exp: whatis float function
PASS -> FAIL: gdb.base/whatis.exp: whatis float pointer
PASS -> FAIL: gdb.base/whatis.exp: whatis inner structure
PASS -> FAIL: gdb.base/whatis.exp: whatis inner structure member
PASS -> FAIL: gdb.base/whatis.exp: whatis inner union
PASS -> FAIL: gdb.base/whatis.exp: whatis inner union member
PASS -> FAIL: gdb.base/whatis.exp: whatis int
PASS -> FAIL: gdb.base/whatis.exp: whatis int array
PASS -> FAIL: gdb.base/whatis.exp: whatis int function
PASS -> FAIL: gdb.base/whatis.exp: whatis int pointer
PASS -> FAIL: gdb.base/whatis.exp: whatis long
PASS -> FAIL: gdb.base/whatis.exp: whatis long array
PASS -> FAIL: gdb.base/whatis.exp: whatis long function
PASS -> FAIL: gdb.base/whatis.exp: whatis long long function
PASS -> FAIL: gdb.base/whatis.exp: whatis long long pointer
PASS -> FAIL: gdb.base/whatis.exp: whatis long pointer
PASS -> FAIL: gdb.base/whatis.exp: whatis named structure
PASS -> FAIL: gdb.base/whatis.exp: whatis named union
PASS -> FAIL: gdb.base/whatis.exp: whatis named union using type name
PASS -> FAIL: gdb.base/whatis.exp: whatis outer structure
PASS -> FAIL: gdb.base/whatis.exp: whatis outer structure member
PASS -> FAIL: gdb.base/whatis.exp: whatis short
PASS -> FAIL: gdb.base/whatis.exp: whatis short array
PASS -> FAIL: gdb.base/whatis.exp: whatis short function
PASS -> FAIL: gdb.base/whatis.exp: whatis short pointer
PASS -> FAIL: gdb.base/whatis.exp: whatis signed char
PASS -> FAIL: gdb.base/whatis.exp: whatis signed char array
PASS -> FAIL: gdb.base/whatis.exp: whatis signed char function
PASS -> FAIL: gdb.base/whatis.exp: whatis signed char pointer
PASS -> FAIL: gdb.base/whatis.exp: whatis signed int
PASS -> FAIL: gdb.base/whatis.exp: whatis signed int array
PASS -> FAIL: gdb.base/whatis.exp: whatis signed int function
PASS -> FAIL: gdb.base/whatis.exp: whatis signed int pointer
PASS -> FAIL: gdb.base/whatis.exp: whatis signed long
PASS -> FAIL: gdb.base/whatis.exp: whatis signed long array
PASS -> FAIL: gdb.base/whatis.exp: whatis signed long function
PASS -> FAIL: gdb.base/whatis.exp: whatis signed long long function
PASS -> FAIL: gdb.base/whatis.exp: whatis signed long long pointer
PASS -> FAIL: gdb.base/whatis.exp: whatis signed long pointer
PASS -> FAIL: gdb.base/whatis.exp: whatis signed short
PASS -> FAIL: gdb.base/whatis.exp: whatis signed short array
PASS -> FAIL: gdb.base/whatis.exp: whatis signed short function
PASS -> FAIL: gdb.base/whatis.exp: whatis signed short pointer
PASS -> FAIL: gdb.base/whatis.exp: whatis unnamed structure
PASS -> FAIL: gdb.base/whatis.exp: whatis unnamed union
PASS -> FAIL: gdb.base/whatis.exp: whatis unsigned char
PASS -> FAIL: gdb.base/whatis.exp: whatis unsigned char array
PASS -> FAIL: gdb.base/whatis.exp: whatis unsigned char function
PASS -> FAIL: gdb.base/whatis.exp: whatis unsigned char pointer
PASS -> FAIL: gdb.base/whatis.exp: whatis unsigned int
PASS -> FAIL: gdb.base/whatis.exp: whatis unsigned int array
PASS -> FAIL: gdb.base/whatis.exp: whatis unsigned int function
PASS -> FAIL: gdb.base/whatis.exp: whatis unsigned int pointer
PASS -> FAIL: gdb.base/whatis.exp: whatis unsigned long
PASS -> FAIL: gdb.base/whatis.exp: whatis unsigned long array
PASS -> FAIL: gdb.base/whatis.exp: whatis unsigned long function
PASS -> FAIL: gdb.base/whatis.exp: whatis unsigned long long
PASS -> FAIL: gdb.base/whatis.exp: whatis unsigned long long function
PASS -> FAIL: gdb.base/whatis.exp: whatis unsigned long long pointer
PASS -> FAIL: gdb.base/whatis.exp: whatis unsigned long pointer
PASS -> FAIL: gdb.base/whatis.exp: whatis unsigned short
PASS -> FAIL: gdb.base/whatis.exp: whatis unsigned short array
PASS -> FAIL: gdb.base/whatis.exp: whatis unsigned short function
PASS -> FAIL: gdb.base/whatis.exp: whatis unsigned short pointer
PASS -> FAIL: gdb.base/whatis.exp: whatis using typedef type name
PASS -> FAIL: gdb.base/whatis.exp: whatis v_struct1.v_char_member
PASS -> FAIL: gdb.base/whatis.exp: whatis v_struct2.v_char_member
PASS -> FAIL: gdb.base/whatis.exp: whatis v_struct_ptr1
PASS -> FAIL: gdb.base/whatis.exp: whatis v_struct_ptr1->v_char_member
PASS -> FAIL: gdb.base/whatis.exp: whatis v_struct_ptr2
PASS -> FAIL: gdb.base/whatis.exp: whatis v_struct_ptr2->v_char_member
PASS -> FAIL: gdb.base/whatis.exp: whatis v_union.v_char_member
PASS -> FAIL: gdb.base/whatis.exp: whatis v_union2.v_char_member
PASS -> FAIL: gdb.base/whatis.exp: whatis v_union_ptr
PASS -> FAIL: gdb.base/whatis.exp: whatis v_union_ptr->v_char_member
PASS -> FAIL: gdb.base/whatis.exp: whatis v_union_ptr2
PASS -> FAIL: gdb.base/whatis.exp: whatis v_union_ptr2->v_char_member
PASS -> UNRESOLVED: gdb.base/write_mem.exp: reject set {int}main = 0x4242
PASS -> UNRESOLVED: gdb.base/write_mem.exp: set {int}main = 0x4242
PASS -> FAIL: gdb.base/write_mem.exp: x /xh main
new UNRESOLVED: gdb.base/wrong_frame_bt_full.exp: could not run to opaque_routine
new UNRESOLVED: gdb.base/wrong_frame_bt_full.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.btrace/instruction_history.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.btrace/instruction_history.exp: target does not support record-btrace
new UNRESOLVED: gdb.btrace/tsx.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.btrace/tsx.exp: target does not support PT
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.compile/compile-cplus-array-decay.exp: could not run to main
new UNRESOLVED: gdb.compile/compile-cplus-array-decay.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-nested.exp: could not run to main
new UNRESOLVED: gdb.compile/compile-cplus-nested.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.compile/compile-cplus-print.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
PASS -> UNRESOLVED: gdb.compile/compile-cplus.exp: Set language to C++
new UNRESOLVED: gdb.compile/compile-ops.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.compile/compile-print.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.compile/compile-setjmp.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.compile/compile-tls.exp: can't run to main
new UNRESOLVED: gdb.compile/compile-tls.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.compile/compile.exp: test compile code command without running inferior
new UNRESOLVED: gdb.cp/abstract-origin.exp: abstract-origin
new UNRESOLVED: gdb.cp/abstract-origin.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/align.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.cp/annota2.exp: breakpoint main
PASS -> FAIL: gdb.cp/annota2.exp: print class
PASS -> FAIL: gdb.cp/annota2.exp: run until main breakpoint
PASS -> UNRESOLVED: gdb.cp/annota2.exp: set height 0
PASS -> FAIL: gdb.cp/annota3.exp: annotate-quit
PASS -> FAIL: gdb.cp/annota3.exp: break at main
PASS -> FAIL: gdb.cp/annota3.exp: breakpoint main
PASS -> FAIL: gdb.cp/annota3.exp: delete bps
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 -> UNRESOLVED: gdb.cp/annota3.exp: set height 0
PASS -> FAIL: gdb.cp/annota3.exp: set watch on a.x
PASS -> FAIL: gdb.cp/annota3.exp: watch triggered on a.x
new UNRESOLVED: gdb.cp/anon-ns.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.cp/anon-struct.exp: print type of t::t
new UNRESOLVED: gdb.cp/anon-union.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.cp/arg-reference.exp: no false reference
new UNRESOLVED: gdb.cp/baseenum.exp: could not run to main
new UNRESOLVED: gdb.cp/baseenum.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/bool.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.cp/bool.exp: print return_false
PASS -> UNRESOLVED: gdb.cp/bool.exp: print return_true
new UNRESOLVED: gdb.cp/breakpoint.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/bs15503.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.cp/call-c.exp: b 42
PASS -> FAIL: gdb.cp/call-c.exp: continue to bp
new UNRESOLVED: gdb.cp/call-c.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.cp/casts.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/chained-calls.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.cp/class2.exp: set print object off
new UNRESOLVED: gdb.cp/classes.exp: set language c++
new UNRESOLVED: gdb.cp/converts.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.cp/cp-relocate.exp: C++ functions have different addresses
new FAIL: gdb.cp/cp-relocate.exp: get address of
PASS -> FAIL: gdb.cp/cp-relocate.exp: get address of caller
PASS -> FAIL: gdb.cp/cp-relocate.exp: info file
PASS -> UNRESOLVED: gdb.cp/cp-relocate.exp: info functions
PASS -> FAIL: gdb.cp/cpcompletion.exp: complete class methods
PASS -> FAIL: gdb.cp/cpcompletion.exp: complete class methods beginning with F
new UNRESOLVED: gdb.cp/cpcompletion.exp: show editing
new UNRESOLVED: gdb.cp/cpexprs.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/cplabel.exp: could not run to main
new UNRESOLVED: gdb.cp/cplabel.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.cp/cpsizeof.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/ctti.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.cp/debug-expr.exp: set debug expression 1
PASS -> FAIL: gdb.cp/debug-expr.exp: set language c++
PASS -> FAIL: gdb.cp/demangle.exp: set language c++
PASS -> FAIL: gdb.cp/demangle.exp: set width 0
PASS -> FAIL: gdb.cp/derivation.exp: before run: p
PASS -> FAIL: gdb.cp/derivation.exp: before run: ptype A2::value_type
PASS -> UNRESOLVED: 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 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/ena-dis-br-range.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/ena-dis-br-range.exp: run to marker
new UNRESOLVED: gdb.cp/enum-class.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.cp/exception.exp: Set temporary breakpoint at main
PASS -> UNRESOLVED: gdb.cp/exception.exp: catch catch
PASS -> FAIL: gdb.cp/exception.exp: info breakpoints
PASS -> FAIL: gdb.cp/exception.exp: run to main
new UNRESOLVED: gdb.cp/exceptprint.exp: delete all breakpoints in delete_breakpoints
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
PASS -> UNRESOLVED: gdb.cp/expand-psymtabs-cxx.exp: set language c++
new UNRESOLVED: gdb.cp/expand-sals.exp: delete all breakpoints in delete_breakpoints
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
new UNRESOLVED: gdb.cp/extern-c.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.cp/extern-c.exp: rbreak c_funcs
PASS -> FAIL: gdb.cp/extern-c.exp: set commands on multiple breakpoints
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.cp/filename.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/formatted-ref.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.cp/formatted-ref.exp: find address of e1
new FAIL: gdb.cp/formatted-ref.exp: find address of i1
new UNRESOLVED: 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 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/gdb2384.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/gdb2495.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.cp/hang.exp: doesn't corrupt cv_type chain
PASS -> UNRESOLVED: gdb.cp/hang.exp: doesn't overwrite struct type
PASS -> FAIL: gdb.cp/impl-this.exp: before run: print c
PASS -> FAIL: gdb.cp/impl-this.exp: before run: print x
new UNRESOLVED: gdb.cp/infcall-dlopen.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.cp/inherit.exp: set width 0
new UNRESOLVED: gdb.cp/iostream.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/koenig.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/local.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/m-data.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/m-static.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.cp/maint.exp: help maintenance cplus
new UNRESOLVED: gdb.cp/mb-ctor.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.cp/mb-inline.exp: set breakpoint
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 -> UNRESOLVED: 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 UNRESOLVED: gdb.cp/member-name.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/member-ptr.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/meth-typedefs.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/method.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/method2.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.cp/minsym-fallback.exp: break C::f
PASS -> FAIL: gdb.cp/minsym-fallback.exp: break C::operator
PASS -> UNRESOLVED: gdb.cp/minsym-fallback.exp: set breakpoint pending off
PASS -> FAIL: gdb.cp/misc.exp: deduced language is C++, after full symbols
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.cp/namespace-nested-import.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.cp/namespace.exp: show lang
PASS -> FAIL: gdb.cp/nested-types.exp: ptype S10
PASS -> UNRESOLVED: gdb.cp/nested-types.exp: show default print type nested-type-limit
new UNRESOLVED: gdb.cp/nextoverthrow.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.cp/no-dmgl-verbose.exp: DMGL_VERBOSE-demangled f
PASS -> UNRESOLVED: gdb.cp/no-dmgl-verbose.exp: set breakpoint pending off
new UNRESOLVED: gdb.cp/non-trivial-retval.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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
PASS -> UNRESOLVED: gdb.cp/nsalias.exp: set complaints 1
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 -> UNRESOLVED: 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 UNRESOLVED: gdb.cp/nsdecl.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/nsimport.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/nsnested.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/nsnoimports.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/nsrecurs.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/nsstress.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/nsusing.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/operator.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/oranking.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.cp/overload-const.exp: set language c++
PASS -> FAIL: gdb.cp/overload-const.exp: setting breakpoint at myclass::func
new UNRESOLVED: gdb.cp/overload.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/ovldbreak.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/ovsrch.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.cp/paren-type.exp: break C::f
PASS -> UNRESOLVED: gdb.cp/paren-type.exp: set breakpoint pending off
PASS -> FAIL: gdb.cp/parse-lang.exp: breakpoint hit
new UNRESOLVED: 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 UNRESOLVED: gdb.cp/pass-by-ref.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/pr-1023.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/pr-1210.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/pr17132.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/pr17494.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/pr9067.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/pr9167.exp: can't run to main
new UNRESOLVED: gdb.cp/pr9167.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
PASS -> UNRESOLVED: gdb.cp/psmang.exp: break s::method1
PASS -> UNRESOLVED: gdb.cp/psmang.exp: break s::method2
PASS -> FAIL: gdb.cp/psymtab-parameter.exp: complete p 'func<short>
PASS -> UNRESOLVED: gdb.cp/psymtab-parameter.exp: set language c++
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 -> UNRESOLVED: 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 UNRESOLVED: gdb.cp/ptype-flags.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.cp/re-set-overloaded.exp: break C::C
PASS -> UNRESOLVED: gdb.cp/re-set-overloaded.exp: set breakpoint pending yes
new FAIL: gdb.cp/re-set-overloaded.exp: setting breakpoint at main
PASS -> UNRESOLVED: gdb.cp/readnow-language.exp: show language
new UNRESOLVED: gdb.cp/ref-params.exp: delete all breakpoints in delete_breakpoints
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 -> 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 f1 on
PASS -> FAIL: 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
new UNRESOLVED: gdb.cp/ref-types.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-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
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 -> FAIL: 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
new UNRESOLVED: gdb.cp/rvalue-ref-sizeof.exp: delete all breakpoints in delete_breakpoints
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 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/scope-err.exp: can't run to main
new UNRESOLVED: gdb.cp/scope-err.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/shadow.exp: 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
PASS -> FAIL: gdb.cp/subtypes.exp: ptype Outer::Inner
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.cp/temargs.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.cp/templates.exp: set multiple-symbols ask
PASS -> FAIL: gdb.cp/templates.exp: value method breakpoint
new UNRESOLVED: gdb.cp/try_catch.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/typedef-base.exp: could not run to main
new UNRESOLVED: gdb.cp/typedef-base.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.cp/typedef-operator.exp: set language c++
PASS -> FAIL: gdb.cp/typedef-operator.exp: test crash
PASS -> FAIL: gdb.cp/typeid.exp: before starting: print &typeid
new UNRESOLVED: gdb.cp/userdef.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/using-crash.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.cp/var-tag.exp: before start: c++: set language c++
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 UNRESOLVED: gdb.cp/virtbase.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/virtbase2.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/virtfunc.exp: set language c++
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 UNRESOLVED: gdb.cp/watch-cp.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/wide_char_types.exp: with program: lang=c++03: can't run to main
new UNRESOLVED: gdb.cp/wide_char_types.exp: with program: lang=c++03: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/wide_char_types.exp: with program: lang=c++11: can't run to main
new UNRESOLVED: gdb.cp/wide_char_types.exp: with program: lang=c++11: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/wide_char_types.exp: with program: lang=c: can't run to main
new UNRESOLVED: gdb.cp/wide_char_types.exp: with program: lang=c: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.disasm/disassembler-options.exp: set disassembler-options
PASS -> UNRESOLVED: gdb.dlang/circular.exp: set language d
PASS -> FAIL: gdb.dlang/debug-expr.exp: set debug expression 1
PASS -> FAIL: gdb.dlang/debug-expr.exp: set language d
PASS -> FAIL: gdb.dlang/expression.exp: set language d
PASS -> FAIL: gdb.dlang/properties.exp: set language d
PASS -> UNRESOLVED: gdb.dlang/watch-loc.exp: set language d
PASS -> UNRESOLVED: gdb.dwarf2/ada-valprint-error.exp: get integer valueof "sizeof
PASS -> FAIL: gdb.dwarf2/ada-valprint-error.exp: print fd.global
PASS -> UNRESOLVED: gdb.dwarf2/ada-valprint-error.exp: set language ada
PASS -> FAIL: gdb.dwarf2/arr-stride.exp: ptype pck.big_table
PASS -> FAIL: gdb.dwarf2/arr-stride.exp: ptype pck.table
PASS -> UNRESOLVED: gdb.dwarf2/arr-stride.exp: set language ada
PASS -> FAIL: gdb.dwarf2/arr-subrange.exp: ptype pck.table
PASS -> UNRESOLVED: gdb.dwarf2/arr-subrange.exp: set language ada
PASS -> UNRESOLVED: gdb.dwarf2/atomic-type.exp: ptype f
new UNRESOLVED: gdb.dwarf2/bad-regnum.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/callframecfa.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/comp-unit-lang.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/corrupt.exp: recover from corrupt DWARF
new UNRESOLVED: gdb.dwarf2/count.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/data-loc.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/dup-psym.exp: info sources should contain only one reference to file1.txt
PASS -> UNRESOLVED: gdb.dwarf2/dw2-abs-hi-pc.exp: break hello
PASS -> FAIL: gdb.dwarf2/dw2-abs-hi-pc.exp: break world
new UNRESOLVED: gdb.dwarf2/dw2-align.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/dw2-anon-mptr.exp: set cp-abi gnu-v3
PASS -> FAIL: gdb.dwarf2/dw2-anon-mptr.exp: show cp-abi
PASS -> UNRESOLVED: gdb.dwarf2/dw2-anonymous-func.exp: list file1.txt
PASS -> UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: ptype f
PASS -> FAIL: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: ptype g
PASS -> UNRESOLVED: gdb.dwarf2/dw2-bad-parameter-type.exp: ptype f
PASS -> FAIL: gdb.dwarf2/dw2-bad-unresolved.exp: print var
PASS -> UNRESOLVED: gdb.dwarf2/dw2-bad-unresolved.exp: ptype var
PASS -> FAIL: gdb.dwarf2/dw2-basic.exp: list func_cu1
PASS -> FAIL: gdb.dwarf2/dw2-basic.exp: ptype func_cu1
PASS -> UNRESOLVED: gdb.dwarf2/dw2-basic.exp: set listsize 1
PASS -> UNRESOLVED: gdb.dwarf2/dw2-canonicalize-type.exp: ptype f
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
PASS -> UNRESOLVED: gdb.dwarf2/dw2-case-insensitive.exp: show case-sensitive
PASS -> FAIL: gdb.dwarf2/dw2-compdir-oldgcc.exp: info source gcc42
PASS -> FAIL: gdb.dwarf2/dw2-compdir-oldgcc.exp: info source gcc43
PASS -> UNRESOLVED: gdb.dwarf2/dw2-compdir-oldgcc.exp: list gcc42
PASS -> UNRESOLVED: gdb.dwarf2/dw2-const.exp: print twelve
PASS -> FAIL: gdb.dwarf2/dw2-const.exp: print/x val8
new UNRESOLVED: gdb.dwarf2/dw2-cp-infcall-ref-static.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/dw2-cu-size.exp: ptype noloc
new UNRESOLVED: gdb.dwarf2/dw2-dir-file-name.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.dwarf2/dw2-dos-drive.exp: break 'z:file.c':func
PASS -> UNRESOLVED: gdb.dwarf2/dw2-dos-drive.exp: set breakpoint pending off
PASS -> UNRESOLVED: gdb.dwarf2/dw2-double-set-die-type.exp: ptype a
PASS -> UNRESOLVED: gdb.dwarf2/dw2-dummy-cu.exp: info fun main
PASS -> FAIL: gdb.dwarf2/dw2-empty-namespace.exp: p var
PASS -> UNRESOLVED: gdb.dwarf2/dw2-empty-namespace.exp: ptype var
PASS -> FAIL: gdb.dwarf2/dw2-empty-pc-range.exp: empty range after CU load
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.dwarf2/dw2-entry-value.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/dw2-icycle.exp: echo life check\n
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/dw2-inheritance.exp: ptype inherited
PASS -> UNRESOLVED: gdb.dwarf2/dw2-inline-param.exp: info addr break_at
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 -> UNRESOLVED: 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
PASS -> FAIL: gdb.dwarf2/dw2-intermix.exp: list func_cu1
PASS -> FAIL: gdb.dwarf2/dw2-intermix.exp: ptype func_cu1
PASS -> UNRESOLVED: gdb.dwarf2/dw2-intermix.exp: set listsize 1
new UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: p testvar
new UNRESOLVED: gdb.dwarf2/dw2-linkage-name-trust.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/dw2-minsym-in-cu.exp: info fun func2
PASS -> UNRESOLVED: gdb.dwarf2/dw2-modula2-self-type.exp: set language modula-2
PASS -> FAIL: gdb.dwarf2/dw2-namespaceless-anonymous.exp: p '
PASS -> UNRESOLVED: gdb.dwarf2/dw2-namespaceless-anonymous.exp: ptype '
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 -> UNRESOLVED: 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
PASS -> UNRESOLVED: 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
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 -> UNRESOLVED: gdb.dwarf2/dw2-op-call.exp: maintenance set dwarf max-cache-age 0
PASS -> FAIL: gdb.dwarf2/dw2-op-call.exp: p array1
PASS -> UNRESOLVED: 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
PASS -> UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: console: set print object on
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
new UNRESOLVED: gdb.dwarf2/dw2-param-error.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.dwarf2/dw2-producer.exp: list func_cu1
PASS -> FAIL: gdb.dwarf2/dw2-producer.exp: ptype func_cu1
PASS -> UNRESOLVED: gdb.dwarf2/dw2-producer.exp: set listsize 1
new UNRESOLVED: gdb.dwarf2/dw2-ranges-base.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: get integer valueof "sizeof
new UNRESOLVED: gdb.dwarf2/dw2-ranges.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.dwarf2/dw2-ranges.exp: info line func
PASS -> FAIL: gdb.dwarf2/dw2-ranges.exp: info line func2
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.dwarf2/dw2-ref-missing-frame.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-regno-invalid.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/dw2-regno-invalid.exp: p bregx
PASS -> FAIL: gdb.dwarf2/dw2-simple-locdesc.exp: p &s.data4
KFAIL -> UNRESOLVED: gdb.dwarf2/dw2-simple-locdesc.exp: p &s.shl
new UNRESOLVED: gdb.dwarf2/dw2-skip-prologue.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.dwarf2/dw2-stack-boundary.exp: check partial symtab errors
PASS -> UNRESOLVED: gdb.dwarf2/dw2-stack-boundary.exp: set complaints 100
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.dwarf2/dw2-unresolved.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/dw2-var-zero-addr.exp: print &var
PASS -> UNRESOLVED: gdb.dwarf2/dw2-var-zero-addr.exp: readnow: print &var
PASS -> UNRESOLVED: gdb.dwarf2/dw4-sig-types.exp: maint set dwarf max-cache-age 0
new UNRESOLVED: gdb.dwarf2/dwz.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/dwzbuildid.exp: fallback: set debug-file-directory
PASS -> UNRESOLVED: gdb.dwarf2/dwzbuildid.exp: mismatch: set debug-file-directory
PASS -> UNRESOLVED: gdb.dwarf2/dwzbuildid.exp: ok: set debug-file-directory
new UNRESOLVED: gdb.dwarf2/dynarr-ptr.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/dynarr-ptr.exp: get integer valueof "sizeof
PASS -> UNRESOLVED: 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
PASS -> FAIL: gdb.dwarf2/fission-mix.exp: break func2
PASS -> UNRESOLVED: gdb.dwarf2/fission-mix.exp: break main
PASS -> FAIL: gdb.dwarf2/fission-reread.exp: ptype baz
PASS -> UNRESOLVED: gdb.dwarf2/fission-reread.exp: set debug-file-directory
new UNRESOLVED: gdb.dwarf2/formdata16.exp: determine endianness
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 -> UNRESOLVED: gdb.dwarf2/formdata16.exp: p/x xxx
PASS -> FAIL: gdb.dwarf2/formdata16.exp: p/x yyy
new UNRESOLVED: gdb.dwarf2/gdb-index.exp: check if index present
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/implptr.exp: maintenance set dwarf max-cache-age 0
new UNRESOLVED: gdb.dwarf2/implptrconst.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: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/implref-array.exp: get valueof "sizeof
new UNRESOLVED: gdb.dwarf2/implref-const.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/implref-global.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/implref-struct.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.dwarf2/mac-fileno.exp: list func_cu1
PASS -> FAIL: gdb.dwarf2/mac-fileno.exp: ptype func_cu1
PASS -> UNRESOLVED: gdb.dwarf2/mac-fileno.exp: set listsize 1
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: could not start main-subprogram
PASS -> UNRESOLVED: gdb.dwarf2/member-ptr-forwardref.exp: set cp-abi gnu-v3
PASS -> FAIL: gdb.dwarf2/member-ptr-forwardref.exp: show cp-abi
PASS -> FAIL: gdb.dwarf2/method-ptr.exp: ptype the_typedef
PASS -> UNRESOLVED: gdb.dwarf2/method-ptr.exp: set language c++
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/pieces-optimized-out.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/pieces.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/pr10770.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/pr11465.exp: p N::c.C
PASS -> UNRESOLVED: gdb.dwarf2/pr13961.exp: break main
PASS -> UNRESOLVED: gdb.dwarf2/shortpiece.exp: p s1
PASS -> FAIL: gdb.dwarf2/shortpiece.exp: p s2
PASS -> UNRESOLVED: gdb.dwarf2/staticvirtual.exp: p S::~S
PASS -> FAIL: gdb.dwarf2/subrange.exp: ptype TByteArray
PASS -> UNRESOLVED: gdb.dwarf2/subrange.exp: set language pascal
PASS -> FAIL: gdb.dwarf2/symtab-producer.exp: python print
new UNRESOLVED: gdb.dwarf2/symtab-producer.exp: verify python support
new UNRESOLVED: gdb.dwarf2/typeddwarf.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/valop.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/var-access.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/variant.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/varval.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/watch-notconst.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/array-element.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/charset.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/common-block.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/complex.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/derived-type-function.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/derived-type.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.fortran/exprs.exp: set print sevenbit-strings
new UNRESOLVED: gdb.fortran/library-module.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/logical.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.fortran/module.exp: fully qualified name of DW_TAG_constant
PASS -> UNRESOLVED: gdb.fortran/module.exp: stopped language detection
new UNRESOLVED: gdb.fortran/multi-dim.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/nested-funcs.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/print-formatted.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/print-formatted.exp: runto MAIN__
new UNRESOLVED: gdb.fortran/printing-types.exp: could not run to breakpoint MAIN__
new UNRESOLVED: gdb.fortran/printing-types.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/ptr-indentation.exp: couldn't run to breakpoint MAIN__
new UNRESOLVED: gdb.fortran/ptr-indentation.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/short-circuit-argument-list.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/subarray.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.fortran/types.exp: set print sevenbit-strings
new UNRESOLVED: gdb.fortran/vla-alloc-assoc.exp: could not run to main
new UNRESOLVED: gdb.fortran/vla-alloc-assoc.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/vla-datatypes.exp: could not run to main
new UNRESOLVED: gdb.fortran/vla-datatypes.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/vla-history.exp: could not run to main
new UNRESOLVED: gdb.fortran/vla-history.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/vla-ptr-info.exp: could not run to main
new UNRESOLVED: gdb.fortran/vla-ptr-info.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/vla-ptype-sub.exp: could not run to main
new UNRESOLVED: gdb.fortran/vla-ptype-sub.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/vla-ptype.exp: could not run to main
new UNRESOLVED: gdb.fortran/vla-ptype.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/vla-sizeof.exp: could not run to main
new UNRESOLVED: gdb.fortran/vla-sizeof.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/vla-type.exp: could not run to main
new UNRESOLVED: gdb.fortran/vla-type.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/vla-value-sub-arbitrary.exp: could not run to main
new UNRESOLVED: gdb.fortran/vla-value-sub-arbitrary.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/vla-value-sub-finish.exp: could not run to main
new UNRESOLVED: gdb.fortran/vla-value-sub-finish.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/vla-value-sub.exp: could not run to main
new UNRESOLVED: gdb.fortran/vla-value-sub.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/vla-value.exp: could not run to main
new UNRESOLVED: gdb.fortran/vla-value.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/whatis_type.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/whatis_type.exp: run to MAIN__
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 -> UNRESOLVED: gdb.go/basic-types.exp: set language go
new UNRESOLVED: gdb.go/chan.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.go/chan.exp: going to first breakpoint
PASS -> FAIL: gdb.go/chan.exp: going to second breakpoint
new FAIL: gdb.go/chan.exp: setting breakpoint at chan.go:18
new UNRESOLVED: gdb.go/chan.exp: setting breakpoint at chan.go:9
new UNRESOLVED: gdb.go/handcall.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.go/handcall.exp: print add
PASS -> FAIL: gdb.go/handcall.exp: print main.add
new UNRESOLVED: gdb.go/hello.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.go/hello.exp: going to first breakpoint
new FAIL: gdb.go/hello.exp: setting breakpoint at hello.go:10
XFAIL -> UNRESOLVED: gdb.go/hello.exp: starting string check
PASS -> FAIL: gdb.go/integers.exp: Going to second breakpoint
new UNRESOLVED: gdb.go/integers.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.go/integers.exp: going to first breakpoint
PASS -> FAIL: gdb.go/integers.exp: next to 'i = 1' line
PASS -> FAIL: gdb.go/integers.exp: next to 'j = 2' line
PASS -> FAIL: gdb.go/integers.exp: next to 'k = 3' line
PASS -> FAIL: gdb.go/integers.exp: next to 'l = k' line
PASS -> FAIL: gdb.go/integers.exp: print
PASS -> FAIL: gdb.go/integers.exp: print -
PASS -> FAIL: gdb.go/integers.exp: print -i
PASS -> FAIL: gdb.go/integers.exp: print 2 * i
PASS -> FAIL: gdb.go/integers.exp: print 3000*i
PASS -> FAIL: gdb.go/integers.exp: print i
PASS -> FAIL: gdb.go/integers.exp: print i + 1 != j
PASS -> FAIL: gdb.go/integers.exp: print i + 1 < j
PASS -> FAIL: gdb.go/integers.exp: print i + 1 <= j
PASS -> FAIL: gdb.go/integers.exp: print i + 1 == j
PASS -> FAIL: gdb.go/integers.exp: print i + 1 > j
PASS -> FAIL: gdb.go/integers.exp: print i + 1 >= j
PASS -> FAIL: gdb.go/integers.exp: print i + j
PASS -> FAIL: gdb.go/integers.exp: print i + j + k
PASS -> FAIL: gdb.go/integers.exp: print i + k
PASS -> FAIL: gdb.go/integers.exp: print i - j
PASS -> FAIL: gdb.go/integers.exp: print i before assigned to 1
PASS -> FAIL: gdb.go/integers.exp: print i+10*j+100*k
PASS -> FAIL: gdb.go/integers.exp: print j
PASS -> FAIL: gdb.go/integers.exp: print j * k
PASS -> FAIL: gdb.go/integers.exp: print j + k
PASS -> FAIL: gdb.go/integers.exp: print j - i
PASS -> FAIL: gdb.go/integers.exp: print k
PASS -> FAIL: gdb.go/integers.exp: print k -
PASS -> FAIL: gdb.go/integers.exp: print k -i -j
PASS -> FAIL: gdb.go/integers.exp: print l
PASS -> FAIL: gdb.go/integers.exp: set var i = 2
new UNRESOLVED: gdb.go/integers.exp: setting breakpoint at integers.go:12
new FAIL: gdb.go/integers.exp: setting breakpoint at integers.go:20
PASS -> FAIL: gdb.go/integers.exp: test j value before assignment
PASS -> FAIL: gdb.go/integers.exp: testing new i value
PASS -> FAIL: gdb.go/integers.exp: value of i after assignment
new UNRESOLVED: gdb.go/methods.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.go/methods.exp: setting breakpoint at main.T.Foo
new UNRESOLVED: gdb.go/package.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.go/package.exp: going to first breakpoint
new UNRESOLVED: gdb.go/package.exp: setting breakpoint at package2.Foo
PASS -> UNRESOLVED: gdb.go/print.exp: set language go
new UNRESOLVED: gdb.go/strings.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.go/strings.exp: print "abc" + "def"
new UNRESOLVED: gdb.go/types.exp: delete all breakpoints in delete_breakpoints
XFAIL -> UNRESOLVED: gdb.go/types.exp: ptype T
new UNRESOLVED: gdb.go/unsafe.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.go/unsafe.exp: print unsafe.Sizeof
new UNRESOLVED: gdb.guile/guile.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-arch.exp: verify guile support
new FAIL: gdb.guile/scm-block.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-block.exp: verify guile support
PASS -> FAIL: gdb.guile/scm-breakpoint.exp: create address breakpoint a '  *multiply'
PASS -> FAIL: gdb.guile/scm-breakpoint.exp: guile
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_bkpt_basic: can't run to main
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_bkpt_basic: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_bkpt_cond_and_cmds: can't run to main
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_bkpt_cond_and_cmds: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_bkpt_deletion: can't run to main
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_bkpt_deletion: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_bkpt_eval_funcs: can't run to main
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_bkpt_eval_funcs: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_bkpt_internal: can't run to main
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_bkpt_internal: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_bkpt_invisible: can't run to main
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_bkpt_invisible: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_bkpt_registration: can't run to main
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_bkpt_registration: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_watchpoints: can't run to main
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_watchpoints: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-cmd.exp: verify guile support
new FAIL: gdb.guile/scm-disasm.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-disasm.exp: verify guile support
new FAIL: gdb.guile/scm-equal.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-equal.exp: verify guile support
new FAIL: gdb.guile/scm-frame-args.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-frame-args.exp: verify guile support
new FAIL: gdb.guile/scm-frame-inline.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-frame-inline.exp: verify guile support
new FAIL: gdb.guile/scm-frame.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-frame.exp: verify guile support
new FAIL: gdb.guile/scm-iterator.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-iterator.exp: verify guile support
new FAIL: gdb.guile/scm-lazy-string.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-lazy-string.exp: verify guile support
new FAIL: gdb.guile/scm-math.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-math.exp: verify guile support
new FAIL: gdb.guile/scm-objfile-script.exp: can't run to main
new FAIL: gdb.guile/scm-objfile.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-objfile.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-parameter.exp: verify guile support
new FAIL: gdb.guile/scm-ports.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-ports.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-progspace.exp: verify guile support
new FAIL: gdb.guile/scm-section-script.exp: can't run to main
PASS -> FAIL: gdb.guile/scm-section-script.exp: info auto-load guile-scripts scm-section-script
PASS -> UNRESOLVED: gdb.guile/scm-section-script.exp: set auto-load safe-path
PASS -> FAIL: gdb.guile/scm-section-script.exp: verify scripts loaded
new FAIL: gdb.guile/scm-symbol.exp: can't run to main
PASS -> FAIL: gdb.guile/scm-symbol.exp: print line number of qq
PASS -> FAIL: gdb.guile/scm-symbol.exp: print value of main
PASS -> FAIL: gdb.guile/scm-symbol.exp: print value of qq
PASS -> FAIL: gdb.guile/scm-symbol.exp: print whether qq needs a frame
PASS -> FAIL: gdb.guile/scm-symbol.exp: test
new UNRESOLVED: gdb.guile/scm-symbol.exp: verify guile support
new FAIL: gdb.guile/scm-symtab.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-symtab.exp: verify guile support
new FAIL: gdb.guile/scm-type.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-type.exp: verify guile support
new FAIL: gdb.guile/scm-value-cc.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-value-cc.exp: verify guile support
new FAIL: gdb.guile/scm-value.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-value.exp: verify guile support
new FAIL: gdb.guile/types-module.exp: can't run to main
new UNRESOLVED: gdb.guile/types-module.exp: verify guile support
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
PASS -> UNRESOLVED: gdb.linespec/break-ask.exp: set multiple-symbols ask
new FAIL: gdb.linespec/break-ask.exp: setting breakpoint at body_elsewhere
PASS -> FAIL: gdb.linespec/break-asm-file.exp: set a break-point at a function only for a selected ASM file.
PASS -> UNRESOLVED: 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.
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
new UNRESOLVED: gdb.linespec/cpcompletion.exp: show editing
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 UNRESOLVED: gdb.linespec/cpexplicit.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: show editing
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]
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 UNRESOLVED: gdb.linespec/cpls-ops.exp: show editing
new UNRESOLVED: gdb.linespec/explicit.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/keywords.exp: can't run to main
new UNRESOLVED: gdb.linespec/keywords.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.linespec/linespec.exp: set multiple-symbols to all for linespec tests
PASS -> FAIL: gdb.linespec/linespec.exp: single-location break using dir/file:line
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
PASS -> UNRESOLVED: gdb.linespec/ls-dollar.exp: set listsize 1
new FAIL: gdb.linespec/ls-errs.exp: lang=C++: can't run to main
PASS -> UNRESOLVED: gdb.linespec/ls-errs.exp: lang=C++: set breakpoint pending off
new FAIL: gdb.linespec/ls-errs.exp: lang=C: can't run to main
PASS -> UNRESOLVED: gdb.linespec/ls-errs.exp: lang=C: set breakpoint pending off
new UNRESOLVED: gdb.linespec/macro-relative.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.linespec/skip-two.exp: skip function dupname
new UNRESOLVED: gdb.linespec/thread.exp: can't run to main
new UNRESOLVED: gdb.linespec/thread.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.mi/dw2-ref-missing-frame.exp: breakpoint at func_loopfb_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 -> 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/gdb2549.exp: wrong arguments
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/gdb680.exp: -data-list-register-names -1, try 0
PASS -> FAIL: gdb.mi/gdb680.exp: -data-list-register-names -1, try 1
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
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
PASS -> FAIL: gdb.mi/mi-basics.exp: acceptance of MI operations
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
new FAIL: gdb.mi/mi-break.exp: mi-mode=separate: new-ui
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 -> 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 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 -> 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-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: -interpreter-exec with no arguments
PASS -> FAIL: gdb.mi/mi-cli.exp: -interpreter-exec with one argument
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
new UNRESOLVED: gdb.mi/mi-cmd-param-changed.exp: delete all breakpoints in delete_breakpoints
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 -> FAIL: gdb.mi/mi-dprintf.exp: call: mi 1st dprintf stop
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: fprintf: mi 1st dprintf stop
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 -> 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
new FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=separate: force-fail=0: new-ui
new FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=separate: force-fail=1: new-ui
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=separate: force-fail=0: breakpoint hit reported on mi
PASS -> FAIL: gdb.mi/mi-exit-code.exp: -list-thread-groups before run shows no exit-code
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-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 -> FAIL: gdb.mi/mi-file-transfer.exp: put binary file
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-hack-cli.exp: 47show architecture
PASS -> FAIL: gdb.mi/mi-hack-cli.exp: show architecture
PASS -> FAIL: gdb.mi/mi-i-cmd.exp: -info-gdb-mi-command unsupported-command
PASS -> FAIL: gdb.mi/mi-i-cmd.exp: -list-features includes "info-gdb-mi-command"
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 -> UNRESOLVED: gdb.mi/mi-linespec-err-cp.exp: -interpreter-exec console "set breakpoint pending off"
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-return.exp: delete all breakpoints
PASS -> FAIL: gdb.mi/mi-return.exp: return from callee4 now
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 -> 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 -> FAIL: gdb.mi/mi-undefined-cmd.exp: -list-features should include "undefined-command-error-code"
PASS -> UNRESOLVED: gdb.mi/mi-undefined-cmd.exp: error code when executing undefined command
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
PASS -> UNRESOLVED: gdb.mi/mi-var-child-f.exp: create local variable array
PASS -> FAIL: gdb.mi/mi-var-child-f.exp: get children of array
PASS -> FAIL: gdb.mi/mi-var-child-f.exp: get grandchildren of array
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-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 -> FAIL: gdb.mi/mi-vla-fortran.exp: create local variable pvla2_associated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: create local variable vla1_allocated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: create local variable vla1_not_allocated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: eval variable pvla2_associated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: eval variable vla1_allocated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: eval variable vla1_not_allocated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate allocated vla
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate associated vla
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate filled vla
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate filled vla, contents modified
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate filled vla, filled all 1s
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate not allocated vla, after deallocation
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate not allocated vla, before allocation
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate not associated vla
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate vla pointer set to null
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: get children of vla1_allocated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: get children of vla1_not_allocated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: info type variable pvla2_associated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: info type variable vla1_allocated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: info type variable vla1_not_allocated
PASS -> UNRESOLVED: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 23
PASS -> UNRESOLVED: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 24
PASS -> UNRESOLVED: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 27
PASS -> UNRESOLVED: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 30
PASS -> UNRESOLVED: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 31
PASS -> UNRESOLVED: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 36
PASS -> UNRESOLVED: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 37
PASS -> UNRESOLVED: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 42
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: show format variable pvla2_associated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: show format variable vla1_allocated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: show format variable vla1_not_allocated
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: hw watchpoints toggle
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: hw watchpoints toggle
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: hw watchpoints toggle
PASS -> 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: new-ui
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: hw watchpoints toggle
PASS -> 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: new-ui
PASS -> FAIL: gdb.mi/mi-watch.exp: mi-mode=separate: wp-type=sw: watchpoint trigger
PASS -> FAIL: gdb.mi/mi2-prompt.exp: console set prompt
PASS -> FAIL: gdb.mi/mi2-prompt.exp: set prompt
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
new UNRESOLVED: gdb.mi/new-ui-mi-sync.exp: sync-command=continue: new-ui
new FAIL: gdb.mi/new-ui-mi-sync.exp: sync-command=run: new-ui
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
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_setup: new-ui
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=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: 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: 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.3: flush MI
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: flush 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
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: can't run to main
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: new-ui
new UNRESOLVED: gdb.modula2/unbounded-array.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.multi/base.exp: 'info functions commonfun' in inferior 1
PASS -> FAIL: gdb.multi/base.exp: info inferior 1-2
PASS -> FAIL: gdb.multi/base.exp: info inferiors
PASS -> FAIL: gdb.multi/base.exp: list commonfun in hello
PASS -> UNRESOLVED: gdb.multi/base.exp: print $_inferior
PASS -> FAIL: gdb.multi/base.exp: print glob
PASS -> FAIL: gdb.multi/base.exp: print hglob
new UNRESOLVED: gdb.multi/bkpt-multi-exec.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.multi/dummy-frame-restore.exp: can't run to f1
new UNRESOLVED: gdb.multi/dummy-frame-restore.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.multi/info-threads.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.multi/multi-arch-exec.exp: first_arch=1: selected_thread=1: follow_exec_mode=new: couldn't run to all_started
new UNRESOLVED: gdb.multi/multi-arch-exec.exp: first_arch=1: selected_thread=1: follow_exec_mode=new: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.multi/multi-arch-exec.exp: first_arch=1: selected_thread=1: follow_exec_mode=same: couldn't run to all_started
new UNRESOLVED: gdb.multi/multi-arch-exec.exp: first_arch=1: selected_thread=1: follow_exec_mode=same: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.multi/multi-arch-exec.exp: first_arch=1: selected_thread=2: follow_exec_mode=new: couldn't run to all_started
new UNRESOLVED: gdb.multi/multi-arch-exec.exp: first_arch=1: selected_thread=2: follow_exec_mode=new: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.multi/multi-arch-exec.exp: first_arch=1: selected_thread=2: follow_exec_mode=same: couldn't run to all_started
new UNRESOLVED: gdb.multi/multi-arch-exec.exp: first_arch=1: selected_thread=2: follow_exec_mode=same: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.multi/multi-arch-exec.exp: first_arch=2: selected_thread=1: follow_exec_mode=new: couldn't run to all_started
new UNRESOLVED: gdb.multi/multi-arch-exec.exp: first_arch=2: selected_thread=1: follow_exec_mode=new: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.multi/multi-arch-exec.exp: first_arch=2: selected_thread=1: follow_exec_mode=same: couldn't run to all_started
new UNRESOLVED: gdb.multi/multi-arch-exec.exp: first_arch=2: selected_thread=1: follow_exec_mode=same: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.multi/multi-arch-exec.exp: first_arch=2: selected_thread=2: follow_exec_mode=new: couldn't run to all_started
new UNRESOLVED: gdb.multi/multi-arch-exec.exp: first_arch=2: selected_thread=2: follow_exec_mode=new: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.multi/multi-arch-exec.exp: first_arch=2: selected_thread=2: follow_exec_mode=same: couldn't run to all_started
new UNRESOLVED: gdb.multi/multi-arch-exec.exp: first_arch=2: selected_thread=2: follow_exec_mode=same: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.multi/multi-arch.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.multi/multi-arch.exp: inf1 event with inf2 selected: b hello_loop
PASS -> FAIL: gdb.multi/multi-arch.exp: inf1 event with inf2 selected: continue to hello_loop
PASS -> FAIL: gdb.multi/multi-arch.exp: inf1 event with inf2 selected: inferior 2
PASS -> FAIL: gdb.multi/multi-arch.exp: inf2 event with inf1 selected: continue to hangout_loop
PASS -> FAIL: gdb.multi/multi-arch.exp: inf2 event with inf1 selected: inferior 1
PASS -> FAIL: gdb.multi/multi-arch.exp: info inferiors
new UNRESOLVED: gdb.multi/multi-arch.exp: starting inferior 1
new FAIL: gdb.multi/multi-arch.exp: starting inferior 2
PASS -> UNRESOLVED: 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 -> UNRESOLVED: 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 -> UNRESOLVED: 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=run: inf2_how=attach: attach
PASS -> FAIL: 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: delete all breakpoints in delete_breakpoints
new UNRESOLVED: 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 UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=run: delete all breakpoints in delete_breakpoints
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=run: run to main
PASS -> UNRESOLVED: gdb.multi/remove-inferiors.exp: add second inferior
PASS -> FAIL: gdb.multi/remove-inferiors.exp: can't remove current inferior
PASS -> FAIL: gdb.multi/remove-inferiors.exp: remove non-current inferior
PASS -> FAIL: gdb.multi/remove-inferiors.exp: switch to second inferior
new UNRESOLVED: gdb.multi/tids.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.multi/watchpoint-multi-exit.exp: dispose=detach: can't run to child_function
PASS -> UNRESOLVED: gdb.multi/watchpoint-multi-exit.exp: dispose=detach: set follow-fork child
new FAIL: gdb.multi/watchpoint-multi-exit.exp: dispose=exit: can't run to child_function
PASS -> UNRESOLVED: gdb.multi/watchpoint-multi-exit.exp: dispose=exit: set follow-fork child
new FAIL: gdb.multi/watchpoint-multi-exit.exp: dispose=kill: can't run to child_function
PASS -> UNRESOLVED: gdb.multi/watchpoint-multi-exit.exp: dispose=kill: set follow-fork child
PASS -> UNRESOLVED: gdb.objc/print.exp: set language objective-c
new UNRESOLVED: gdb.opt/clobbered-registers-O2.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.opt/clobbered-registers-O2.exp: run to start_sequence
new UNRESOLVED: gdb.opt/inline-break.exp: func=func_extern_caller: could not run to main
new UNRESOLVED: gdb.opt/inline-break.exp: func=func_extern_caller: delete all breakpoints in delete_breakpoints
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.opt/inline-bt.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.opt/inline-bt.exp: skipping inline frame tests
PASS -> UNRESOLVED: gdb.opt/inline-cmds.exp: set listsize 1
new UNRESOLVED: gdb.opt/inline-cmds.exp: skipping inline frame tests
new UNRESOLVED: gdb.opt/inline-locals.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.opt/inline-locals.exp: inline-bt.exp
new UNRESOLVED: gdb.opt/solib-intra-step.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.pascal/case-insensitive-symbols.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.pascal/floats.exp: setting breakpoint at floats.pas:34
new FAIL: gdb.pascal/floats.exp: setting breakpoint at floats.pas:41
new UNRESOLVED: gdb.pascal/gdb11492.exp: setting breakpoint at gdb11492.pas:35
new FAIL: gdb.pascal/hello.exp: setting breakpoint at hello.pas:10
new UNRESOLVED: gdb.pascal/hello.exp: setting breakpoint at hello.pas:8
new UNRESOLVED: gdb.pascal/integers.exp: setting breakpoint at integers.pas:38
new FAIL: gdb.pascal/integers.exp: setting breakpoint at integers.pas:46
PASS -> UNRESOLVED: gdb.pascal/types.exp: set language pascal
new FAIL: gdb.python/lib-types.exp: can't run to main
new UNRESOLVED: gdb.python/lib-types.exp: verify python support
new UNRESOLVED: gdb.python/py-arch.exp: verify python support
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 FAIL: gdb.python/py-bad-printers.exp: can't run to main
new UNRESOLVED: gdb.python/py-bad-printers.exp: verify python support
new FAIL: gdb.python/py-block.exp: can't run to main
new UNRESOLVED: gdb.python/py-block.exp: verify python support
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
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: cannot run to main.
PASS -> UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_basic: python print
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 UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_deletion: cannot run to main.
new UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_deletion: delete all breakpoints in delete_breakpoints
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
PASS -> UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_events: Create event handler - python
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 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_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-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-breakpoint.exp: verify python support
new UNRESOLVED: gdb.python/py-caller-is.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.python/py-cmd.exp: cannot run to main.
new UNRESOLVED: gdb.python/py-cmd.exp: verify python support
PASS -> FAIL: gdb.python/py-completion.exp: load python file again
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: 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 UNRESOLVED: gdb.python/py-events.exp: verify python support
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
PASS -> FAIL: gdb.python/py-evthreads.exp: thread 3 was signaled
new UNRESOLVED: gdb.python/py-evthreads.exp: verify python support
new UNRESOLVED: gdb.python/py-explore-cc.exp: verify python support
new UNRESOLVED: gdb.python/py-explore.exp: verify python support
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-finish-breakpoint.exp: verify python support
new FAIL: gdb.python/py-finish-breakpoint2.exp: cannot run to main.
new UNRESOLVED: gdb.python/py-finish-breakpoint2.exp: verify python support
new UNRESOLVED: gdb.python/py-frame-args.exp: verify python support
new FAIL: gdb.python/py-frame-inline.exp: can't run to function f
new UNRESOLVED: gdb.python/py-frame-inline.exp: verify python support
new FAIL: gdb.python/py-frame.exp: can't run to main
new UNRESOLVED: gdb.python/py-frame.exp: verify python support
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 UNRESOLVED: gdb.python/py-function.exp: verify python support
new FAIL: gdb.python/py-inferior.exp: can't run to main
new UNRESOLVED: gdb.python/py-inferior.exp: verify python support
new FAIL: gdb.python/py-infthread.exp: can't run to main
new UNRESOLVED: gdb.python/py-infthread.exp: verify python support
new UNRESOLVED: gdb.python/py-lazy-string.exp: verify python support
new UNRESOLVED: gdb.python/py-lookup-type.exp: verify python support
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: -enable-pretty-printing
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 -> FAIL: gdb.python/py-mi-var-info-path-expression.exp: load python file
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 UNRESOLVED: gdb.python/py-objfile.exp: verify python support
new UNRESOLVED: gdb.python/py-parameter.exp: verify python support
new UNRESOLVED: gdb.python/py-pp-integral.exp: verify python support
new UNRESOLVED: gdb.python/py-pp-maint.exp: verify python support
new UNRESOLVED: gdb.python/py-pp-re-notag.exp: verify python support
new FAIL: gdb.python/py-pp-registration.exp: can't run to main
new UNRESOLVED: gdb.python/py-pp-registration.exp: verify python support
new UNRESOLVED: gdb.python/py-prettyprint.exp: c++: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-prettyprint.exp: c: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-prettyprint.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.python/py-progspace.exp: can't run to main
new UNRESOLVED: gdb.python/py-progspace.exp: verify python support
new UNRESOLVED: gdb.python/py-prompt.exp: verify python support
new FAIL: gdb.python/py-rbreak.exp: can't run to main
new UNRESOLVED: gdb.python/py-rbreak.exp: verify python support
new FAIL: gdb.python/py-record-full.exp: can't run to main
new UNRESOLVED: gdb.python/py-record-full.exp: verify python support
new UNRESOLVED: gdb.python/py-recurse-unwind.exp: verify python support
new UNRESOLVED: gdb.python/py-rvalue-ref-value-cc.exp: verify python support
PASS -> FAIL: gdb.python/py-section-script.exp: info auto-load python-scripts py-section-script
PASS -> UNRESOLVED: gdb.python/py-section-script.exp: set auto-load safe-path
PASS -> FAIL: gdb.python/py-section-script.exp: verify scripts loaded
new FAIL: gdb.python/py-shared.exp: can't run to main
new UNRESOLVED: gdb.python/py-shared.exp: verify python support
new UNRESOLVED: gdb.python/py-strfns.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.python/py-symbol.exp: can't run to main
PASS -> FAIL: gdb.python/py-symbol.exp: print line number of qq
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 whether qq needs a frame
PASS -> FAIL: gdb.python/py-symbol.exp: test main_func.is_function
new UNRESOLVED: gdb.python/py-symbol.exp: verify python support
new FAIL: gdb.python/py-symtab.exp: can't run to main
new UNRESOLVED: gdb.python/py-symtab.exp: verify python support
PASS -> UNRESOLVED: gdb.python/py-sync-interp.exp: attach and where
new UNRESOLVED: gdb.python/py-sync-interp.exp: verify python support
new UNRESOLVED: gdb.python/py-template.exp: verify python support
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: 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: run to after_mc_barrier
PASS -> FAIL: gdb.python/py-thrhandle.exp: run to do_something
new UNRESOLVED: gdb.python/py-thrhandle.exp: verify python support
new UNRESOLVED: gdb.python/py-type.exp: delete all breakpoints in delete_breakpoints
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: 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: 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: basic test // parse failed
new FAIL: gdb.python/py-typeprint.exp: raw test // parse failed
new UNRESOLVED: gdb.python/py-typeprint.exp: verify python support
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: can't run to main
new UNRESOLVED: gdb.python/py-unwind-maint.exp: verify python support
new UNRESOLVED: gdb.python/py-unwind.exp: verify python support
new UNRESOLVED: gdb.python/py-value-cc.exp: verify python support
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 UNRESOLVED: gdb.python/py-value.exp: verify python support
new UNRESOLVED: gdb.python/py-xmethods.exp: verify python support
new UNRESOLVED: gdb.python/python.exp: can't run to main
new UNRESOLVED: gdb.python/python.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.python/python.exp: source -s source2.py
new UNRESOLVED: gdb.python/python.exp: verify python support
PASS -> FAIL: gdb.reverse/break-precsave.exp: BP at end of 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
new UNRESOLVED: gdb.reverse/break-precsave.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: 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
new UNRESOLVED: gdb.reverse/break-reverse.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.reverse/break-reverse.exp: turn on process record
PASS -> FAIL: gdb.reverse/consecutive-precsave.exp: breakpoint at end of main
PASS -> FAIL: gdb.reverse/consecutive-precsave.exp: continue to breakpoint in foo
new UNRESOLVED: gdb.reverse/consecutive-precsave.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.reverse/consecutive-precsave.exp: turn on process record
PASS -> FAIL: gdb.reverse/consecutive-reverse.exp: continue to breakpoint in foo
new UNRESOLVED: gdb.reverse/consecutive-reverse.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.reverse/consecutive-reverse.exp: turn on process record
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: 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
new UNRESOLVED: gdb.reverse/finish-precsave.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.reverse/finish-precsave.exp: turn on process record
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
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
new UNRESOLVED: gdb.reverse/finish-reverse.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.reverse/finish-reverse.exp: turn on process record
PASS -> FAIL: gdb.reverse/fstatat-reverse.exp: check fstatat record
PASS -> FAIL: gdb.reverse/fstatat-reverse.exp: continue to breakpoint: marker2
new UNRESOLVED: gdb.reverse/fstatat-reverse.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.reverse/fstatat-reverse.exp: turn on process record
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
new UNRESOLVED: gdb.reverse/getresuid-reverse.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.reverse/getresuid-reverse.exp: turn on process record
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: continue to end of sse4_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: continue to end of sse_test #2
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: continue to end of sse_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: continue to end of ssse3_test #2
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: continue to end of ssse3_test
new UNRESOLVED: gdb.reverse/i386-sse-reverse.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to addpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to addps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to addsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to addss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to addsubpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to addsubps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to andpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to andps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to blendpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to blendps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to blendvpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to blendvps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to cmppd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to cmpps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to cmpsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to cmpss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to comisd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to comiss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to cvtdq2pd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to cvtdq2ps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to cvtpd2dq
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to cvtpd2ps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to divpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to divps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to divsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to divss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to mulpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to mulps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to mulsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to mulss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to orpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to orps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to pabsb
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to pabsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to pabsw
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to packssdw
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to packsswb
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to ucomisd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to ucomiss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to unpckhpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to unpckhps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to xorpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to xorps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: set breakpoint at end of sse4_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: set breakpoint at end of sse_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: set breakpoint at end of ssse3_test
PASS -> UNRESOLVED: gdb.reverse/i386-sse-reverse.exp: turn on process record
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse addps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse addsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse addss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse addsubpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse addsubps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse andpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse andps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse blendps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse blendvpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse blendvps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse cmppd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse cmpps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse cmpsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse cmpss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse comisd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse comiss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse cvtdq2pd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse cvtdq2ps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse cvtpd2dq
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse cvtpd2ps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse divpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse divps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse divsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse divss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse mulpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse mulps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse mulsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse mulss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse orpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse orps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse pabsb
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse pabsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse pabsw
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse packssdw
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse packsswb
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse ucomisd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse ucomiss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse unpckhpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse unpckhps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse xorpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse xorps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 at end of sse4_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 at end of sse_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 at end of ssse3_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse addps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse addsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse addss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse addsubpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse addsubps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse andpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse andps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse blendps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse blendvpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse blendvps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse cmppd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse cmpps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse cmpsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse cmpss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse comisd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse comiss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse cvtdq2pd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse cvtdq2ps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse cvtpd2dq
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse cvtpd2ps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse divpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse divps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse divsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse divss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse mulpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse mulps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse mulsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse mulss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse orpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse orps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse pabsb
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse pabsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse pabsw
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse packssdw
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse packsswb
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse ucomisd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse ucomiss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse unpckhpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse unpckhps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse xorpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse xorps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 at end of sse4_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 at end of sse_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 at end of ssse3_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse addps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse addsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse addss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse addsubpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse addsubps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse andpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse andps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse blendps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse blendvpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse blendvps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse cmppd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse cmpps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse cmpsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse cmpss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse comisd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse comiss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse cvtdq2pd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse cvtdq2ps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse cvtpd2dq
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse cvtpd2ps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse divpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse divps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse divsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse divss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse mulpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse mulps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse mulsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse mulss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse orpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse orps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse pabsb
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse pabsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse pabsw
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse packssdw
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse packsswb
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse ucomisd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse ucomiss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse unpckhpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse unpckhps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse xorpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse xorps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 at end of sse4_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 at end of sse_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 at end of ssse3_test
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
new UNRESOLVED: gdb.reverse/machinestate-precsave.exp: delete all breakpoints in delete_breakpoints
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
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 -> UNRESOLVED: 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
new FAIL: gdb.reverse/machinestate.exp: break 100
PASS -> FAIL: gdb.reverse/machinestate.exp: continue to breakpoint: end of main
new UNRESOLVED: gdb.reverse/machinestate.exp: delete all breakpoints in delete_breakpoints
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
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
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 -> UNRESOLVED: gdb.reverse/machinestate.exp: turn on process record
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
PASS -> FAIL: gdb.reverse/pipe-reverse.exp: check pipe record
PASS -> FAIL: gdb.reverse/pipe-reverse.exp: continue to breakpoint: marker2
new UNRESOLVED: gdb.reverse/pipe-reverse.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.reverse/pipe-reverse.exp: turn on process record
PASS -> FAIL: gdb.reverse/readv-reverse.exp: check readv record
PASS -> FAIL: gdb.reverse/readv-reverse.exp: continue to breakpoint: marker2
new UNRESOLVED: gdb.reverse/readv-reverse.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.reverse/readv-reverse.exp: turn on process record
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
PASS -> FAIL: gdb.reverse/recvmsg-reverse.exp: continue to breakpoint: marker2
new UNRESOLVED: gdb.reverse/recvmsg-reverse.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.reverse/recvmsg-reverse.exp: turn on process record
new UNRESOLVED: gdb.reverse/rerun-prec.exp: delete all breakpoints in delete_breakpoints
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
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_33
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_34
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_35
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_36
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_37
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_38
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_39
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_40
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_41
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_42
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_43
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_44
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_45
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_46
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_47
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_48
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_49
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_50
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_51
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_52
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_53
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_54
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_55
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_56
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_57
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_58
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_59
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_60
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_61
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_62
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_63
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_ALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_BUS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_CHLD
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_CONT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_DANGER
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_EMT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_FPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_GRANT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_HUP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_ILL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_IO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_LOST
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_LWP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_MSG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_PHONE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_PIPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_POLL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_PRIO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_PROF
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_PWR
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_QUIT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_RETRACT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_SAK
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_SEGV
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_SOUND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_SYS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_TERM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_TSTP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_TTIN
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_TTOU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_URG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_USR1
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_USR2
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_VTALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_WAITING
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_WINCH
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_WIND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_XCPU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_XFSZ
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_33
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_34
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_35
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_36
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_37
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_38
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_39
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_40
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_41
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_42
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_43
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_44
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_45
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_46
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_47
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_48
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_49
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_50
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_51
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_52
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_53
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_54
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_55
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_56
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_57
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_58
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_59
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_60
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_61
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_62
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_63
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_ABRT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_ALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_BUS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_CHLD
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_CONT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_DANGER
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_EMT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_FPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_GRANT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_HUP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_ILL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_IO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_LOST
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_LWP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_MSG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_PHONE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_PIPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_POLL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_PRIO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_PROF
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_PWR
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_QUIT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_RETRACT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_SAK
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_SEGV
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_SOUND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_SYS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_TERM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_TSTP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_TTIN
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_TTOU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_URG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_USR1
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_USR2
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_VTALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_WAITING
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_WINCH
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_WIND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_XCPU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_XFSZ
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
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: delete all breakpoints in delete_breakpoints
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: 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-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
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_33
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_34
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_35
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_36
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_37
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_38
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_39
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_40
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_41
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_42
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_43
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_44
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_45
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_46
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_47
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_48
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_49
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_50
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_51
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_52
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_53
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_54
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_55
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_56
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_57
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_58
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_59
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_60
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_61
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_62
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_63
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_ALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_BUS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_CHLD
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_CONT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_DANGER
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_EMT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_FPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_GRANT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_HUP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_ILL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_IO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_LOST
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_LWP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_MSG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_PHONE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_PIPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_POLL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_PRIO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_PROF
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_PWR
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_QUIT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_RETRACT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_SAK
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_SEGV
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_SOUND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_SYS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_TERM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_TSTP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_TTIN
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_TTOU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_URG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_USR1
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_USR2
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_VTALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_WAITING
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_WINCH
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_WIND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_XCPU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_XFSZ
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_33
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_34
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_35
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_36
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_37
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_38
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_39
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_40
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_41
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_42
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_43
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_44
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_45
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_46
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_47
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_48
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_49
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_50
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_51
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_52
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_53
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_54
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_55
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_56
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_57
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_58
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_59
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_60
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_61
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_62
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_63
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_ABRT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_ALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_BUS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_CHLD
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_CONT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_DANGER
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_EMT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_FPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_GRANT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_HUP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_ILL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_IO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_LOST
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_LWP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_MSG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_PHONE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_PIPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_POLL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_PRIO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_PROF
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_PWR
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_QUIT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_RETRACT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_SAK
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_SEGV
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_SOUND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_SYS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_TERM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_TSTP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_TTIN
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_TTOU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_URG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_USR1
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_USR2
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_VTALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_WAITING
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_WINCH
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_WIND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_XCPU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: turn on process record
PASS -> FAIL: gdb.reverse/solib-precsave.exp: breakpoint at end of main
new UNRESOLVED: gdb.reverse/solib-precsave.exp: delete all breakpoints in delete_breakpoints
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 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 first shr1
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reverse-step generic
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: run to end of main
PASS -> FAIL: gdb.reverse/solib-precsave.exp: run until end part one
PASS -> FAIL: gdb.reverse/solib-precsave.exp: save process recfile
PASS -> UNRESOLVED: gdb.reverse/solib-precsave.exp: turn on process record
new UNRESOLVED: gdb.reverse/solib-reverse.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.reverse/step-indirect-call-thunk.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.reverse/step-indirect-call-thunk.exp: failed to run to main
PASS -> FAIL: gdb.reverse/step-precsave.exp: breakpoint at end of main
new UNRESOLVED: gdb.reverse/step-precsave.exp: delete all breakpoints in delete_breakpoints
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 step into fn 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 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 -> UNRESOLVED: gdb.reverse/step-precsave.exp: turn on process record
new UNRESOLVED: gdb.reverse/step-reverse.exp: delete all breakpoints in delete_breakpoints
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 step into fn 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 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 -> UNRESOLVED: gdb.reverse/step-reverse.exp: turn on process record
PASS -> FAIL: gdb.reverse/time-reverse.exp: check time record
PASS -> FAIL: gdb.reverse/time-reverse.exp: continue to breakpoint: marker2
new UNRESOLVED: gdb.reverse/time-reverse.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.reverse/time-reverse.exp: reverse to marker1
PASS -> FAIL: gdb.reverse/time-reverse.exp: set breakpoint at marker1
PASS -> FAIL: gdb.reverse/time-reverse.exp: set breakpoint at marker2
PASS -> UNRESOLVED: gdb.reverse/time-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: breakpoint at end of main
new UNRESOLVED: gdb.reverse/until-precsave.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: 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
new UNRESOLVED: gdb.reverse/until-reverse.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: 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 UNRESOLVED: gdb.reverse/waitpid-reverse.exp: delete all breakpoints in delete_breakpoints
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
new UNRESOLVED: gdb.reverse/watch-precsave.exp: delete all breakpoints in delete_breakpoints
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
PASS -> FAIL: gdb.reverse/watch-precsave.exp: set watchpoint on ival3
PASS -> UNRESOLVED: 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
new UNRESOLVED: gdb.reverse/watch-reverse.exp: delete all breakpoints in delete_breakpoints
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
PASS -> FAIL: gdb.reverse/watch-reverse.exp: set watchpoint on ival3
PASS -> UNRESOLVED: 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.rust/expr.exp: set language rust
PASS -> FAIL: gdb.rust/expr.exp: set var $something = 27
PASS -> FAIL: gdb.server/abspath.exp: continue to main
PASS -> UNRESOLVED: gdb.server/abspath.exp: disconnect
new FAIL: gdb.server/abspath.exp: setting breakpoint at main
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: disconnect
PASS -> FAIL: gdb.server/connect-stopped-target.exp: non-stop=off: print pc again
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: disconnect
PASS -> FAIL: gdb.server/connect-stopped-target.exp: non-stop=on: print pc again
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 -> UNRESOLVED: gdb.server/connect-without-multi-process.exp: multiprocess=auto: disconnect
PASS -> FAIL: gdb.server/connect-without-multi-process.exp: multiprocess=auto: target extended-remote
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 -> UNRESOLVED: gdb.server/connect-without-multi-process.exp: multiprocess=off: disconnect
PASS -> FAIL: gdb.server/connect-without-multi-process.exp: multiprocess=off: target extended-remote
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
PASS -> FAIL: gdb.server/ext-attach.exp: detach
PASS -> UNRESOLVED: gdb.server/ext-attach.exp: disconnect
PASS -> FAIL: gdb.server/ext-attach.exp: monitor exit
PASS -> FAIL: gdb.server/ext-attach.exp: set remote exec-file
PASS -> UNRESOLVED: gdb.server/ext-restart.exp: disconnect
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: run to main
PASS -> FAIL: gdb.server/ext-restart.exp: set remote exec-file
new FAIL: gdb.server/ext-restart.exp: setting breakpoint at main
PASS -> FAIL: gdb.server/ext-run.exp: continue to main
PASS -> FAIL: gdb.server/ext-run.exp: set remote exec-file
PASS -> UNRESOLVED: gdb.server/ext-wrapper.exp: disconnect
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: run to marker
PASS -> FAIL: gdb.server/ext-wrapper.exp: set remote exec-file
new FAIL: gdb.server/ext-wrapper.exp: setting breakpoint at marker
new UNRESOLVED: gdb.server/extended-remote-restart.exp: kill: 0, follow-child 0: can't run to main
new UNRESOLVED: gdb.server/extended-remote-restart.exp: kill: 0, follow-child 0: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.server/extended-remote-restart.exp: kill: 0, follow-child 1: can't run to main
new UNRESOLVED: gdb.server/extended-remote-restart.exp: kill: 0, follow-child 1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.server/extended-remote-restart.exp: kill: 1, follow-child 0: can't run to main
new UNRESOLVED: gdb.server/extended-remote-restart.exp: kill: 1, follow-child 0: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.server/extended-remote-restart.exp: kill: 1, follow-child 1: can't run to main
new UNRESOLVED: gdb.server/extended-remote-restart.exp: kill: 1, follow-child 1: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.server/file-transfer.exp: disconnect
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/no-thread-db.exp: continue to breakpoint: after tls assignment
PASS -> UNRESOLVED: gdb.server/no-thread-db.exp: disconnect
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
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: first: connect
PASS -> UNRESOLVED: gdb.server/reconnect-ctrl-c.exp: preparation: disconnect
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: connect
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: disconnect
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
PASS -> UNRESOLVED: gdb.server/run-without-local-binary.exp: set remote exec-file
PASS -> UNRESOLVED: gdb.server/server-connect.exp: disconnect
PASS -> FAIL: gdb.server/server-connect.exp: tcp4: connect to gdbserver using tcp4:127.0.0.1
PASS -> FAIL: gdb.server/server-connect.exp: tcp6-with-brackets: connect to gdbserver using tcp6:[::1]
PASS -> FAIL: gdb.server/server-connect.exp: tcp6: connect to gdbserver using tcp6:::1
PASS -> FAIL: gdb.server/server-connect.exp: tcp: connect to gdbserver using tcp:localhost
PASS -> UNRESOLVED: gdb.server/server-exec-info.exp: disconnect
PASS -> FAIL: gdb.server/server-exec-info.exp: info files
PASS -> FAIL: gdb.server/server-kill.exp: continue to breakpoint: after server_pid assignment
PASS -> UNRESOLVED: gdb.server/server-kill.exp: disconnect
PASS -> FAIL: gdb.server/server-kill.exp: p server_pid
new FAIL: gdb.server/server-kill.exp: setting breakpoint at server-kill.c:29
PASS -> UNRESOLVED: gdb.server/server-mon.exp: disconnect
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
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 0: continue
PASS -> UNRESOLVED: gdb.server/solib-list.exp: non-stop 0: disconnect
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 0: p libvar
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 0: target extended-remote
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 1: continue
PASS -> UNRESOLVED: gdb.server/solib-list.exp: non-stop 1: disconnect
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 1: p libvar
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 1: target extended-remote
PASS -> FAIL: gdb.server/stop-reply-no-thread.exp: connect
PASS -> UNRESOLVED: gdb.server/stop-reply-no-thread.exp: disconnect
PASS -> UNRESOLVED: gdb.server/wrapper.exp: disconnect
new FAIL: gdb.server/wrapper.exp: setting breakpoint at marker
new UNRESOLVED: gdb.stabs/exclfwd.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.stabs/gdb11479.exp: can't run to main forced_stabs
new UNRESOLVED: gdb.stabs/gdb11479.exp: can't run to main natural_debug_format
new UNRESOLVED: gdb.stabs/gdb11479.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attach
PASS -> UNRESOLVED: gdb.threads/attach-into-signal.exp: nonthreaded: handle SIGALRM stop print pass
PASS -> FAIL: gdb.threads/attach-into-signal.exp: threaded: attach
PASS -> UNRESOLVED: gdb.threads/attach-into-signal.exp: threaded: handle SIGALRM stop print pass
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break break_fn
PASS -> UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 1: attach
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 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 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 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 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 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 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 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 9: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: print seconds_left
PASS -> FAIL: gdb.threads/attach-slow-waitpid.exp: attach to target
PASS -> FAIL: gdb.threads/attach-stopped.exp: nonthreaded: attach2 to stopped bt
PASS -> UNRESOLVED: gdb.threads/attach-stopped.exp: nonthreaded: attach2 to stopped, after setting file
PASS -> FAIL: gdb.threads/attach-stopped.exp: threaded: attach2 to stopped bt
PASS -> UNRESOLVED: gdb.threads/attach-stopped.exp: threaded: attach2 to stopped, after setting file
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 -> FAIL: gdb.threads/bp_in_thread.exp: run to noreturn
PASS -> UNRESOLVED: gdb.threads/break-while-running.exp: w/ithr: always-inserted off: all-stop: set non-stop off
PASS -> UNRESOLVED: gdb.threads/break-while-running.exp: w/ithr: always-inserted off: non-stop: set non-stop on
PASS -> UNRESOLVED: gdb.threads/break-while-running.exp: w/ithr: always-inserted on: all-stop: set non-stop off
PASS -> UNRESOLVED: gdb.threads/break-while-running.exp: w/ithr: always-inserted on: non-stop: set non-stop on
PASS -> UNRESOLVED: gdb.threads/break-while-running.exp: wo/ithr: always-inserted off: all-stop: set non-stop off
PASS -> UNRESOLVED: gdb.threads/break-while-running.exp: wo/ithr: always-inserted off: non-stop: set non-stop on
PASS -> UNRESOLVED: gdb.threads/break-while-running.exp: wo/ithr: always-inserted on: all-stop: set non-stop off
PASS -> UNRESOLVED: gdb.threads/break-while-running.exp: wo/ithr: always-inserted on: non-stop: set non-stop on
PASS -> UNRESOLVED: 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
new UNRESOLVED: gdb.threads/clone-new-thread-event.exp: could not run to main
new UNRESOLVED: gdb.threads/clone-new-thread-event.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/clone-thread_db.exp: could not run to main
new UNRESOLVED: gdb.threads/clone-thread_db.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/continue-pending-after-query.exp: iter 1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/continue-pending-status.exp: could not run to main
new UNRESOLVED: gdb.threads/continue-pending-status.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.threads/corethreads.exp: load core
PASS -> FAIL: gdb.threads/corethreads.exp: print pthread_t of thread0
PASS -> FAIL: gdb.threads/corethreads.exp: print pthread_t of thread1
PASS -> FAIL: gdb.threads/corethreads.exp: sanity check we see the core file
new UNRESOLVED: gdb.threads/create-fail.exp: iteration 1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/current-lwp-dead.exp: could not run to main
new UNRESOLVED: gdb.threads/current-lwp-dead.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/dlopen-libpthread.exp: delete all breakpoints in delete_breakpoints
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
new UNRESOLVED: gdb.threads/execl.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/execl.exp: info threads before exec
PASS -> UNRESOLVED: gdb.threads/execl.exp: set breakpoint at execl
new UNRESOLVED: gdb.threads/fork-child-threads.exp: can't run to main
new UNRESOLVED: gdb.threads/fork-child-threads.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: can't run to main
new UNRESOLVED: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: delete all breakpoints in delete_breakpoints
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/fork-thread-pending.exp: can't run to main
new UNRESOLVED: gdb.threads/fork-thread-pending.exp: delete all breakpoints in delete_breakpoints
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 FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: probe displaced-stepping support: can't run to main
PASS -> UNRESOLVED: gdb.threads/forking-threads-plus-breakpoint.exp: probe displaced-stepping support: set displaced on
PASS -> UNRESOLVED: gdb.threads/gcore-stale-thread.exp: set non-stop on
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
new UNRESOLVED: gdb.threads/hand-call-in-threads.exp: can't run to main
new UNRESOLVED: gdb.threads/hand-call-in-threads.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/hand-call-new-thread.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/ia64-sigill.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/info-threads-cur-sal.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/interrupt-while-step-over.exp: can't run to main
new UNRESOLVED: gdb.threads/interrupt-while-step-over.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/interrupted-hand-call.exp: can't run to main
new UNRESOLVED: gdb.threads/interrupted-hand-call.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/kill.exp: non-threaded: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/kill.exp: non-threaded: run to main
new UNRESOLVED: gdb.threads/kill.exp: threaded: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/kill.exp: threaded: run to main
PASS -> UNRESOLVED: gdb.threads/killed.exp: run program to completion
new UNRESOLVED: gdb.threads/leader-exit.exp: delete all breakpoints in delete_breakpoints
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
PASS -> UNRESOLVED: gdb.threads/linux-dp.exp: set print sevenbit-strings
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
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
new UNRESOLVED: gdb.threads/local-watch-wrong-thread.exp: set can-use-hw-watchpoints 1
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 -> UNRESOLVED: gdb.threads/manythreads.exp: set print sevenbit-strings
PASS -> FAIL: gdb.threads/manythreads.exp: stop threads 1
PASS -> UNRESOLVED: gdb.threads/multi-create-ns-info-thr.exp: set pagination off
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 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
PASS -> FAIL: 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: setup: delete all breakpoints in delete_breakpoints
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
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: next: setup: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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
new FAIL: 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: setup: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr1: switch back to thread 1
PASS -> UNRESOLVED: 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
new FAIL: 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
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr2: switch back to thread 1
PASS -> UNRESOLVED: 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
new FAIL: 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 -> FAIL: 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
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: step: setup: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: step: step
PASS -> UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: step: thread 1
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: setup: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: thread 1
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=on: next: thread 1
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: queue-signal SIGUSR1
new FAIL: 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: setup: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: switch back to thread 1
PASS -> UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: thread 1
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: queue-signal SIGUSR1
new FAIL: 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
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: switch back to thread 1
PASS -> UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: queue-signal SIGUSR1
new FAIL: 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
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: switch back to thread 1
PASS -> UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: thread 3
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=on: step: thread 1
new UNRESOLVED: gdb.threads/multiple-successive-infcall.exp: can't run to main
new UNRESOLVED: gdb.threads/multiple-successive-infcall.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/names.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/next-bp-other-thread.exp: schedlock=off: 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
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/no-unwaited-for-left.exp: delete all breakpoints in delete_breakpoints
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=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.threads/non-ldr-exc-2.exp: lock-sched=off,non-stop=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/non-ldr-exc-2.exp: lock-sched=off,non-stop=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/non-ldr-exc-2.exp: lock-sched=on,non-stop=off: delete all breakpoints in delete_breakpoints
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/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=off,non-stop=on: 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
new UNRESOLVED: gdb.threads/non-ldr-exit.exp: can't run to main
new UNRESOLVED: gdb.threads/non-ldr-exit.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.threads/non-stop-fair-events.exp: set non-stop on
new UNRESOLVED: gdb.threads/pending-step.exp: can't run to main
new UNRESOLVED: gdb.threads/pending-step.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/print-threads.exp: all threads ran once
PASS -> FAIL: gdb.threads/print-threads.exp: break thread_function
PASS -> UNRESOLVED: gdb.threads/print-threads.exp: set print sevenbit-strings
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 UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: can't run to main
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: can't run to main
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: can't run to main
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: 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: 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
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
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: can't run to main
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: can't run to main
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint: can't run to main
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: can't run to main
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: single-process: detach: killed outside: can't run to main
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: single-process: detach: killed outside: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint: can't run to main
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: can't run to main
new UNRESOLVED: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: can't run to main
new UNRESOLVED: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: can't run to main
new UNRESOLVED: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: can't run to main
new UNRESOLVED: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/pthread_cond_wait.exp: backtrace in blocked thread
PASS -> UNRESOLVED: gdb.threads/pthread_cond_wait.exp: breakpoint on break_me
new UNRESOLVED: gdb.threads/pthread_cond_wait.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/pthread_cond_wait.exp: run to break_me
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/reconnect-signal.exp: can't run to main
new UNRESOLVED: gdb.threads/reconnect-signal.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.threads/schedlock.exp: shell stty intr '^C'
new UNRESOLVED: gdb.threads/siginfo-threads.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/signal-command-multiple-signals-pending.exp: schedlock off: can't run to main
new UNRESOLVED: gdb.threads/signal-command-multiple-signals-pending.exp: schedlock off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/signal-command-multiple-signals-pending.exp: schedlock on: can't run to main
new UNRESOLVED: gdb.threads/signal-command-multiple-signals-pending.exp: schedlock on: 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
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
new UNRESOLVED: gdb.threads/signal-sigtrap.exp: sigtrap thread 1: can't run to thread_function
new UNRESOLVED: gdb.threads/signal-sigtrap.exp: sigtrap thread 1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/signal-sigtrap.exp: sigtrap thread 2: can't run to thread_function
new UNRESOLVED: gdb.threads/signal-sigtrap.exp: sigtrap thread 2: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/sigstep-threads.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/sigthread.exp: can't run to main
new UNRESOLVED: gdb.threads/sigthread.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/step-bg-decr-pc-switch-thread.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=off: step: 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/stepi-random-signal.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: 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 -> FAIL: gdb.threads/switch-threads.exp: next
new UNRESOLVED: gdb.threads/switch-threads.exp: setting breakpoint at thread_func
PASS -> UNRESOLVED: gdb.threads/thread-execl.exp: non-stop: set non-stop 1
new UNRESOLVED: gdb.threads/thread-execl.exp: schedlock off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/thread-execl.exp: schedlock on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/thread-execl.exp: schedlock step: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/thread-find.exp: find thread name 1
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: name thread 1
PASS -> FAIL: gdb.threads/thread-find.exp: test inverted range
new UNRESOLVED: gdb.threads/thread-specific-bp.exp: all-stop: could not run to main
new UNRESOLVED: gdb.threads/thread-specific-bp.exp: all-stop: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.threads/thread-specific-bp.exp: set non-stop mode
PASS -> FAIL: gdb.threads/thread-specific.exp: continue to breakpoint: all threads started
PASS -> FAIL: gdb.threads/thread-specific.exp: get threads list
PASS -> UNRESOLVED: gdb.threads/thread-specific.exp: set print sevenbit-strings
new FAIL: gdb.threads/thread-specific.exp: setting breakpoint at 39
new UNRESOLVED: gdb.threads/thread-unwindonsignal.exp: can't run to main
new UNRESOLVED: gdb.threads/thread-unwindonsignal.exp: delete all breakpoints in delete_breakpoints
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
PASS -> UNRESOLVED: gdb.threads/threadapply.exp: b 62
new UNRESOLVED: gdb.threads/threadapply.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/threadapply.exp: go down and check selected frame
PASS -> FAIL: gdb.threads/threadapply.exp: go up in the stack frame
PASS -> FAIL: gdb.threads/threadapply.exp: run a simple print command on all threads
PASS -> FAIL: gdb.threads/threadapply.exp: step to the thread_function
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
PASS -> FAIL: gdb.threads/threadapply.exp: thread apply all backthread
new UNRESOLVED: gdb.threads/threadapply.exp: thread apply all: can't run to main
new UNRESOLVED: gdb.threads/threadapply.exp: thread apply all: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.threads/threadapply.exp: thread_set=1.1: add empty inferior 2
new UNRESOLVED: gdb.threads/threadapply.exp: thread_set=1.1: start inferior 1: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/threadapply.exp: thread_set=1.1: thread 2.1
PASS -> FAIL: gdb.threads/threadapply.exp: thread_set=1.1: try kill-and-remove: info inferiors
PASS -> FAIL: gdb.threads/threadapply.exp: thread_set=1.1: try kill-and-remove: thread apply 1.1 kill-and-remove
PASS -> FAIL: gdb.threads/threadapply.exp: thread_set=1.1: try remove 2: info inferiors
PASS -> FAIL: gdb.threads/threadapply.exp: thread_set=1.1: try remove 2: thread
PASS -> FAIL: gdb.threads/threadapply.exp: thread_set=1.1: try remove 2: thread 1.1
PASS -> FAIL: gdb.threads/threadapply.exp: thread_set=1.1: try remove: info inferiors
PASS -> FAIL: gdb.threads/threadapply.exp: thread_set=1.1: try remove: thread
PASS -> FAIL: gdb.threads/threadapply.exp: thread_set=1.1: try remove: thread apply 1.1 remove
PASS -> UNRESOLVED: gdb.threads/threadapply.exp: thread_set=all: add empty inferior 2
new UNRESOLVED: gdb.threads/threadapply.exp: thread_set=all: start inferior 1: delete all breakpoints in delete_breakpoints
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
PASS -> FAIL: gdb.threads/threxit-hop-specific.exp: continue to thread start
new UNRESOLVED: gdb.threads/threxit-hop-specific.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.threads/threxit-hop-specific.exp: setting breakpoint at thread_function
new UNRESOLVED: gdb.threads/tid-reuse.exp: can't run to main
new UNRESOLVED: gdb.threads/tid-reuse.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/tls-core.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.threads/tls-core.exp: gcore
PASS -> UNRESOLVED: gdb.threads/tls-core.exp: gcore: load core file
PASS -> UNRESOLVED: gdb.threads/tls-core.exp: native: load core file
new FAIL: gdb.threads/tls-core.exp: native: unsupported output from 'core' command
new UNRESOLVED: gdb.threads/tls-nodebug-pie.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/tls-nodebug.exp: can't run to main
new UNRESOLVED: gdb.threads/tls-nodebug.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/tls-shared.exp: can't run to main
new UNRESOLVED: gdb.threads/tls-shared.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/tls-so_extern.exp: can't run to main
new UNRESOLVED: gdb.threads/tls-so_extern.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/tls-var.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.threads/tls.exp: can't run to main
PASS -> UNRESOLVED: gdb.threads/tls.exp: print a_thread_local
PASS -> UNRESOLVED: gdb.threads/watchpoint-fork.exp: child: singlethreaded: show detach-on-fork
PASS -> UNRESOLVED: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: show detach-on-fork
PASS -> UNRESOLVED: gdb.threads/watchthreads-reorder.exp: reorder0: set can-use-hw-watchpoints 1
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.threads/watchthreads.exp: first watchpoint on args[0] hit
PASS -> FAIL: gdb.threads/watchthreads.exp: first watchpoint on args[1] hit
new UNRESOLVED: gdb.threads/watchthreads.exp: set can-use-hw-watchpoints 1
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
PASS -> FAIL: gdb.threads/watchthreads.exp: watch args[0]
PASS -> FAIL: gdb.threads/watchthreads.exp: watch args[1]
PASS -> FAIL: gdb.threads/watchthreads.exp: watchpoint on args[0] hit in thread
PASS -> FAIL: gdb.threads/watchthreads.exp: watchpoint on args[1] hit in thread
PASS -> FAIL: gdb.threads/watchthreads2.exp: all threads started
PASS -> FAIL: gdb.threads/watchthreads2.exp: breakpoint on thread_started
new FAIL: gdb.threads/watchthreads2.exp: run to thread_started
new UNRESOLVED: gdb.threads/watchthreads2.exp: set can-use-hw-watchpoints 1
new FAIL: gdb.threads/wp-replication.exp: failed to run to main
new UNRESOLVED: gdb.threads/wp-replication.exp: set can-use-hw-watchpoints 1
new UNRESOLVED: gdb.trace/actions-changed.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/actions-changed.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.trace/actions.exp: could not find gdb_recursion_test function
new UNRESOLVED: gdb.trace/actions.exp: list actions.c:1
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 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/change-loc.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/change-loc.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.trace/circ.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/circ.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 FAIL: 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/disconnected-tracing.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/disconnected-tracing.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.trace/entry-values.exp: disassemble bar
new FAIL: gdb.trace/entry-values.exp: find the call or branch instruction offset in bar
new UNRESOLVED: gdb.trace/ftrace-lock.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/ftrace-lock.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
new FAIL: gdb.trace/infotrace.exp: setting tracepoints
new FAIL: gdb.trace/infotrace.exp: trace gdb_asm_test
new UNRESOLVED: gdb.trace/infotrace.exp: trace gdb_c_test
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
PASS -> FAIL: gdb.trace/mi-trace-save.exp: -trace-save with missing argument
PASS -> FAIL: gdb.trace/mi-trace-save.exp: -trace-save with too many arguments
new UNRESOLVED: gdb.trace/mi-trace-unavailable.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/mi-trace-unavailable.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.trace/mi-traceframe-changed.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/mi-traceframe-changed.exp: delete all breakpoints in delete_breakpoints
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
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: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.trace/no-attach-trace.exp: current target does not support trace
new FAIL: gdb.trace/passcount.exp: could not find gdb_recursion_test function
new UNRESOLVED: gdb.trace/passcount.exp: list actions.c:1
new UNRESOLVED: gdb.trace/pending.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/pending.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.trace/qtro.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/qtro.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.trace/range-stepping.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/range-stepping.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.trace/read-memory.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.trace/save-trace.exp: could not find gdb_recursion_test function
new UNRESOLVED: gdb.trace/save-trace.exp: list actions.c:1
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/stap-trace.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.trace/status-stop.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/status-stop.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.trace/tfile.exp: disassemble main
PASS -> FAIL: gdb.trace/tfile.exp: info tracepoints on trace file
PASS -> FAIL: gdb.trace/tfile.exp: print constglob on trace file
PASS -> FAIL: gdb.trace/tfile.exp: print nonconstglob on trace file
PASS -> FAIL: gdb.trace/tfile.exp: print testglob on trace file
PASS -> FAIL: gdb.trace/tfile.exp: print testglob2 on trace file
PASS -> UNRESOLVED: gdb.trace/tfile.exp: target tfile tfile-basic.tf
PASS -> FAIL: gdb.trace/tfile.exp: tfind 0 on trace file
PASS -> FAIL: gdb.trace/tfile.exp: tstatus on trace file
new UNRESOLVED: gdb.trace/trace-break.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/trace-break.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.trace/trace-buffer-size.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/trace-buffer-size.exp: delete all breakpoints in delete_breakpoints
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
new UNRESOLVED: gdb.trace/trace-enable-disable.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/trace-enable-disable.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.trace/trace-mt.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/trace-mt.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.trace/tracecmd.exp: could not find gdb_recursion_test function
new UNRESOLVED: gdb.trace/tracecmd.exp: list actions.c:1
new UNRESOLVED: gdb.trace/tspeed.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/tspeed.exp: delete all breakpoints in delete_breakpoints
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-dwarf-piece.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
new FAIL: gdb.trace/while-stepping.exp: could not find gdb_c_test function
new UNRESOLVED: gdb.trace/while-stepping.exp: trace gdb_c_test
PASS -> FAIL: gdb.tui/completion.exp: set max-completions unlimited
PASS -> FAIL: gdb.tui/tui-disasm-long-lines.exp: layout asm
new UNRESOLVED: gdb.tui/tui-disasm-long-lines.exp: verify tui support
PASS -> UNRESOLVED: gdb.tui/tui-layout.exp: execution=0: layout=asm: layout command
PASS -> UNRESOLVED: gdb.tui/tui-layout.exp: execution=0: layout=reg: layout command
PASS -> UNRESOLVED: gdb.tui/tui-layout.exp: execution=0: layout=split: layout command
PASS -> UNRESOLVED: gdb.tui/tui-layout.exp: execution=0: layout=src: layout command
new UNRESOLVED: gdb.tui/tui-layout.exp: execution=1: layout=asm: can't run to main
new UNRESOLVED: gdb.tui/tui-layout.exp: execution=1: layout=asm: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.tui/tui-layout.exp: execution=1: layout=reg: can't run to main
new UNRESOLVED: gdb.tui/tui-layout.exp: execution=1: layout=reg: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.tui/tui-layout.exp: execution=1: layout=split: can't run to main
new UNRESOLVED: gdb.tui/tui-layout.exp: execution=1: layout=split: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.tui/tui-layout.exp: execution=1: layout=src: can't run to main
new UNRESOLVED: gdb.tui/tui-layout.exp: execution=1: layout=src: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.tui/tui-layout.exp: verify tui support
PASS -> FAIL: 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 -> FAIL: gdb.xml/tdesc-arch.exp: read valid architectures
PASS -> FAIL: gdb.xml/tdesc-errors.exp: set tdesc filename gdb.xml/tdesc-bogus.xml
PASS -> FAIL: gdb.xml/tdesc-errors.exp: set tdesc filename gdb.xml/tdesc-unknown.xml
PASS -> FAIL: gdb.xml/tdesc-regs.exp: set tdesc file single-reg.xml
PASS -> FAIL: gdb.xml/tdesc-xinclude.exp: set tdesc filename gdb.xml/bad-include.xml
PASS -> FAIL: gdb.xml/tdesc-xinclude.exp: set tdesc filename gdb.xml/includes.xml
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-native-extended-gdbserver-m32/xfails/master/xfail?id=6e5e4056>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-native-extended-gdbserver-m32/xfails/master/xfail.table?id=6e5e4056>




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

* Failures on Fedora-x86_64-native-extended-gdbserver-m64, branch master
  2018-10-23 15:10 [binutils-gdb] GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested sergiodj+buildbot
                   ` (13 preceding siblings ...)
  2018-10-25 12:17 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
@ 2018-10-25 14:41 ` sergiodj+buildbot
  14 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-10-25 14:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-native-extended-gdbserver-m64/builds/11314>

Commit(s) tested:
	f19c7ff839d7a32ebb48482ae7d318fb46ca823d

Author(s) (in the same order as the commits):
	John Darrington <john@darrington.wattle.id.au>

Subject:
	GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested.

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

*** Diff to previous build ***
============================
new UNRESOLVED: gdb.ada/O2_float_param.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/access_tagged_param.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/access_to_packed_array.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.ada/access_to_unbounded_array.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/addr_arith.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/aliased_array.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/aliased_array.exp: print bt
new UNRESOLVED: gdb.ada/arr_acc_idx_w_gap.exp: delete all breakpoints in delete_breakpoints
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/array_bounds.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/array_char_idx.exp: Display my_table
PASS -> UNRESOLVED: gdb.ada/array_char_idx.exp: ptype char_table
PASS -> FAIL: gdb.ada/array_char_idx.exp: ptype global_char_table
new UNRESOLVED: gdb.ada/array_of_variable_length.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/array_ptr_renaming.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.ada/array_return.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/array_subscript_addr.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/array_subscript_addr.exp: print a
new UNRESOLVED: gdb.ada/arraydim.exp: delete all breakpoints in delete_breakpoints
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: ptype global_3dim_for_gdb_testing
new UNRESOLVED: gdb.ada/arrayidx.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.ada/arrayidx.exp: set print array-indexes off
new UNRESOLVED: gdb.ada/arrayparam.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.ada/arrayptr.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/assign_1.exp: changing the language to ada
PASS -> FAIL: gdb.ada/assign_1.exp: set convenience variable $xxx to 1
new UNRESOLVED: gdb.ada/assign_arr.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/assign_arr.exp: print input.u2 :=
PASS -> UNRESOLVED: gdb.ada/atomic_enum.exp: ptype pck.data_flag
new UNRESOLVED: gdb.ada/attr_ref_and_charlit.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/attr_ref_and_charlit.exp: gdb_test
PASS -> UNRESOLVED: 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 -> UNRESOLVED: 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 UNRESOLVED: gdb.ada/bad-task-bp-keyword.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/boolean_expr.exp: changing the language to ada
PASS -> FAIL: gdb.ada/boolean_expr.exp: print 1 = 2
PASS -> FAIL: gdb.ada/boolean_expr.exp: print 3 = 3
new UNRESOLVED: gdb.ada/bp_c_mixed_case.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
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
PASS -> UNRESOLVED: gdb.ada/bp_on_var.exp: set breakpoint pending off
PASS -> UNRESOLVED: 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
PASS -> FAIL: gdb.ada/bp_reset.exp: break do_nothing
PASS -> UNRESOLVED: gdb.ada/bp_reset.exp: break nested_sub
new UNRESOLVED: gdb.ada/byte_packed_arr.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/byte_packed_arr.exp: print broken
new UNRESOLVED: gdb.ada/call_pn.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/catch_assert_if.exp: cannot run to main, testcase aborted
new UNRESOLVED: gdb.ada/catch_assert_if.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/catch_ex.exp: cannot run to main, testcase aborted
new UNRESOLVED: gdb.ada/catch_ex.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/char_enum.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/char_enum.exp: print Char_Enum_Type'
PASS -> FAIL: gdb.ada/char_param.exp: call next
new UNRESOLVED: gdb.ada/char_param.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.ada/char_param.exp: print procedure_result before calling same
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 -> UNRESOLVED: 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
new UNRESOLVED: gdb.ada/complete.exp: delete all breakpoints in delete_breakpoints
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
PASS -> FAIL: gdb.ada/cond_lang.exp: break mixed.adb:33 if light = green
PASS -> FAIL: gdb.ada/cond_lang.exp: continue
new UNRESOLVED: gdb.ada/cond_lang.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/cond_lang.exp: show lang
new UNRESOLVED: gdb.ada/convvar_comp.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/dot_all.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/dyn_arrayidx.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/dyn_arrayidx.exp: maintenance set ada ignore-descriptive-types
PASS -> FAIL: gdb.ada/dyn_arrayidx.exp: ptype array_type
new UNRESOLVED: gdb.ada/dyn_loc.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/dyn_stride.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/excep_handle.exp: cannot run to main, testcase aborted
new UNRESOLVED: gdb.ada/excep_handle.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/exec_changed.exp: shell mv /home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-native-extended-gdbserver/build/gdb/testsuite/outputs/gdb.ada/exec_changed/first /home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-native-extended-gdbserver/build/gdb/testsuite/outputs/gdb.ada/exec_changed/common
new UNRESOLVED: gdb.ada/exec_changed.exp: start
new UNRESOLVED: gdb.ada/expr_with_funcall.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.ada/exprs.exp: Long_Long_Integer ** Y
new UNRESOLVED: gdb.ada/exprs.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/exprs.exp: long_float'max
PASS -> FAIL: gdb.ada/exprs.exp: long_float'min
new UNRESOLVED: gdb.ada/fin_fun_out.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/fin_fun_out.exp: finish
new UNRESOLVED: gdb.ada/fixed_cmp.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/fixed_cmp.exp: print My_Var > 10
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.ada/fixed_points.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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 -> UNRESOLVED: gdb.ada/float_param.exp: call set_float
PASS -> FAIL: gdb.ada/float_param.exp: call set_long_double
new UNRESOLVED: gdb.ada/float_param.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.ada/formatted_ref.exp: address of s1
new UNRESOLVED: gdb.ada/formatted_ref.exp: delete all breakpoints in delete_breakpoints
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
new UNRESOLVED: gdb.ada/frame_args.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/fullname_bp.exp: break Pck.Hello
PASS -> UNRESOLVED: gdb.ada/fullname_bp.exp: break pck.adb:Pck.Hello
PASS -> UNRESOLVED: gdb.ada/fullname_bp.exp: break pck.adb:pck.hello
PASS -> UNRESOLVED: gdb.ada/fullname_bp.exp: break pck.hello
new UNRESOLVED: gdb.ada/fun_in_declare.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/fun_overload_menu.exp: 1
new UNRESOLVED: gdb.ada/fun_overload_menu.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.ada/fun_renaming.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/fun_renaming.exp: print n
PASS -> UNRESOLVED: gdb.ada/fun_renaming.exp: print next
PASS -> FAIL: gdb.ada/fun_renaming.exp: print pack.renamed_next
PASS -> FAIL: gdb.ada/fun_renaming.exp: print renamed_next
new UNRESOLVED: gdb.ada/funcall_char.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/funcall_char.exp: print f
new UNRESOLVED: gdb.ada/funcall_param.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.ada/funcall_ptr.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/funcall_ref.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.ada/homonym.exp: set breakpoint at Get_Value
PASS -> FAIL: gdb.ada/homonym.exp: set breakpoint at homonym.adb:Get_Value
new UNRESOLVED: gdb.ada/info_addr_mixed_case.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 UNRESOLVED: gdb.ada/info_locals_renaming.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/info_locals_renaming.exp: info locals
new UNRESOLVED: gdb.ada/int_deref.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/int_deref.exp: print *long_integer
PASS -> FAIL: gdb.ada/int_deref.exp: print long_integer
PASS -> UNRESOLVED: gdb.ada/int_deref.exp: print watch'address
new UNRESOLVED: gdb.ada/interface.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/iwide.exp: delete all breakpoints in delete_breakpoints
FAIL -> UNRESOLVED: gdb.ada/iwide.exp: print My_Drawable
PASS -> FAIL: gdb.ada/lang_switch.exp: backtrace
PASS -> FAIL: gdb.ada/lang_switch.exp: backtrace with lang set to C
new UNRESOLVED: gdb.ada/lang_switch.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/lang_switch.exp: set print frame-arguments all
PASS -> FAIL: gdb.ada/maint_with_ada.exp: maintenance check-psymtabs
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 UNRESOLVED: gdb.ada/maint_with_ada.exp: setting breakpoint at adainit
new UNRESOLVED: gdb.ada/mi_catch_assert.exp: cannot run to main, testcase aborted
new UNRESOLVED: gdb.ada/mi_catch_assert.exp: delete all breakpoints in delete_breakpoints
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/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_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 UNRESOLVED: gdb.ada/mi_ex_cond.exp: cannot run to main, testcase aborted
new UNRESOLVED: gdb.ada/mi_ex_cond.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/mi_exc_info.exp: -info-ada-exceptions
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
new UNRESOLVED: gdb.ada/minsyms.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/mod_from_name.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/n_arr_bound.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/n_arr_bound.exp: ptype var
PASS -> UNRESOLVED: gdb.ada/nested.exp: break on nested function First
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 -> UNRESOLVED: gdb.ada/notcplusplus.exp: print <symada__cS> before loading symbols from ver.ads
new UNRESOLVED: gdb.ada/null_array.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/null_array.exp: print my_matrix
PASS -> UNRESOLVED: gdb.ada/null_array.exp: print my_table
PASS -> FAIL: gdb.ada/null_array.exp: ptype my_table
new UNRESOLVED: gdb.ada/null_record.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/null_record.exp: ptype on null record
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 -> UNRESOLVED: 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"
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 -> UNRESOLVED: 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 UNRESOLVED: gdb.ada/packed_array.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/packed_array.exp: print &var
PASS -> FAIL: gdb.ada/packed_array.exp: print u_var
PASS -> UNRESOLVED: gdb.ada/packed_array.exp: print var
PASS -> FAIL: gdb.ada/packed_array.exp: ptype &var
new UNRESOLVED: gdb.ada/packed_array_assign.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
PASS -> UNRESOLVED: gdb.ada/pckd_arr_ren.exp: print var
new UNRESOLVED: gdb.ada/pckd_neg.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/pckd_neg.exp: print SSA
new UNRESOLVED: gdb.ada/pkd_arr_elem.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/pp-rec-component.exp: print /r before
PASS -> FAIL: gdb.ada/pp-rec-component.exp: print before
new UNRESOLVED: gdb.ada/pp-rec-component.exp: verify python support
new UNRESOLVED: gdb.ada/print_chars.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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
new UNRESOLVED: gdb.ada/print_pc.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/print_pc.exp: p /x $pc
new UNRESOLVED: gdb.ada/ptr_typedef.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/ptr_typedef.exp: print my_blob.bees
PASS -> FAIL: gdb.ada/ptype_arith_binop.exp: ptype 3 * 2.0
PASS -> FAIL: gdb.ada/ptype_arith_binop.exp: ptype 3 / 2.0
PASS -> UNRESOLVED: gdb.ada/ptype_arith_binop.exp: set lang ada
new UNRESOLVED: gdb.ada/ptype_field.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.ada/ptype_tagged_param.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/py_range.exp: verify python support
PASS -> UNRESOLVED: gdb.ada/rdv_wait.exp: set debug-file-directory
PASS -> FAIL: gdb.ada/rdv_wait.exp: task 2
new UNRESOLVED: gdb.ada/rec_comp.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/rec_return.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/ref_param.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/ref_tick_size.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/ref_tick_size.exp: print d1'size = d2'size
new UNRESOLVED: gdb.ada/rename_subscript_param.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/rename_subscript_param.exp: insert second breakpoint in pkg.adb
new UNRESOLVED: gdb.ada/repeat_dyn.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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 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 UNRESOLVED: 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
PASS -> UNRESOLVED: gdb.ada/same_enum.exp: print red
new UNRESOLVED: gdb.ada/scoped_watch.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/set_pckd_arr_elt.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/set_wstr.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/small_reg_param.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/start.exp: start failed to land inside the right procedure
new UNRESOLVED: gdb.ada/str_binop_equal.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.ada/str_binop_equal.exp: print my_str = my_str
new UNRESOLVED: gdb.ada/str_ref_cmp.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/str_uninit.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/sym_print_name.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.ada/taft_type.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/tagged.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/tagged_access.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/tagged_not_init.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/tagged_not_init.exp: print obj
PASS -> FAIL: gdb.ada/task_bp.exp: break dummy_task - from full symtab
PASS -> UNRESOLVED: 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 -> UNRESOLVED: 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 -> UNRESOLVED: 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 -> UNRESOLVED: gdb.ada/task_bp.exp: break pck.dummy_task - from psymtab
PASS -> UNRESOLVED: gdb.ada/task_bp.exp: expanding symtab for dummy_task
PASS -> UNRESOLVED: gdb.ada/task_bp.exp: expanding symtab for pck.adb:dummy_task
PASS -> UNRESOLVED: gdb.ada/task_bp.exp: expanding symtab for pck.adb:pck.dummy_task
PASS -> UNRESOLVED: gdb.ada/task_bp.exp: expanding symtab for pck.dummy_task
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 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
PASS -> FAIL: gdb.ada/tasks.exp: break break_me task 1
PASS -> FAIL: gdb.ada/tasks.exp: break break_me task 3
new UNRESOLVED: gdb.ada/tasks.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/tasks.exp: info tasks before inserting breakpoint
new UNRESOLVED: gdb.ada/tick_length_array_enum_idx.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: 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 -> 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 UNRESOLVED: gdb.ada/type_coercion.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: continue to STOP2
new UNRESOLVED: gdb.ada/unc_arr_ptr_in_var_rec.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.ada/uninitialized_vars.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.ada/uninitialized_vars.exp: info locals
new UNRESOLVED: gdb.ada/var_arr_attrs.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/var_arr_typedef.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/var_arr_typedef.exp: print a
PASS -> UNRESOLVED: gdb.ada/var_arr_typedef.exp: print va
PASS -> FAIL: gdb.ada/var_arr_typedef.exp: print vb
new UNRESOLVED: gdb.ada/var_rec_arr.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.ada/variant_record_packed_array.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/variant_record_packed_array.exp: print address
PASS -> UNRESOLVED: gdb.ada/variant_record_packed_array.exp: print my_buffer
PASS -> FAIL: gdb.ada/variant_record_packed_array.exp: print {foo.octal_buffer}
new UNRESOLVED: gdb.ada/varsize_limit.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/watch_arg.exp: continuing to second breakpoint
PASS -> FAIL: gdb.ada/watch_arg.exp: continuing until watchpoint automatic deletion
new UNRESOLVED: gdb.ada/watch_arg.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/watch_arg.exp: insert second breakpoint in watch.adb
PASS -> UNRESOLVED: gdb.ada/watch_arg.exp: set watchpoint on function argument X
new UNRESOLVED: gdb.ada/whatis_array_val.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/widewide.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/win_fu_syms.exp: info line on Do_Nothing call
PASS -> UNRESOLVED: gdb.ada/win_fu_syms.exp: info line on variable declaration
PASS -> FAIL: gdb.arch/amd64-byte.exp: check contents of %ah
PASS -> FAIL: gdb.arch/amd64-byte.exp: check contents of %al
PASS -> FAIL: gdb.arch/amd64-byte.exp: check contents of %bh
PASS -> FAIL: gdb.arch/amd64-byte.exp: check contents of %bl
PASS -> FAIL: gdb.arch/amd64-byte.exp: check contents of %ch
PASS -> FAIL: gdb.arch/amd64-byte.exp: check contents of %cl
PASS -> FAIL: gdb.arch/amd64-byte.exp: check contents of %dh
PASS -> FAIL: gdb.arch/amd64-byte.exp: check contents of %dl
PASS -> FAIL: gdb.arch/amd64-byte.exp: continue to breakpoint: continue to first breakpoint in main
PASS -> FAIL: gdb.arch/amd64-byte.exp: continue to breakpoint: continue to forth breakpoint in main
PASS -> FAIL: gdb.arch/amd64-byte.exp: continue to breakpoint: continue to second breakpoint in main
PASS -> FAIL: gdb.arch/amd64-byte.exp: continue to breakpoint: continue to third breakpoint in main
new UNRESOLVED: gdb.arch/amd64-byte.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.arch/amd64-byte.exp: set first breakpoint in main
PASS -> FAIL: gdb.arch/amd64-byte.exp: set forth breakpoint in main
PASS -> FAIL: gdb.arch/amd64-byte.exp: set second breakpoint in main
PASS -> FAIL: gdb.arch/amd64-byte.exp: set third breakpoint in main
PASS -> FAIL: gdb.arch/amd64-dword.exp: check contents of %eax
PASS -> FAIL: gdb.arch/amd64-dword.exp: check contents of %ebx
PASS -> FAIL: gdb.arch/amd64-dword.exp: check contents of %ecx
PASS -> FAIL: gdb.arch/amd64-dword.exp: check contents of %edi
PASS -> FAIL: gdb.arch/amd64-dword.exp: check contents of %edx
PASS -> FAIL: gdb.arch/amd64-dword.exp: check contents of %esi
PASS -> FAIL: gdb.arch/amd64-dword.exp: continue to breakpoint: continue to first breakpoint in main
PASS -> FAIL: gdb.arch/amd64-dword.exp: continue to breakpoint: continue to forth breakpoint in main
PASS -> FAIL: gdb.arch/amd64-dword.exp: continue to breakpoint: continue to second breakpoint in main
PASS -> FAIL: gdb.arch/amd64-dword.exp: continue to breakpoint: continue to third breakpoint in main
new UNRESOLVED: gdb.arch/amd64-dword.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.arch/amd64-dword.exp: set first breakpoint in main
PASS -> FAIL: gdb.arch/amd64-dword.exp: set forth breakpoint in main
PASS -> FAIL: gdb.arch/amd64-dword.exp: set second breakpoint in main
PASS -> FAIL: gdb.arch/amd64-dword.exp: set third breakpoint in main
new UNRESOLVED: gdb.arch/amd64-entry-value-inline.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.arch/amd64-entry-value-param-dwarf5.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.arch/amd64-entry-value-param.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.arch/amd64-entry-value-paramref.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.arch/amd64-entry-value.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.arch/amd64-gs_base.exp: could not run to main
new UNRESOLVED: gdb.arch/amd64-gs_base.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.arch/amd64-i386-address.exp: trap stop
PASS -> FAIL: gdb.arch/amd64-i386-address.exp: x/wx $ebx
PASS -> FAIL: gdb.arch/amd64-i386-address.exp: x/wx $esp
new UNRESOLVED: gdb.arch/amd64-init-x87-values.exp: check_setting_mxcsr_before_enable: can't run to main
new UNRESOLVED: gdb.arch/amd64-init-x87-values.exp: check_setting_mxcsr_before_enable: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.arch/amd64-init-x87-values.exp: check_setting_x87_regs_before_enable: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.arch/amd64-init-x87-values.exp: check_x87_regs_around_init: can't run to main
new UNRESOLVED: gdb.arch/amd64-init-x87-values.exp: check_x87_regs_around_init: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.arch/amd64-invalid-stack-middle.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.arch/amd64-invalid-stack-top.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.arch/amd64-optimout-repeat.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.arch/amd64-osabi.exp: arch=i386: print sizeof
PASS -> UNRESOLVED: gdb.arch/amd64-osabi.exp: arch=i386: set architecture i386:x86-64
PASS -> FAIL: gdb.arch/amd64-prologue-skip.exp: break *minsym
PASS -> UNRESOLVED: gdb.arch/amd64-prologue-skip.exp: break *pushrbp
PASS -> FAIL: gdb.arch/amd64-prologue-skip.exp: break minsym
PASS -> FAIL: gdb.arch/amd64-prologue-skip.exp: break pushrbp
new UNRESOLVED: gdb.arch/amd64-prologue-xmm.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.arch/amd64-stap-optional-prefix.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.arch/amd64-stap-special-operands.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.arch/amd64-stap-special-operands.exp: run to probe three_arg
new UNRESOLVED: gdb.arch/amd64-stap-special-operands.exp: run to probe triplet
new UNRESOLVED: gdb.arch/amd64-stap-wrong-subexp.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.arch/amd64-stap-wrong-subexp.exp: print probe bar arg0
PASS -> FAIL: gdb.arch/amd64-stap-wrong-subexp.exp: print probe bar arg1
PASS -> FAIL: gdb.arch/amd64-stap-wrong-subexp.exp: print probe foo arg0
new FAIL: gdb.arch/amd64-stap-wrong-subexp.exp: run to probe bar
new UNRESOLVED: gdb.arch/amd64-stap-wrong-subexp.exp: run to probe foo
new UNRESOLVED: gdb.arch/amd64-tailcall-cxx.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.arch/amd64-tailcall-noret.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.arch/amd64-tailcall-ret.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.arch/amd64-tailcall-self.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.arch/amd64-word.exp: check contents of %ax
PASS -> FAIL: gdb.arch/amd64-word.exp: check contents of %bx
PASS -> FAIL: gdb.arch/amd64-word.exp: check contents of %cx
PASS -> FAIL: gdb.arch/amd64-word.exp: check contents of %di
PASS -> FAIL: gdb.arch/amd64-word.exp: check contents of %dx
PASS -> FAIL: gdb.arch/amd64-word.exp: check contents of %si
PASS -> FAIL: gdb.arch/amd64-word.exp: continue to breakpoint: continue to first breakpoint in main
PASS -> FAIL: gdb.arch/amd64-word.exp: continue to breakpoint: continue to forth breakpoint in main
PASS -> FAIL: gdb.arch/amd64-word.exp: continue to breakpoint: continue to second breakpoint in main
PASS -> FAIL: gdb.arch/amd64-word.exp: continue to breakpoint: continue to third breakpoint in main
new UNRESOLVED: gdb.arch/amd64-word.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.arch/amd64-word.exp: set first breakpoint in main
PASS -> FAIL: gdb.arch/amd64-word.exp: set forth breakpoint in main
PASS -> FAIL: gdb.arch/amd64-word.exp: set second breakpoint in main
PASS -> FAIL: gdb.arch/amd64-word.exp: set third breakpoint in main
PASS -> FAIL: gdb.arch/arc-tdesc-cpu.exp: setting HS architecture
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.arch/ftrace-insn-reloc.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.arch/ftrace-insn-reloc.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[0]
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[10]
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[11]
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[12]
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[13]
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[14]
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[15]
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[1]
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[2]
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[3]
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[4]
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[5]
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[6]
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[7]
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[8]
PASS -> FAIL: gdb.arch/i386-avx.exp: check contents of data[9]
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm0
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm1
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm10
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm11
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm12
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm13
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm14
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm15
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm2
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm3
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm4
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm5
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm6
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm7
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm8
PASS -> FAIL: gdb.arch/i386-avx.exp: check float contents of %ymm9
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm0
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm1
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm10
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm11
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm12
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm13
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm14
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm15
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm2
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm3
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm4
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm5
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm6
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm7
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm8
PASS -> FAIL: gdb.arch/i386-avx.exp: check int8 contents of %ymm9
PASS -> UNRESOLVED: gdb.arch/i386-avx.exp: check whether processor supports AVX
PASS -> FAIL: gdb.arch/i386-avx.exp: continue to breakpoint: continue to first breakpoint in main
PASS -> FAIL: gdb.arch/i386-avx.exp: continue to breakpoint: continue to second breakpoint in main
new UNRESOLVED: gdb.arch/i386-avx.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.arch/i386-avx.exp: force-disable xml descriptions: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.arch/i386-avx.exp: force-disable xml descriptions: run to main
PASS -> FAIL: gdb.arch/i386-avx.exp: set first breakpoint in main
PASS -> FAIL: gdb.arch/i386-avx.exp: set second breakpoint in main
new UNRESOLVED: gdb.arch/i386-avx512.exp: could not run to main
new UNRESOLVED: gdb.arch/i386-avx512.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.arch/i386-biarch-core.exp: complete set gnutarget
new UNRESOLVED: gdb.arch/i386-bp_permanent.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.arch/i386-byte.exp: check contents of %ah
PASS -> FAIL: gdb.arch/i386-byte.exp: check contents of %al
PASS -> FAIL: gdb.arch/i386-byte.exp: check contents of %bh
PASS -> FAIL: gdb.arch/i386-byte.exp: check contents of %bl
PASS -> FAIL: gdb.arch/i386-byte.exp: check contents of %ch
PASS -> FAIL: gdb.arch/i386-byte.exp: check contents of %cl
PASS -> FAIL: gdb.arch/i386-byte.exp: check contents of %dh
PASS -> FAIL: gdb.arch/i386-byte.exp: check contents of %dl
PASS -> FAIL: gdb.arch/i386-byte.exp: continue to breakpoint: continue to first breakpoint in main
PASS -> FAIL: gdb.arch/i386-byte.exp: continue to breakpoint: continue to second breakpoint in main
new UNRESOLVED: gdb.arch/i386-byte.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.arch/i386-byte.exp: set first breakpoint in main
PASS -> FAIL: gdb.arch/i386-byte.exp: set second breakpoint in main
new UNRESOLVED: gdb.arch/i386-dr3-watch.exp: could not run to main
new UNRESOLVED: gdb.arch/i386-dr3-watch.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.arch/i386-float.exp: can't run to main
new UNRESOLVED: gdb.arch/i386-float.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.arch/i386-mpx-call.exp: could not run to main
new UNRESOLVED: gdb.arch/i386-mpx-call.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.arch/i386-mpx-map.exp: could not run to main
new UNRESOLVED: gdb.arch/i386-mpx-map.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.arch/i386-mpx-sigsegv.exp: could not run to main
new UNRESOLVED: gdb.arch/i386-mpx-sigsegv.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.arch/i386-mpx-simple_segv.exp: could not run to main
new UNRESOLVED: gdb.arch/i386-mpx-simple_segv.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.arch/i386-mpx.exp: could not run to main
new UNRESOLVED: gdb.arch/i386-mpx.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.arch/i386-pkru.exp: could not run to main
new UNRESOLVED: gdb.arch/i386-pkru.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.arch/i386-signal.exp: backtrace 10
new UNRESOLVED: gdb.arch/i386-signal.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.arch/i386-signal.exp: finish
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[0]
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[10]
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[11]
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[12]
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[13]
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[14]
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[15]
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[1]
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[2]
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[3]
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[4]
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[5]
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[6]
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[7]
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[8]
PASS -> FAIL: gdb.arch/i386-sse.exp: check contents of data[9]
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm0
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm1
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm10
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm11
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm12
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm13
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm14
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm15
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm2
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm3
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm4
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm5
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm6
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm7
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm8
PASS -> FAIL: gdb.arch/i386-sse.exp: check float contents of %xmm9
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm0
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm1
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm10
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm11
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm12
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm13
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm14
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm15
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm2
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm3
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm4
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm5
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm6
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm7
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm8
PASS -> FAIL: gdb.arch/i386-sse.exp: check int8 contents of %xmm9
PASS -> UNRESOLVED: gdb.arch/i386-sse.exp: check whether processor supports SSE
PASS -> FAIL: gdb.arch/i386-sse.exp: continue to breakpoint: continue to first breakpoint in main
PASS -> FAIL: gdb.arch/i386-sse.exp: continue to breakpoint: continue to second breakpoint in main
new UNRESOLVED: gdb.arch/i386-sse.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.arch/i386-sse.exp: set first breakpoint in main
PASS -> FAIL: gdb.arch/i386-sse.exp: set second breakpoint in main
PASS -> FAIL: gdb.arch/i386-word.exp: check contents of %ax
PASS -> FAIL: gdb.arch/i386-word.exp: check contents of %bx
PASS -> FAIL: gdb.arch/i386-word.exp: check contents of %cx
PASS -> FAIL: gdb.arch/i386-word.exp: check contents of %dx
PASS -> FAIL: gdb.arch/i386-word.exp: continue to breakpoint: continue to first breakpoint in main
PASS -> FAIL: gdb.arch/i386-word.exp: continue to breakpoint: continue to second breakpoint in main
new UNRESOLVED: gdb.arch/i386-word.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.arch/i386-word.exp: set first breakpoint in main
PASS -> FAIL: gdb.arch/i386-word.exp: set second breakpoint in main
PASS -> FAIL: gdb.asm/asm-source.exp: bt 2 in foo2
PASS -> FAIL: gdb.asm/asm-source.exp: bt 3 in foo3
PASS -> FAIL: gdb.asm/asm-source.exp: bt ALL in foo2
new UNRESOLVED: gdb.asm/asm-source.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.asm/asm-source.exp: disassem &globalvar,
PASS -> FAIL: gdb.asm/asm-source.exp: disassem &staticvar,
PASS -> UNRESOLVED: gdb.asm/asm-source.exp: f at main
PASS -> FAIL: gdb.asm/asm-source.exp: f in foo2
PASS -> FAIL: gdb.asm/asm-source.exp: finish from foo3
PASS -> FAIL: gdb.asm/asm-source.exp: info line
PASS -> FAIL: gdb.asm/asm-source.exp: info source asmsrc1.s
PASS -> FAIL: gdb.asm/asm-source.exp: info source asmsrc2.s
PASS -> FAIL: gdb.asm/asm-source.exp: info sources
PASS -> FAIL: gdb.asm/asm-source.exp: info symbol
PASS -> FAIL: gdb.asm/asm-source.exp: info target
PASS -> FAIL: gdb.asm/asm-source.exp: list
PASS -> FAIL: gdb.asm/asm-source.exp: look at global variable
PASS -> FAIL: gdb.asm/asm-source.exp: look at static function
PASS -> FAIL: gdb.asm/asm-source.exp: look at static variable
PASS -> FAIL: gdb.asm/asm-source.exp: n at main
PASS -> FAIL: gdb.asm/asm-source.exp: n in foo2
PASS -> FAIL: gdb.asm/asm-source.exp: next over foo3
PASS -> FAIL: gdb.asm/asm-source.exp: next over macro
PASS -> FAIL: gdb.asm/asm-source.exp: return from foo2
PASS -> FAIL: gdb.asm/asm-source.exp: search
PASS -> FAIL: gdb.asm/asm-source.exp: step into foo2
PASS -> FAIL: gdb.asm/asm-source.exp: x/i &globalvar
PASS -> FAIL: gdb.asm/asm-source.exp: x/i &staticvar
PASS -> UNRESOLVED: gdb.base/a2-run.exp: run "a2-run" with no args
PASS -> FAIL: gdb.base/a2-run.exp: set args
PASS -> FAIL: gdb.base/a2-run.exp: set args 6
new UNRESOLVED: gdb.base/advance.exp: can't run to main
new UNRESOLVED: gdb.base/advance.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/align.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/all-architectures-0.exp: all passed
new UNRESOLVED: gdb.base/all-architectures-0.exp: set max-completions unlimited
new UNRESOLVED: gdb.base/all-architectures-1.exp: set max-completions unlimited
PASS -> FAIL: gdb.base/all-architectures-2.exp: all passed
new UNRESOLVED: gdb.base/all-architectures-2.exp: set max-completions unlimited
PASS -> FAIL: gdb.base/all-architectures-3.exp: all passed
new UNRESOLVED: gdb.base/all-architectures-3.exp: set max-completions unlimited
PASS -> FAIL: gdb.base/all-architectures-4.exp: all passed
new UNRESOLVED: gdb.base/all-architectures-4.exp: set max-completions unlimited
PASS -> FAIL: gdb.base/all-architectures-5.exp: all passed
new UNRESOLVED: gdb.base/all-architectures-5.exp: set max-completions unlimited
PASS -> FAIL: gdb.base/all-architectures-6.exp: all passed
new UNRESOLVED: gdb.base/all-architectures-6.exp: set max-completions unlimited
PASS -> FAIL: gdb.base/all-architectures-7.exp: all passed
new UNRESOLVED: gdb.base/all-architectures-7.exp: set max-completions unlimited
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=AIX: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=Cygwin: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=DICOS: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=DJGPP: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=Darwin: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=FreeBSD: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=GNU/Hurd: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=GNU/Linux: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=LynxOS178: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=NetBSD: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=Newlib: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=OpenBSD: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=OpenVMS: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=QNX-Neutrino: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=SDE: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=SVR4: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=Solaris: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=Symbian: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=WindowsCE: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=auto: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=default: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new FAIL: gdb.base/all-architectures-7.exp: tests: osabi=none: arch= *** List may be truncated, max-completions reached. ***: endian=auto: set architecture  *** List may be truncated, max-completions reached. ***
new UNRESOLVED: gdb.base/all-bin.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/annota-input-while-running.exp: can't run to main
new UNRESOLVED: gdb.base/annota-input-while-running.exp: delete all breakpoints in delete_breakpoints
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: break at value++
PASS -> FAIL: 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 -> FAIL: 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
new UNRESOLVED: gdb.base/annota1.exp: delete all breakpoints in delete_breakpoints
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 -> FAIL: gdb.base/annota1.exp: get inferior pid
PASS -> FAIL: gdb.base/annota1.exp: go after array init line
PASS -> FAIL: gdb.base/annota1.exp: ignore 5 4
new FAIL: gdb.base/annota1.exp: next to exit loop
PASS -> FAIL: 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 UNRESOLVED: gdb.base/annota1.exp: run to main
PASS -> FAIL: gdb.base/annota1.exp: send SIGUSR1
PASS -> UNRESOLVED: gdb.base/annota1.exp: set height 0
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: break at value++
PASS -> FAIL: gdb.base/annota3.exp: break in main
PASS -> FAIL: gdb.base/annota3.exp: breakpoint handle_USR1
PASS -> FAIL: gdb.base/annota3.exp: breakpoint ignore count
PASS -> FAIL: gdb.base/annota3.exp: breakpoint info
PASS -> FAIL: gdb.base/annota3.exp: breakpoint main
PASS -> FAIL: gdb.base/annota3.exp: breakpoint printf
PASS -> FAIL: gdb.base/annota3.exp: continue to printf
PASS -> FAIL: gdb.base/annota3.exp: delete bp 1
PASS -> FAIL: gdb.base/annota3.exp: delete bp 2
PASS -> FAIL: gdb.base/annota3.exp: delete bp 3
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: ignore 5 4
PASS -> FAIL: gdb.base/annota3.exp: next to exit loop
PASS -> FAIL: gdb.base/annota3.exp: print array
PASS -> FAIL: gdb.base/annota3.exp: print non_existent_value
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 -> UNRESOLVED: gdb.base/annota3.exp: set height 0
PASS -> FAIL: gdb.base/annota3.exp: set up display
PASS -> FAIL: gdb.base/annota3.exp: signal sent
new UNRESOLVED: gdb.base/anon.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: 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 two empty
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 two empty
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 two empty
PASS -> FAIL: gdb.base/args.exp: argv[3] for one empty
PASS -> FAIL: gdb.base/args.exp: argv[3] for two empty
PASS -> FAIL: gdb.base/args.exp: argv[4] for two empty
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/argv0-symlink.exp: break main
new UNRESOLVED: gdb.base/argv0-symlink.exp: could not run to main
new UNRESOLVED: gdb.base/argv0-symlink.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/arithmet.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/arrayidx.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/asmlabel.exp: can't run to main
new UNRESOLVED: gdb.base/asmlabel.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/assign.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/async-shell.exp: set non-stop on
new UNRESOLVED: gdb.base/async.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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
PASS -> UNRESOLVED: gdb.base/attach-pie-noexec.exp: show architecture
XFAIL -> UNRESOLVED: gdb.base/attach-twice.exp: attach
PASS -> FAIL: gdb.base/attach-wait-input.exp: editing off: attach and print
new UNRESOLVED: gdb.base/attach-wait-input.exp: editing off: can't run to setup_done
new UNRESOLVED: gdb.base/attach-wait-input.exp: editing off: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/attach-wait-input.exp: editing on: attach and print
new UNRESOLVED: gdb.base/attach-wait-input.exp: editing on: can't run to setup_done
new UNRESOLVED: gdb.base/attach-wait-input.exp: editing on: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: 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 -> 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 -> UNRESOLVED: gdb.base/attach.exp: load file
new UNRESOLVED: gdb.base/auto-connect-native-target.exp: help target native
PASS -> FAIL: gdb.base/auto-load.exp: print $script_loaded
PASS -> UNRESOLVED: gdb.base/auto-load.exp: set auto-load scripts-directory
PASS -> FAIL: gdb.base/auxv.exp: continue
PASS -> FAIL: gdb.base/auxv.exp: gcore
PASS -> FAIL: gdb.base/auxv.exp: info auxv on live process
PASS -> UNRESOLVED: gdb.base/auxv.exp: set print sevenbit-strings
PASS -> FAIL: gdb.base/bad-file.exp: non-existent file
PASS -> UNRESOLVED: gdb.base/bang.exp: continue until exit
new UNRESOLVED: gdb.base/bang.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/bfp-test.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/bg-execution-repeat.exp: c 1&: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/bg-execution-repeat.exp: c&: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/bigcore.exp: continue
PASS -> FAIL: gdb.base/bigcore.exp: extract next heap
PASS -> FAIL: gdb.base/bigcore.exp: extract prev heap
PASS -> FAIL: gdb.base/bigcore.exp: next
PASS -> FAIL: gdb.base/bigcore.exp: save heap size
PASS -> UNRESOLVED: gdb.base/bigcore.exp: set print sevenbit-strings
PASS -> FAIL: gdb.base/bigcore.exp: signal SIGABRT
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
PASS -> UNRESOLVED: gdb.base/bitfields2.exp: set print sevenbit-strings
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
PASS -> UNRESOLVED: gdb.base/bitops.exp: print value of !1
new UNRESOLVED: gdb.base/bp-cmds-continue-ctrl-c.exp: run: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/bp-permanent.exp: always_inserted=off, sw_watchpoint=0: delete all breakpoints in delete_breakpoints
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/branch-to-self.exp: single-step: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/break-always.exp: before re-enable check breakpoint state
PASS -> FAIL: gdb.base/break-always.exp: confirm breakpoint always-inserted
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 -> UNRESOLVED: gdb.base/break-always.exp: set breakpoint always-inserted on
PASS -> FAIL: gdb.base/break-always.exp: set breakpoint on bar
PASS -> FAIL: gdb.base/break-always.exp: set breakpoint on bar 2
new UNRESOLVED: gdb.base/break-caller-line.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/break-entry.exp: info files
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.base/break-idempotent.exp: can't run to main
new UNRESOLVED: gdb.base/break-idempotent.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.base/break-inline.exp: setting breakpoint at main
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: BINprelinkNOdebugINpieATTACH: attach-relinkNO: set verbose on
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: attach: set verbose on
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieNO: dl 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: BINprelinkNOdebugINpieNO: set debug-file-directory
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: attach: set verbose on
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieYES: dl bt
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: BINprelinkNOdebugINpieYES: set debug-file-directory
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: BINprelinkNOdebugNOpieATTACH: attach-relinkNO: set verbose on
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: attach: set verbose on
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: dl 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: set debug-file-directory
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: symbol-less: set debug-file-directory
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: attach: set verbose on
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: dl bt
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: set debug-file-directory
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: symbol-less: set debug-file-directory
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: BINprelinkNOdebugSEPpieATTACH: attach-relinkNO: set verbose on
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: attach: set verbose on
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieNO: dl 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: BINprelinkNOdebugSEPpieNO: set debug-file-directory
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: attach: set verbose on
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: dl bt
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: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieYES: set debug-file-directory
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: set debug-file-directory
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: BINprelinkNOdebugINpieATTACH: attach-relinkNO: set verbose on
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: attach: set verbose on
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieNO: dl 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: BINprelinkNOdebugINpieNO: set debug-file-directory
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: attach: set verbose on
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieYES: dl bt
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: BINprelinkNOdebugINpieYES: set debug-file-directory
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: BINprelinkNOdebugNOpieATTACH: attach-relinkNO: set verbose on
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: attach: set verbose on
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: dl 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: set debug-file-directory
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: symbol-less: set debug-file-directory
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: attach: set verbose on
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: dl bt
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: set debug-file-directory
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: symbol-less: set debug-file-directory
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: BINprelinkNOdebugSEPpieATTACH: attach-relinkNO: set verbose on
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: attach: set verbose on
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieNO: dl 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: BINprelinkNOdebugSEPpieNO: set debug-file-directory
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: attach: set verbose on
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieYES: dl bt
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: BINprelinkNOdebugSEPpieYES: set debug-file-directory
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: set debug-file-directory
PASS -> UNRESOLVED: gdb.base/break-interp.exp: LDprelinkNOdebugNO: set verbose on
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: symbol-less: set debug-file-directory
new FAIL: gdb.base/break-interp.exp: show debug-file-directory
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 UNRESOLVED: gdb.base/break-main-file-remove-fail.exp: file: can't run to start
PASS -> UNRESOLVED: gdb.base/break-on-linker-gcd-function.exp: b 24
PASS -> UNRESOLVED: gdb.base/break-on-linker-gcd-function.exp: readnow: b 24
PASS -> FAIL: gdb.base/break-probes.exp: ensure using probes
PASS -> UNRESOLVED: gdb.base/break-probes.exp: set stop-on-solib-events 1
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: 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 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 -> UNRESOLVED: gdb.base/break.exp: delete all breakpoints when none
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 UNRESOLVED: gdb.base/breakpoint-in-ro-region.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/breakpoint-shadow.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/breakpoint-shadow.exp: start
new UNRESOLVED: gdb.base/bt-selected-frame.exp: bt full: can't run to main
new UNRESOLVED: gdb.base/bt-selected-frame.exp: bt full: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/bt-selected-frame.exp: bt: can't run to main
new UNRESOLVED: gdb.base/bt-selected-frame.exp: bt: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.base/c-linkage-name.exp: print symada__cS before partial symtab expansion
PASS -> UNRESOLVED: gdb.base/call-ar-st.exp: set print sevenbit-strings
PASS -> UNRESOLVED: gdb.base/call-rt-st.exp: set print sevenbit-strings
new UNRESOLVED: gdb.base/call-signal-resume.exp: can't run to main
new UNRESOLVED: gdb.base/call-signal-resume.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/call-strs.exp: set print sevenbit-strings
new UNRESOLVED: gdb.base/callexit.exp: can't run to main
new UNRESOLVED: gdb.base/callexit.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.base/callfuncs.exp: noproto: set print sevenbit-strings
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 -> FAIL: gdb.base/callfuncs.exp: retrieve original register contents
PASS -> UNRESOLVED: gdb.base/callfuncs.exp: set print sevenbit-strings
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 UNRESOLVED: gdb.base/catch-fork-kill.exp: fork-kind=fork: exit-kind=exit: fork: could not run to main
new UNRESOLVED: gdb.base/catch-fork-kill.exp: fork-kind=fork: exit-kind=exit: fork: 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/catch-fork-kill.exp: fork-kind=vfork: exit-kind=kill: vfork: could not run to main
new UNRESOLVED: gdb.base/catch-fork-kill.exp: fork-kind=vfork: exit-kind=kill: vfork: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-gdb-caused-signals.exp: can't run to main to make the tests
new UNRESOLVED: gdb.base/catch-gdb-caused-signals.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-load.exp: non-matching load with stop-on-solib-events: can't run to main
new UNRESOLVED: gdb.base/catch-load.exp: non-matching load with stop-on-solib-events: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-load.exp: non-matching load: can't run to main
new UNRESOLVED: gdb.base/catch-load.exp: non-matching load: delete all breakpoints in delete_breakpoints
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/catch-load.exp: non-matching unload: can't run to main
new UNRESOLVED: gdb.base/catch-load.exp: non-matching unload: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-load.exp: plain load with stop-on-solib-events: can't run to main
new UNRESOLVED: gdb.base/catch-load.exp: plain load with stop-on-solib-events: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-load.exp: plain load: can't run to main
new UNRESOLVED: gdb.base/catch-load.exp: plain load: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-load.exp: plain unload with stop-on-solib-events: can't run to main
new UNRESOLVED: gdb.base/catch-load.exp: plain unload with stop-on-solib-events: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-load.exp: plain unload: can't run to main
new UNRESOLVED: gdb.base/catch-load.exp: plain unload: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-load.exp: rx load with stop-on-solib-events: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-load.exp: rx load: can't run to main
new UNRESOLVED: gdb.base/catch-load.exp: rx load: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-load.exp: rx unload with stop-on-solib-events: can't run to main
new UNRESOLVED: gdb.base/catch-load.exp: rx unload with stop-on-solib-events: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-load.exp: rx unload: can't run to main
new UNRESOLVED: gdb.base/catch-load.exp: rx unload: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-signal-fork.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-signal-siginfo-cond.exp: can't run to main
new UNRESOLVED: gdb.base/catch-signal-siginfo-cond.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-signal.exp: 1: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.base/catch-signal.exp: SIGHUP SIGUSR2: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/catch-signal.exp: SIGHUP: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/catch-signal.exp: catch signal SIGZARDOZ
new FAIL: gdb.base/catch-signal.exp: setting breakpoint at main
new UNRESOLVED: gdb.base/catch-syscall.exp: can't run to main
new UNRESOLVED: gdb.base/catch-syscall.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/charset.exp: show charset
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 -> UNRESOLVED: gdb.base/chng-syms.exp: setting conditional breakpoint on function
PASS -> FAIL: gdb.base/code-expr.exp:
PASS -> UNRESOLVED: gdb.base/code-expr.exp: set print sevenbit-strings
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 symtabs: test eliminated var my_global_symbol
PASS -> FAIL: gdb.base/code_elim.exp: symbol-file code_elim1
PASS -> FAIL: gdb.base/command-line-input.exp: print 1\\n + 2
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: gdbvar_simple_if_test: #1
PASS -> FAIL: gdb.base/commands.exp: gdbvar_simple_if_test: #2
PASS -> UNRESOLVED: gdb.base/commands.exp: gdbvar_simple_if_test: set foo
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
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
new UNRESOLVED: gdb.base/completion.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.base/complex.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/comprdebug.exp: file comprdebug0.o
new UNRESOLVED: gdb.base/cond-eval-mode.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/cond-expr.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/condbreak-call-false.exp: can't run to main
new UNRESOLVED: gdb.base/condbreak-call-false.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: 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: 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 UNRESOLVED: gdb.base/consecutive-step-over.exp: can't run to main
new UNRESOLVED: gdb.base/consecutive-step-over.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/consecutive.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/constvars.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/continue-after-aborted-step-over.exp: displaced-stepping=off: run to main
PASS -> UNRESOLVED: gdb.base/continue-after-aborted-step-over.exp: displaced-stepping=off: set displaced-stepping off
new FAIL: gdb.base/continue-after-aborted-step-over.exp: displaced-stepping=on: run to main
PASS -> UNRESOLVED: gdb.base/continue-after-aborted-step-over.exp: displaced-stepping=on: set displaced-stepping on
PASS -> UNRESOLVED: gdb.base/continue-all-already-running.exp: set non-stop on
new UNRESOLVED: gdb.base/coredump-filter.exp: could not run to main
new UNRESOLVED: gdb.base/coredump-filter.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/ctxobj.exp: could not run to main
new UNRESOLVED: gdb.base/ctxobj.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/cursal.exp: list before run
PASS -> UNRESOLVED: gdb.base/cursal.exp: set listsize 1
PASS -> FAIL: gdb.base/cvexpr.exp:
PASS -> UNRESOLVED: gdb.base/cvexpr.exp: set print sevenbit-strings
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 UNRESOLVED: gdb.base/dcache-line-read-error.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/debug-expr.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/debug-expr.exp: run to main
PASS -> FAIL: gdb.base/default.exp: add-symbol-file
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 UNRESOLVED: gdb.base/define.exp: define tests suppressed
new UNRESOLVED: gdb.base/define.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/define.exp: use hook-stop command
PASS -> FAIL: gdb.base/define.exp: use user command: nextwhere
PASS -> FAIL: gdb.base/del.exp: Remove last breakpoint
PASS -> FAIL: gdb.base/del.exp: breakpoint insertion
PASS -> UNRESOLVED: gdb.base/del.exp: remove all breakpoints
new UNRESOLVED: gdb.base/detach.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/detach.exp: detach, one
PASS -> FAIL: gdb.base/detach.exp: detach, two
PASS -> UNRESOLVED: gdb.base/detach.exp: set should_exit, one
PASS -> FAIL: gdb.base/detach.exp: set should_exit, two
PASS -> UNRESOLVED: gdb.base/dfp-exprs.exp: p 1.2df
new UNRESOLVED: gdb.base/dfp-test.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/disabled-location.exp: can't run to main
new UNRESOLVED: gdb.base/disabled-location.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/disasm-end-cu.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/disasm-optim.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/display.exp: could not run to main - other tests will fail.
new UNRESOLVED: gdb.base/display.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/display.exp: kill
PASS -> UNRESOLVED: 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 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/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 FAIL: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=off: can't run to main
PASS -> UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=off: set breakpoint always-inserted off
new FAIL: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: can't run to main
PASS -> UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: set breakpoint always-inserted off
new FAIL: gdb.base/dprintf-detach.exp: bai=off ds=call dd=off: can't run to main
PASS -> UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=off: set breakpoint always-inserted off
new FAIL: gdb.base/dprintf-detach.exp: bai=off ds=call dd=on: can't run to main
PASS -> UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=call dd=on: set breakpoint always-inserted off
new FAIL: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=off: can't run to main
PASS -> UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=off: set breakpoint always-inserted off
new FAIL: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: can't run to main
PASS -> UNRESOLVED: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: set breakpoint always-inserted off
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=off: can't run to main
PASS -> UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=off: set breakpoint always-inserted on
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=on: can't run to main
PASS -> UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=on: set breakpoint always-inserted on
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=call dd=off: can't run to main
PASS -> UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=off: set breakpoint always-inserted on
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=call dd=on: can't run to main
PASS -> UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=call dd=on: set breakpoint always-inserted on
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: can't run to main
PASS -> UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: set breakpoint always-inserted on
new FAIL: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=on: can't run to main
PASS -> UNRESOLVED: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=on: set breakpoint always-inserted on
new UNRESOLVED: gdb.base/dprintf-next.exp: can't run to main
new UNRESOLVED: gdb.base/dprintf-next.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dprintf-non-stop.exp: can't run to main
new UNRESOLVED: gdb.base/dprintf-non-stop.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/dprintf-pending.exp: run to resolved dprintf
PASS -> UNRESOLVED: gdb.base/dprintf-pending.exp: set pending dprintf
PASS -> FAIL: gdb.base/dprintf-pending.exp: single pending dprintf info
PASS -> UNRESOLVED: gdb.base/dprintf-pending.exp: without format: missing ,FMT
PASS -> FAIL: gdb.base/dprintf-pending.exp: without symbols: run to resolved dprintf
PASS -> UNRESOLVED: gdb.base/dprintf-pending.exp: without symbols: set pending dprintf
PASS -> FAIL: gdb.base/dprintf-pending.exp: without symbols: single pending dprintf info
new UNRESOLVED: gdb.base/dprintf.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/dso2dso.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/dump.exp: inaccessible memory is reported
PASS -> UNRESOLVED: gdb.base/dup-sect.exp: var1 after strip
PASS -> FAIL: gdb.base/dup-sect.exp: var2 after strip
new UNRESOLVED: 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 UNRESOLVED: gdb.base/duplicate-bp.exp: del_1_stop_2: delete all breakpoints in delete_breakpoints
new UNRESOLVED: 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 UNRESOLVED: gdb.base/duplicate-bp.exp: del_2_stop_1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: 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
new UNRESOLVED: gdb.base/duplicate-bp.exp: dis_1_del_2_stop_3: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: 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
new UNRESOLVED: gdb.base/duplicate-bp.exp: dis_1_del_3_stop_1: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: 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
new UNRESOLVED: gdb.base/duplicate-bp.exp: dis_2_del_1_stop_3: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: 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
new UNRESOLVED: gdb.base/duplicate-bp.exp: dis_2_del_3_stop_1: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: 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
new UNRESOLVED: gdb.base/duplicate-bp.exp: dis_3_del_1_stop_2: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: 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
new UNRESOLVED: gdb.base/duplicate-bp.exp: dis_3_del_2_stop_1: delete all breakpoints in delete_breakpoints
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/echo.exp: echo test
PASS -> FAIL: gdb.base/empty_exe.exp: file ''
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 & 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 UNRESOLVED: gdb.base/ena-dis-br.exp: delete all breakpoints in delete_breakpoints
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 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
PASS -> FAIL: gdb.base/ena-dis-br.exp: info break marker1
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: rerun to main
PASS -> FAIL: gdb.base/ena-dis-br.exp: step after continue with ignore count
PASS -> UNRESOLVED: gdb.base/endian.exp: default target endianness
new UNRESOLVED: gdb.base/enum_cond.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.base/enumval.exp: print e
PASS -> FAIL: gdb.base/enumval.exp: print f
PASS -> FAIL: gdb.base/environ.exp: show environment works
PASS -> FAIL: gdb.base/environ.exp: unset environment variable
new UNRESOLVED: gdb.base/eu-strip-infcall.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/eval-avoid-side-effects.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/eval-skip.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/eval.exp: initialize $a.
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/exe-lock.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/exec-invalid-sysroot.exp: couldn't run exec-invalid-sysroot
PASS -> UNRESOLVED: gdb.base/exec-invalid-sysroot.exp: set sysroot /a/path/that/does/not/exist
new UNRESOLVED: gdb.base/execl-update-breakpoints.exp: couldn't run to main
new UNRESOLVED: gdb.base/execl-update-breakpoints.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.base/execution-termios.exp: next: can't run to main
new UNRESOLVED: gdb.base/execution-termios.exp: next: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/exitsignal.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/expand-psymtabs.exp: expand psymtabs
new UNRESOLVED: gdb.base/exprs.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/filesym.exp: complete on "filesy"
new UNRESOLVED: gdb.base/filesym.exp: show editing
new UNRESOLVED: gdb.base/find-unmapped.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/find.exp: $_
PASS -> FAIL: gdb.base/find.exp: $numfound
PASS -> UNRESOLVED: 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 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/finish.exp: couldn't run to main
new UNRESOLVED: gdb.base/finish.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/fixsection.exp: can't run to main
new UNRESOLVED: gdb.base/fixsection.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/float.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/float128.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/floatn.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/foll-exec-mode.exp: couldn't run foll-exec-mode
new UNRESOLVED: gdb.base/foll-exec-mode.exp: delete all breakpoints in delete_breakpoints
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: new,next,infswitch: couldn't run foll-exec-mode
new UNRESOLVED: gdb.base/foll-exec-mode.exp: new,next,infswitch: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/foll-exec-mode.exp: new,next,no_infswitch: couldn't run foll-exec-mode
new UNRESOLVED: gdb.base/foll-exec-mode.exp: new,next,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-exec-mode.exp: same,next,no_infswitch: couldn't run foll-exec-mode
new UNRESOLVED: gdb.base/foll-exec-mode.exp: same,next,no_infswitch: delete all breakpoints in delete_breakpoints
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/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
PASS -> UNRESOLVED: gdb.base/foll-fork.exp: set verbose
new UNRESOLVED: gdb.base/foll-vfork.exp: check vfork support: 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 parent follow, through step: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/foll-vfork.exp: exec: vfork parent follow, to bp: 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: exit: vfork child follow, finish after tcatch vfork: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/foll-vfork.exp: exit: vfork child follow, to exit: 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, through step: 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/foll-vfork.exp: exit: vfork relations in info inferiors: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=off: follow_fork_mode=child: detach_on_fork=off: run
PASS -> UNRESOLVED: gdb.base/fork-print-inferior-events.exp: print_inferior_events=off: follow_fork_mode=child: detach_on_fork=off: set print inferior-events off
PASS -> FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=off: follow_fork_mode=child: detach_on_fork=on: run
PASS -> UNRESOLVED: gdb.base/fork-print-inferior-events.exp: print_inferior_events=off: follow_fork_mode=child: detach_on_fork=on: set print inferior-events off
PASS -> FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=off: follow_fork_mode=parent: detach_on_fork=off: run
PASS -> UNRESOLVED: gdb.base/fork-print-inferior-events.exp: print_inferior_events=off: follow_fork_mode=parent: detach_on_fork=off: set print inferior-events off
PASS -> FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=off: follow_fork_mode=parent: detach_on_fork=on: run
PASS -> UNRESOLVED: gdb.base/fork-print-inferior-events.exp: print_inferior_events=off: follow_fork_mode=parent: detach_on_fork=on: set print inferior-events off
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-print-inferior-events.exp: print_inferior_events=on: follow_fork_mode=child: detach_on_fork=off: set print inferior-events on
PASS -> FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=on: follow_fork_mode=child: detach_on_fork=on: run
PASS -> UNRESOLVED: gdb.base/fork-print-inferior-events.exp: print_inferior_events=on: follow_fork_mode=child: detach_on_fork=on: set print inferior-events on
PASS -> FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=on: follow_fork_mode=parent: detach_on_fork=off: run
PASS -> UNRESOLVED: gdb.base/fork-print-inferior-events.exp: print_inferior_events=on: follow_fork_mode=parent: detach_on_fork=off: set print inferior-events on
PASS -> FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=on: follow_fork_mode=parent: detach_on_fork=on: run
PASS -> UNRESOLVED: gdb.base/fork-print-inferior-events.exp: print_inferior_events=on: follow_fork_mode=parent: detach_on_fork=on: set print inferior-events on
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=child: all-stop: schedule-multiple=off: can't run to main
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=child: all-stop: schedule-multiple=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=child: all-stop: schedule-multiple=on: can't run to main
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=child: all-stop: schedule-multiple=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=child: non-stop: can't run to main
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=child: non-stop: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=parent: all-stop: schedule-multiple=off: can't run to main
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=parent: all-stop: schedule-multiple=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=parent: all-stop: schedule-multiple=on: can't run to main
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=parent: all-stop: schedule-multiple=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=parent: non-stop: can't run to main
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=off: follow-fork=parent: non-stop: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=child: all-stop: schedule-multiple=off: can't run to main
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=child: all-stop: schedule-multiple=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=child: all-stop: schedule-multiple=on: can't run to main
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=child: all-stop: schedule-multiple=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=child: non-stop: can't run to main
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=child: non-stop: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=parent: all-stop: schedule-multiple=off: can't run to main
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=parent: all-stop: schedule-multiple=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=parent: all-stop: schedule-multiple=on: can't run to main
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=parent: all-stop: schedule-multiple=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=parent: non-stop: can't run to main
new UNRESOLVED: gdb.base/fork-running-state.exp: detach-on-fork=on: follow-fork=parent: non-stop: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/fortran-sym-case.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/frame-args.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/frame-selection.exp: backtrace at breakpoint
PASS -> FAIL: gdb.base/frame-selection.exp: continue to breakpoint: frame_2
new UNRESOLVED: gdb.base/frame-selection.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.base/frame-selection.exp: setting breakpoint at frame_2
new UNRESOLVED: gdb.base/frameapply.exp: can't run to setup_done
new UNRESOLVED: gdb.base/frameapply.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/freebpcmd.exp: send breakpoint commands
PASS -> UNRESOLVED: gdb.base/freebpcmd.exp: set breakpoint
PASS -> FAIL: gdb.base/fullpath-expand.exp: info source
PASS -> FAIL: gdb.base/fullpath-expand.exp: list func
PASS -> UNRESOLVED: gdb.base/fullpath-expand.exp: rbreak XXX/fullpath-expand-func.c:func
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/func-ptrs.exp: could not run to main
new UNRESOLVED: gdb.base/func-ptrs.exp: delete all breakpoints in delete_breakpoints
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 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
new UNRESOLVED: gdb.base/funcargs.exp: getting sizeof long
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 *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 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 l after run to call0a
PASS -> FAIL: gdb.base/funcargs.exp: print l after run to call2a
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 uc
PASS -> FAIL: gdb.base/funcargs.exp: print ui
PASS -> FAIL: gdb.base/funcargs.exp: print ul
PASS -> FAIL: gdb.base/funcargs.exp: print us
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 callc1a
PASS -> FAIL: gdb.base/funcargs.exp: run to callc2a
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 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
PASS -> UNRESOLVED: gdb.base/gcore-buffer-overflow.exp: set buffer exceeding arguments
new UNRESOLVED: gdb.base/gcore-relro-pie.exp: can't run to break_here
new UNRESOLVED: gdb.base/gcore-relro-pie.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/gcore-relro-pie.exp: strip
new UNRESOLVED: gdb.base/gcore-relro.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gcore-tls-pie.exp: can't run to break_here
new UNRESOLVED: gdb.base/gcore-tls-pie.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/gcore-tls-pie.exp: strip
new UNRESOLVED: gdb.base/gcore.exp: couldn't run to main
new UNRESOLVED: gdb.base/gcore.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/gdb-sigterm-2.exp: expect eof
PASS -> UNRESOLVED: gdb.base/gdb-sigterm.exp: 50 SIGTERM passes
new UNRESOLVED: gdb.base/gdb-sigterm.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gdb1090.exp: can't run to main
new UNRESOLVED: gdb.base/gdb1090.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gdb11530.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gdb11530.exp: run to main
new UNRESOLVED: gdb.base/gdb11531.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gdb11531.exp: run to main
new UNRESOLVED: gdb.base/gdb1250.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gdb1555.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gdb1821.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/gdbhistsize-history.exp: histsize= 20 : show history size
PASS -> FAIL: gdb.base/gdbhistsize-history.exp: histsize=-5: show history size
PASS -> FAIL: gdb.base/gdbhistsize-history.exp: histsize=-5ab: show history size
PASS -> FAIL: gdb.base/gdbhistsize-history.exp: histsize=0: show commands
PASS -> FAIL: gdb.base/gdbhistsize-history.exp: histsize=0: show history size
PASS -> FAIL: gdb.base/gdbhistsize-history.exp: histsize=10zab: show history size
PASS -> FAIL: gdb.base/gdbhistsize-history.exp: histsize=20: show history size
PASS -> FAIL: gdb.base/gdbhistsize-history.exp: histsize=50: show history size
PASS -> FAIL: gdb.base/gdbhistsize-history.exp: histsize=99999999999999999999999999999999999: show history size
PASS -> FAIL: gdb.base/gdbhistsize-history.exp: histsize=: show history size
PASS -> FAIL: gdb.base/gdbhistsize-history.exp: histsize=not_an_integer: show history size
PASS -> UNRESOLVED: gdb.base/gdbindex-stabs.exp: list stabs_function
PASS -> FAIL: gdb.base/gdbinit-history.exp: home=gdbinit-history/unlimited gdbhistsize=1000: show history size
PASS -> FAIL: gdb.base/gdbinit-history.exp: home=gdbinit-history/unlimited gdbhistsize=foo: show history size
PASS -> FAIL: gdb.base/gdbinit-history.exp: home=gdbinit-history/unlimited: show history size
PASS -> FAIL: gdb.base/gdbinit-history.exp: home=gdbinit-history/zero: show commands
PASS -> FAIL: gdb.base/gdbinit-history.exp: home=gdbinit-history/zero: show history size
PASS -> FAIL: gdb.base/gdbinit-history.exp: truncation: appending: server show commands
PASS -> FAIL: gdb.base/gdbinit-history.exp: truncation: creating: server show commands
PASS -> FAIL: gdb.base/gdbvars.exp: Set a new convenience variable to a program variable
PASS -> UNRESOLVED: gdb.base/gdbvars.exp: set print sevenbit-strings
new UNRESOLVED: gdb.base/global-var-nested-by-dso.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/gnu-debugdata.exp: have symtab
PASS -> UNRESOLVED: gdb.base/gnu-debugdata.exp: no symtab
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=0: final_debug=0: can't run to main
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=0: final_debug=0: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=0: final_debug=0: set-break: can't run to main
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=0: final_debug=0: set-break: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=0: final_debug=1: can't run to main
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=0: final_debug=1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=0: final_debug=1: set-break: can't run to main
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=0: final_debug=1: set-break: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=1: final_debug=0: can't run to main
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=1: final_debug=0: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=1: final_debug=0: set-break: can't run to main
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=1: final_debug=0: set-break: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=1: final_debug=1: can't run to main
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=1: final_debug=1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=1: final_debug=1: set-break: can't run to main
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=1: final_debug=1: set-break: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=0: final_debug=0: can't run to main
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=0: final_debug=0: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=0: final_debug=0: set-break: can't run to main
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=0: final_debug=0: set-break: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=0: final_debug=1: can't run to main
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=0: final_debug=1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=0: final_debug=1: set-break: can't run to main
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=0: final_debug=1: set-break: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=1: final_debug=0: can't run to main
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=1: final_debug=0: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=1: final_debug=0: set-break: can't run to main
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=1: final_debug=0: set-break: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=1: final_debug=1: can't run to main
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=1: final_debug=1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=1: final_debug=1: set-break: can't run to main
new UNRESOLVED: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=1: final_debug=1: set-break: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gnu-ifunc.exp: static: setting breakpoint at gnu_ifunc
new FAIL: gdb.base/gnu-ifunc.exp: static: setting breakpoint at main
PASS -> FAIL: gdb.base/gnu-ifunc.exp: static: static gnu_ifunc
new UNRESOLVED: gdb.base/gnu_vector.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gnu_vector.exp: runto main
PASS -> UNRESOLVED: gdb.base/hashline1.exp: set breakpoint
PASS -> UNRESOLVED: gdb.base/hashline2.exp: set breakpoint
PASS -> UNRESOLVED: gdb.base/hashline3.exp: set breakpoint
new UNRESOLVED: gdb.base/hbreak-in-shr-unsupported.exp: can't run to main
new UNRESOLVED: gdb.base/hbreak-in-shr-unsupported.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/hbreak-unmapped.exp: can't run to main
new UNRESOLVED: gdb.base/hbreak-unmapped.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/hbreak.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/hbreak.exp: hbreak.exp
PASS -> FAIL: gdb.base/hbreak2.exp: backtrace from factorial
PASS -> FAIL: gdb.base/hbreak2.exp: backtrace while in called function
new UNRESOLVED: 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
new UNRESOLVED: gdb.base/hbreak2.exp: delete all breakpoints in delete_breakpoints
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
PASS -> FAIL: gdb.base/help.exp: disable pagination
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.base/hook-stop.exp: hook-stop runs next: can't run to main
new UNRESOLVED: gdb.base/hook-stop.exp: hook-stop runs next: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/huge.exp: couldn't run to main
new UNRESOLVED: gdb.base/huge.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/included.exp: list integer
PASS -> FAIL: gdb.base/included.exp: ptype integer
PASS -> UNRESOLVED: gdb.base/included.exp: set listsize 1
PASS -> UNRESOLVED: gdb.base/index-cache.exp: test_basic_stuff: index-cache is disabled by default
PASS -> FAIL: gdb.base/index-cache.exp: test_cache_disabled: check index-cache stats
PASS -> UNRESOLVED: gdb.base/index-cache.exp: test_cache_disabled: no files were created
PASS -> FAIL: gdb.base/index-cache.exp: test_cache_enabled_hit: check index-cache stats
PASS -> UNRESOLVED: gdb.base/index-cache.exp: test_cache_enabled_hit: no files were created
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.base/infcall-exec.exp: could not run to main
new UNRESOLVED: gdb.base/infcall-exec.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/infcall-input.exp: couldn't run to main
new UNRESOLVED: gdb.base/infcall-input.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/infcall-nested-structs.exp: types-tc-td: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tc-td: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tc-tf: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tc-tf: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tc-tld: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tc-tld: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tc: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tc: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-td-tc: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-td-tc: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-td-td: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-td-td: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-td-tf: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-td-tf: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-td-ti: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-td-ti: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-td-tl: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-td-tl: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-td-tld: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-td-tld: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-td-tll: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-td-tll: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-td-ts: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-td-ts: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-td: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-td: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tdc: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tdc: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tf-tc: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tf-tc: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tf-td: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tf-td: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tf-tf: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tf-tf: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tf-ti: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tf-ti: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tf-tl: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tf-tl: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tf-tld: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tf-tld: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tf-tll: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tf-tll: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tf-ts: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tf-ts: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tf: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tf: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tfc: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tfc: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-ti-td: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-ti-td: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-ti-tf: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-ti-tf: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-ti-tld: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-ti-tld: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-ti: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-ti: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tl-td: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tl-td: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tl-tf: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tl-tf: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tl-tld: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tl-tld: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tl: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tl: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tld-tc: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tld-tc: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tld-td: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tld-td: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tld-tf: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tld-tf: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tld-ti: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tld-ti: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tld-tl: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tld-tl: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tld-tld: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tld-tld: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tld-tll: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tld-tll: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tld-ts: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tld-ts: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tld: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tld: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tldc: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tldc: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tll-td: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tll-td: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tll-tf: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tll-tf: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tll-tld: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tll-tld: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-tll: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-tll: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-ts-td: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-ts-td: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-ts-tf: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-ts-tf: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-ts-tld: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-ts-tld: set print sevenbit-strings
new FAIL: gdb.base/infcall-nested-structs.exp: types-ts: can't run to main
PASS -> UNRESOLVED: gdb.base/infcall-nested-structs.exp: types-ts: set print sevenbit-strings
PASS -> UNRESOLVED: gdb.base/inferior-died.exp: set detach-on-fork off
new UNRESOLVED: gdb.base/infnan.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/infnan.exp: print a
PASS -> FAIL: gdb.base/infnan.exp: print b
new UNRESOLVED: gdb.base/info-fun.exp: NO: can't run to main
new UNRESOLVED: gdb.base/info-fun.exp: NO: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/info-macros.exp: could not run to main
new UNRESOLVED: gdb.base/info-macros.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/info-os.exp: cannot run to main
new UNRESOLVED: gdb.base/info-os.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/info-proc.exp: help info proc
new UNRESOLVED: gdb.base/info-program.exp: can't run to main
new UNRESOLVED: gdb.base/info-program.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/info-shared.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/info-target.exp: info target
PASS -> UNRESOLVED: gdb.base/infoline.exp: info line infoline.c:18
PASS -> FAIL: gdb.base/interact.exp: set interactive-mode auto
PASS -> UNRESOLVED: gdb.base/interp.exp: interpreter-exec mi "-var-update *"
new FAIL: gdb.base/interrupt-daemon.exp: can't run to daemon_main function
PASS -> UNRESOLVED: gdb.base/interrupt-daemon.exp: set follow-fork-mode child
PASS -> UNRESOLVED: gdb.base/interrupt.exp: set interrupt character in interrupt.exp
PASS -> FAIL: gdb.base/jit-attach-pie.exp: attach
PASS -> 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
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.base/jit-simple.exp: shared: same addr: initial run: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.base/jit-simple.exp: standalone: change addr: initial run: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.base/jit-simple.exp: standalone: same addr: initial run: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.base/jit-so.exp: one_jit_test-1: can't run to main
new UNRESOLVED: gdb.base/jit-so.exp: one_jit_test-1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/jit-so.exp: one_jit_test-2: can't run to main
new UNRESOLVED: gdb.base/jit-so.exp: one_jit_test-2: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/jit.exp: PIE: one_jit_test-1: can't run to main
new UNRESOLVED: gdb.base/jit.exp: PIE: one_jit_test-1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/jit.exp: attach: one_jit_test-2: can't run to main
new UNRESOLVED: gdb.base/jit.exp: attach: one_jit_test-2: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/jit.exp: one_jit_test-1: can't run to main
new UNRESOLVED: gdb.base/jit.exp: one_jit_test-1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/jit.exp: one_jit_test-2: can't run to main
new UNRESOLVED: gdb.base/jit.exp: one_jit_test-2: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/jump.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/kill-after-signal.exp: handle SIGUSR1 stop print pass
PASS -> UNRESOLVED: gdb.base/kill-detach-inferiors-cmd.exp: add inferior 2
PASS -> FAIL: gdb.base/kill-detach-inferiors-cmd.exp: attach to pid
new UNRESOLVED: gdb.base/kill-detach-inferiors-cmd.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.base/killed-outside.exp: continue: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/killed-outside.exp: info threads: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/killed-outside.exp: registers: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/killed-outside.exp: stepi: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/label.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/label.exp: label tests suppressed
PASS -> UNRESOLVED: gdb.base/langs.exp: break on nonexistent function in langs.exp
new UNRESOLVED: gdb.base/langs.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/large-frame.exp: optimize=-O0: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/large-frame.exp: optimize=-O0: runto main
new UNRESOLVED: gdb.base/large-frame.exp: optimize=-O1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/large-frame.exp: optimize=-O1: runto main
new UNRESOLVED: gdb.base/large-frame.exp: optimize=-O2: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/large-frame.exp: optimize=-O2: runto main
new UNRESOLVED: gdb.base/ldbl_e308.exp: could not run to main
new UNRESOLVED: gdb.base/ldbl_e308.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/line-symtabs.exp: can't run to main
new UNRESOLVED: gdb.base/line-symtabs.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/lineinc.exp: tolerate macro info with multiple #inclusions per line
PASS -> FAIL: gdb.base/linespecs.exp: list c:/foo/bar/baz.c
PASS -> UNRESOLVED: 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
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
PASS -> UNRESOLVED: gdb.base/list-ambiguous.exp: set listsize 10
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 -> UNRESOLVED: gdb.base/list.exp: first use of "list +INVALID"
PASS -> UNRESOLVED: gdb.base/list.exp: first use of "list -INVALID"
PASS -> FAIL: gdb.base/list.exp: list 'list0.c:main'
PASS -> FAIL: gdb.base/list.exp: list ,5
new UNRESOLVED: gdb.base/list.exp: list - after stop: 10, 10: can't run to main
new UNRESOLVED: gdb.base/list.exp: list - after stop: 10, 10: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/list.exp: list - after stop: 10, 1: can't run to main
new UNRESOLVED: gdb.base/list.exp: list - after stop: 10, 1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/list.exp: list - after stop: 10, 2: can't run to main
new UNRESOLVED: gdb.base/list.exp: list - after stop: 10, 2: delete all breakpoints in delete_breakpoints
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 -> 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 UNRESOLVED: gdb.base/list.exp: list after stop: 1, 10: can't run to main
new UNRESOLVED: gdb.base/list.exp: list after stop: 1, 10: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/list.exp: list after stop: 10, 10: can't run to main
new UNRESOLVED: gdb.base/list.exp: list after stop: 10, 10: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/list.exp: list after stop: 10, 1: can't run to main
new UNRESOLVED: gdb.base/list.exp: list after stop: 10, 1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/list.exp: list after stop: 10, 2: can't run to main
new UNRESOLVED: gdb.base/list.exp: list after stop: 10, 2: delete all breakpoints in delete_breakpoints
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 -> 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: 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: set width 0
PASS -> UNRESOLVED: gdb.base/list.exp: setting listsize to 10 #7
new UNRESOLVED: gdb.base/load-command.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/logical.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/long-inferior-output.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/long-inferior-output.exp: run to main
new UNRESOLVED: gdb.base/long_long.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/long_long.exp: run to known_types
PASS -> UNRESOLVED: gdb.base/longest-types.exp: print &f->buf
new UNRESOLVED: gdb.base/longjmp.exp: can't run to main
new UNRESOLVED: gdb.base/longjmp.exp: delete all breakpoints in delete_breakpoints
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
PASS -> UNRESOLVED: gdb.base/macscp.exp: list main for support check
new FAIL: gdb.base/macscp.exp: macro tests suppressed: couldn't run to main
new FAIL: gdb.base/macscp.exp: test macro information
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 msymbols
PASS -> FAIL: gdb.base/maint.exp: maint print symbols
PASS -> FAIL: gdb.base/maint.exp: maint print type
PASS -> UNRESOLVED: gdb.base/maint.exp: set height 0
new UNRESOLVED: gdb.base/max-value-size.exp: can't run to main
new UNRESOLVED: gdb.base/max-value-size.exp: delete all breakpoints in delete_breakpoints
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
new UNRESOLVED: gdb.base/memattr.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: 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 UNRESOLVED: gdb.base/mips_pro.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/miscexprs.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/morestack.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/moribund-step.exp: set non-stop on
new UNRESOLVED: gdb.base/multi-forks.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.base/multi-forks.exp: setting breakpoint at 40
new UNRESOLVED: gdb.base/nested-addr.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/nested-subp1.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/nested-subp2.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/nested-subp3.exp: delete all breakpoints in delete_breakpoints
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: initial prompt on extra console
new UNRESOLVED: gdb.base/new-ui-echo.exp: extra console as driver: new-ui
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: print on extra console echoes
PASS -> FAIL: gdb.base/new-ui-echo.exp: extra console as driver: print on main console echoes
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 -> 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: initial prompt on extra console
new UNRESOLVED: gdb.base/new-ui-echo.exp: main console as driver: new-ui
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 -> 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
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 FAIL: gdb.base/new-ui.exp: do_test_invalid_args: could not run to main
PASS -> UNRESOLVED: gdb.base/new-ui.exp: do_test_invalid_args: new-ui with bad terminal path
new UNRESOLVED: gdb.base/nextoverexit.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/nodebug.exp: inner: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/nofield.exp: ptype struct empty
PASS -> UNRESOLVED: gdb.base/nofield.exp: ptype struct not_empty
PASS -> FAIL: gdb.base/nofield.exp: ptype union empty_union
new UNRESOLVED: gdb.base/noreturn-finish.exp: could not run to main
new UNRESOLVED: gdb.base/noreturn-finish.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/noreturn-return.exp: could not run to main
new UNRESOLVED: gdb.base/noreturn-return.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/nostdlib.exp: continue to marker
new FAIL: gdb.base/nostdlib.exp: setting breakpoint at *_start
new UNRESOLVED: gdb.base/nostdlib.exp: setting breakpoint at *marker
PASS -> FAIL: gdb.base/nostdlib.exp: stop at run
PASS -> UNRESOLVED: gdb.base/offsets.exp: print &big_struct test
new FAIL: gdb.base/offsets.exp: print &big_struct.second test
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 -> UNRESOLVED: gdb.base/opaque.exp: whatis on opaque struct pointer
PASS -> UNRESOLVED: gdb.base/osabi.exp: set debug arch 1
PASS -> FAIL: gdb.base/osabi.exp: set osabi none
PASS -> FAIL: gdb.base/page.exp: set pagination off
new UNRESOLVED: gdb.base/paginate-after-ctrl-c-running.exp: ctrlc target running: can't run to main
new UNRESOLVED: gdb.base/paginate-after-ctrl-c-running.exp: ctrlc target running: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/paginate-bg-execution.exp: cancel with ctrl-c: can't run to main
new UNRESOLVED: gdb.base/paginate-bg-execution.exp: cancel with ctrl-c: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/paginate-bg-execution.exp: cancel with quit: can't run to main
new UNRESOLVED: gdb.base/paginate-bg-execution.exp: cancel with quit: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/paginate-bg-execution.exp: paginate: can't run to main
new UNRESOLVED: gdb.base/paginate-bg-execution.exp: paginate: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/paginate-inferior-exit.exp: paginate: can't run to main
new UNRESOLVED: gdb.base/paginate-inferior-exit.exp: paginate: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/pc-fp.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/pending.exp: breakpoint function
PASS -> FAIL: gdb.base/pending.exp: complete condition
PASS -> FAIL: gdb.base/pending.exp: condition 1 k == 1
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: disable 1
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: rerun to main
PASS -> FAIL: gdb.base/pending.exp: run to resolved breakpoint 1
PASS -> FAIL: gdb.base/pending.exp: running to main
PASS -> UNRESOLVED: gdb.base/pending.exp: set pending breakpoint
new FAIL: gdb.base/pending.exp: setting breakpoint at main
PASS -> FAIL: gdb.base/pending.exp: single pending breakpoint info
PASS -> FAIL: gdb.base/pending.exp: verify pending breakpoint after restart
PASS -> UNRESOLVED: gdb.base/permissions.exp: show may-write-registers
PASS -> UNRESOLVED: gdb.base/pie-execl.exp: set args OBJDIR/gdb.base/pie-execl2
new UNRESOLVED: 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 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_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 UNRESOLVED: gdb.base/pie-fork.exp: test_detach_on_fork_follow_parent: delete all breakpoints in delete_breakpoints
new UNRESOLVED: 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 UNRESOLVED: gdb.base/pie-fork.exp: test_no_detach_on_fork: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/pointers.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/pr10179.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/pr10179.exp: pr10179
new UNRESOLVED: gdb.base/pr11022.exp: can't run to main
new UNRESOLVED: gdb.base/pr11022.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/print-file-var.exp: could not run to main
new UNRESOLVED: gdb.base/print-file-var.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/print-symbol-loading.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/prologue-include.exp: breakpoint main
new UNRESOLVED: gdb.base/prologue.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/psymtab.exp: Don't search past end of psymtab.
PASS -> UNRESOLVED: gdb.base/psymtab.exp: psymtab pending setup
new UNRESOLVED: gdb.base/ptr-typedef.exp: couldn't run to marker1
new UNRESOLVED: gdb.base/ptr-typedef.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/ptr-typedef.exp: print foo_ptr
PASS -> FAIL: gdb.base/ptr-typedef.exp: print foz_ptr
PASS -> FAIL: gdb.base/ptype-offsets.exp: ptype /TMo struct abc
PASS -> UNRESOLVED: 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
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 #2
PASS -> UNRESOLVED: gdb.base/ptype.exp: ptype unnamed enumeration member
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 -> 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 UNRESOLVED: gdb.base/quit-live.exp: appear_how=run: extra_inferior=0: quit_how=quit: can't run to main
new UNRESOLVED: gdb.base/quit-live.exp: appear_how=run: extra_inferior=0: quit_how=quit: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/quit-live.exp: appear_how=run: extra_inferior=0: quit_how=sighup: can't run to main
new UNRESOLVED: gdb.base/quit-live.exp: appear_how=run: extra_inferior=0: quit_how=sighup: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/quit-live.exp: appear_how=run: extra_inferior=0: quit_how=sigterm: can't run to main
new UNRESOLVED: gdb.base/quit-live.exp: appear_how=run: extra_inferior=0: quit_how=sigterm: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/quit-live.exp: appear_how=run: extra_inferior=1: quit_how=quit: can't run to main
new UNRESOLVED: gdb.base/quit-live.exp: appear_how=run: extra_inferior=1: quit_how=quit: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/quit-live.exp: appear_how=run: extra_inferior=1: quit_how=sighup: can't run to main
new UNRESOLVED: gdb.base/quit-live.exp: appear_how=run: extra_inferior=1: quit_how=sighup: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/quit-live.exp: appear_how=run: extra_inferior=1: quit_how=sigterm: can't run to main
new UNRESOLVED: gdb.base/quit-live.exp: appear_how=run: extra_inferior=1: quit_how=sigterm: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/quit.exp: quit with syntax error
PASS -> FAIL: gdb.base/radix.exp: initialize radix, input radix 2
new UNRESOLVED: gdb.base/random-signal.exp: run: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/randomize.exp: set disable-randomization off
PASS -> FAIL: gdb.base/randomize.exp: show disable-randomization off
new UNRESOLVED: gdb.base/range-stepping.exp: can't run to main
new UNRESOLVED: gdb.base/range-stepping.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.base/readline-ask.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/readnever.exp: delete all breakpoints in delete_breakpoints
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
PASS -> UNRESOLVED: gdb.base/realname-expand.exp: set basenames-may-differ on
new UNRESOLVED: gdb.base/recpar.exp: could not run to main
new UNRESOLVED: gdb.base/recpar.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/recurse.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/reggroups.exp: can't run to main
new UNRESOLVED: gdb.base/reggroups.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/relational.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/relativedebug.exp: continue
new UNRESOLVED: gdb.base/relativedebug.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/relocate.exp: add-symbol-file bare -s
PASS -> FAIL: gdb.base/relocate.exp: add-symbol-file relocate.o $offset
PASS -> UNRESOLVED: gdb.base/relocate.exp: add-symbol-file: unknown option -raednow
PASS -> FAIL: gdb.base/relocate.exp: get address of function_foo
PASS -> FAIL: gdb.base/relocate.exp: get address of static_foo
PASS -> UNRESOLVED: gdb.base/relocate.exp: set $offset = 0x10000
PASS -> UNRESOLVED: gdb.base/relocate.exp: symbol-file with -- and -readnow
PASS -> UNRESOLVED: gdb.base/relocate.exp: symbol-file with -readnow second
PASS -> UNRESOLVED: gdb.base/relocate.exp: symbol-file with offset
new FAIL: gdb.base/remote.exp: cannot run to main
PASS -> UNRESOLVED: gdb.base/remote.exp: timed download `remote' - limit, 398 - set packet size
PASS -> FAIL: gdb.base/remotetimeout.exp: correct remotetimeout printed
PASS -> UNRESOLVED: gdb.base/reread-readsym.exp: source reread-readsym.gdb 1
PASS -> FAIL: gdb.base/reread-readsym.exp: source reread-readsym.gdb 2
PASS -> UNRESOLVED: gdb.base/reread.exp: opts= "" "" : breakpoint foo in first file
PASS -> FAIL: gdb.base/reread.exp: opts= "" "" : continue until exit at second pass
PASS -> FAIL: gdb.base/reread.exp: opts= "" "" : run to foo
PASS -> UNRESOLVED: gdb.base/reread.exp: opts= "" "" : second pass: breakpoint foo in first file
PASS -> FAIL: gdb.base/reread.exp: opts= "" "" : second pass: run to foo
PASS -> UNRESOLVED: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : breakpoint foo in first file
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 -> 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/restore.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/return-nodebug.exp: double: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/return-nodebug.exp: float: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/return-nodebug.exp: int: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/return-nodebug.exp: long-long: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/return-nodebug.exp: long: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/return-nodebug.exp: short: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/return-nodebug.exp: signed-char: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/return.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/return2.exp: couldn't run to main
new UNRESOLVED: gdb.base/return2.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.base/save-bp.exp: could not run to main
new UNRESOLVED: gdb.base/save-bp.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/savedregs.exp: Check dummy info frame; stack contains callee caller dummy catcher sigtramp thrower main
PASS -> FAIL: gdb.base/savedregs.exp: Check main info frame; stack contains catcher sigtramp thrower main
PASS -> FAIL: gdb.base/savedregs.exp: Check sigtramp info frame; stack contains caller dummy catcher sigtramp thrower main
PASS -> FAIL: gdb.base/savedregs.exp: advance callee
PASS -> FAIL: gdb.base/savedregs.exp: advance catcher
PASS -> UNRESOLVED: gdb.base/savedregs.exp: advance thrower
PASS -> FAIL: gdb.base/savedregs.exp: break caller
new UNRESOLVED: gdb.base/savedregs.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/savedregs.exp: get caller info frame
PASS -> FAIL: gdb.base/savedregs.exp: get catcher info frame
PASS -> FAIL: gdb.base/savedregs.exp: get dummy info frame
PASS -> FAIL: gdb.base/savedregs.exp: get main info frame
PASS -> FAIL: gdb.base/savedregs.exp: get sigtramp info frame
PASS -> FAIL: gdb.base/savedregs.exp: get thrower info frame
PASS -> UNRESOLVED: gdb.base/sep.exp: breakpoint inside included file
PASS -> UNRESOLVED: gdb.base/sep.exp: list using location inside included file
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 UNRESOLVED: 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
PASS -> UNRESOLVED: gdb.base/sepsymtab.exp: info sym main
PASS -> UNRESOLVED: gdb.base/server-del-break.exp: break main
new UNRESOLVED: gdb.base/set-cwd.exp: test_cwd_reset: GDB cwd
PASS -> UNRESOLVED: gdb.base/set-cwd.exp: test_tilde_expansion: set inferior cwd to ~/ dir
PASS -> UNRESOLVED: gdb.base/set-inferior-tty.exp: command=set inferior-tty: set inferior-tty to hello
PASS -> FAIL: gdb.base/set-inferior-tty.exp: command=set inferior-tty: show inferior-tty shows hello
PASS -> UNRESOLVED: gdb.base/set-inferior-tty.exp: command=tty: set inferior-tty to hello
PASS -> FAIL: gdb.base/set-inferior-tty.exp: command=tty: show inferior-tty shows hello
PASS -> UNRESOLVED: gdb.base/set-lang-auto.exp: show lang after loading binary
new UNRESOLVED: gdb.base/set-noassign.exp: can't run to main
new UNRESOLVED: gdb.base/set-noassign.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/setshow.exp: annotation_level 0
PASS -> FAIL: gdb.base/setshow.exp: annotation_level 1
PASS -> FAIL: gdb.base/setshow.exp: annotation_level 2
PASS -> FAIL: gdb.base/setshow.exp: continuing
PASS -> UNRESOLVED: gdb.base/setshow.exp: default annotation_level is zero
new UNRESOLVED: gdb.base/setshow.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/setshow.exp: passing args
PASS -> UNRESOLVED: gdb.base/setvar.exp: set print sevenbit-strings
PASS -> FAIL: gdb.base/share-env-with-gdbserver.exp: empty var: print result of getenv for GDB_TEST_VAR
PASS -> UNRESOLVED: gdb.base/share-env-with-gdbserver.exp: empty var: set GDB_TEST_VAR to null value
PASS -> FAIL: gdb.base/share-env-with-gdbserver.exp: long var value: print result of getenv for GDB_TEST_VAR
PASS -> UNRESOLVED: gdb.base/share-env-with-gdbserver.exp: long var value: set GDB_TEST_VAR = this is my test variable; testing long vars; {}
PASS -> FAIL: gdb.base/share-env-with-gdbserver.exp: strange named var: print result of getenv for 'asd ='
PASS -> UNRESOLVED: gdb.base/share-env-with-gdbserver.exp: strange named var: set 'asd =' = 123 43; asd b ### [];;;
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 -> UNRESOLVED: gdb.base/share-env-with-gdbserver.exp: test set/unset of vars: set 3 environment variables: set A to 1
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 -> UNRESOLVED: gdb.base/share-env-with-gdbserver.exp: test unset of vars: check if unset works
new UNRESOLVED: gdb.base/share-env-with-gdbserver.exp: test unset of vars: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/shell.exp: shell echo foo
PASS -> FAIL: gdb.base/shlib-call.exp: breakpoint function shr2
PASS -> FAIL: gdb.base/shlib-call.exp: continue until exit
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: 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 -> UNRESOLVED: gdb.base/shlib-call.exp: set print sevenbit-strings
PASS -> FAIL: gdb.base/shlib-call.exp: step out of shr2 to main
new UNRESOLVED: gdb.base/shreloc.exp: can't run to main
new UNRESOLVED: gdb.base/shreloc.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.base/sigall.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.base/sigall.exp: handle SIGABRT stop print
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
PASS -> FAIL: gdb.base/sigaltstack.exp: backtrace
PASS -> FAIL: gdb.base/sigaltstack.exp: break catcher if level == INNER
PASS -> FAIL: gdb.base/sigaltstack.exp: continue to catch
PASS -> FAIL: gdb.base/sigaltstack.exp: finish from catch INNER
PASS -> FAIL: gdb.base/sigaltstack.exp: finish from catch LEAF
PASS -> FAIL: gdb.base/sigaltstack.exp: finish to MAIN
PASS -> FAIL: gdb.base/sigaltstack.exp: finish to OUTER
PASS -> FAIL: gdb.base/sigaltstack.exp: finish to catch INNER
PASS -> FAIL: gdb.base/sigaltstack.exp: finish to catch MAIN
PASS -> FAIL: gdb.base/sigaltstack.exp: finish to throw INNER
PASS -> UNRESOLVED: gdb.base/sigaltstack.exp: handle SIGALRM print pass nostop
PASS -> UNRESOLVED: gdb.base/sigbpt.exp: break keeper
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp after segv; clear breakpoint 0 of 2
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp after segv; clear breakpoint 1 of 2
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp after segv; continue to breakpoint at fault
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp after segv; continue to keeper
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp after segv; set breakpoint 0  of 2
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp after segv; set breakpoint 1  of 2
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp after segv; stepi fault
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; clear breakpoint 0 of 3
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; clear breakpoint 1 of 3
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; clear breakpoint 2 of 3
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; continue to breakpoint at fault
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; continue to keeper
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; set breakpoint 0  of 3
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; set breakpoint 1  of 3
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; set breakpoint 2  of 3
PASS -> FAIL: gdb.base/sigbpt.exp: cont bp before and after segv; stepi fault
PASS -> FAIL: gdb.base/sigbpt.exp: cont; clear breakpoint 0 of 1
PASS -> FAIL: gdb.base/sigbpt.exp: cont; continue to breakpoint at fault
PASS -> FAIL: gdb.base/sigbpt.exp: cont; continue to keeper
PASS -> FAIL: gdb.base/sigbpt.exp: cont; set breakpoint 0  of 1
PASS -> FAIL: gdb.base/sigbpt.exp: cont; stepi fault
new UNRESOLVED: gdb.base/sigbpt.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/sigbpt.exp: get insn after fault
PASS -> FAIL: gdb.base/sigbpt.exp: rerun to main
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp at segv; clear breakpoint 0 of 1
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp at segv; continue to keeper
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp at segv; set breakpoint 0 of 1
KFAIL -> FAIL: gdb.base/sigbpt.exp: stepi bp at segv; stepi out of handler
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; clear breakpoint 0 of 2
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; clear breakpoint 1 of 2
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; continue to keeper
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; set breakpoint 0 of 2
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; set breakpoint 1 of 2
KFAIL -> FAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; stepi out of handler
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before segv; clear breakpoint 0 of 1
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before segv; continue to keeper
PASS -> FAIL: gdb.base/sigbpt.exp: stepi bp before segv; set breakpoint 0 of 1
KFAIL -> FAIL: gdb.base/sigbpt.exp: stepi bp before segv; stepi out of handler
PASS -> FAIL: gdb.base/sigbpt.exp: stepi; continue to keeper
KFAIL -> FAIL: gdb.base/sigbpt.exp: stepi; stepi out of handler
PASS -> FAIL: gdb.base/sigbpt.exp: stepping to fault
PASS -> FAIL: gdb.base/sigbpt.exp: verify that SIGSEGV occurs at the last STEPI insn
new UNRESOLVED: gdb.base/sigchld.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/siginfo-addr.exp: continue to signal
PASS -> FAIL: gdb.base/siginfo-addr.exp: correct si_addr
PASS -> UNRESOLVED: gdb.base/siginfo-addr.exp: display/i $pc
new FAIL: gdb.base/siginfo-addr.exp: setting breakpoint at pass
new UNRESOLVED: gdb.base/siginfo-infcall.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/siginfo-obj.exp: continue to handler
PASS -> UNRESOLVED: gdb.base/siginfo-obj.exp: continue to signal
new UNRESOLVED: gdb.base/siginfo-obj.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_addr
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_code
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_errno
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_signo
PASS -> FAIL: gdb.base/siginfo-obj.exp: p ssi_addr
PASS -> FAIL: gdb.base/siginfo-obj.exp: save a core file
PASS -> FAIL: gdb.base/siginfo-thread.exp: continue to handler
PASS -> UNRESOLVED: gdb.base/siginfo-thread.exp: continue to signal
new UNRESOLVED: gdb.base/siginfo-thread.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/siginfo-thread.exp: extract si_addr
PASS -> FAIL: gdb.base/siginfo-thread.exp: extract si_code
PASS -> FAIL: gdb.base/siginfo-thread.exp: extract si_errno
PASS -> FAIL: gdb.base/siginfo-thread.exp: extract si_signo
PASS -> FAIL: gdb.base/siginfo-thread.exp: p ssi_addr
PASS -> FAIL: gdb.base/siginfo-thread.exp: save a core file
PASS -> FAIL: gdb.base/siginfo.exp: break handler
PASS -> UNRESOLVED: gdb.base/siginfo.exp: display/i $pc
new UNRESOLVED: gdb.base/signals-state-child.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/signals-state-child.exp: failed to compile
new UNRESOLVED: gdb.base/signals.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/signals.exp: handle all print
new UNRESOLVED: gdb.base/signest.exp: could not run to main
new UNRESOLVED: gdb.base/signest.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/signull.exp: break bowler
PASS -> FAIL: gdb.base/signull.exp: break keeper
PASS -> FAIL: gdb.base/signull.exp: code; backtrace from SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: code; backtrace from keeper through SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: code; continue to the keeper
PASS -> FAIL: gdb.base/signull.exp: code; select the pointer type
PASS -> FAIL: gdb.base/signull.exp: code; start with the bowler
PASS -> FAIL: gdb.base/signull.exp: code; take the SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: data read; backtrace from SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: data read; backtrace from keeper through SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: data read; continue to the keeper
PASS -> FAIL: gdb.base/signull.exp: data read; select the pointer type
PASS -> FAIL: gdb.base/signull.exp: data read; start with the bowler
PASS -> FAIL: gdb.base/signull.exp: data read; take the SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: data write; backtrace from SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: data write; backtrace from keeper through SIGSEGV
PASS -> FAIL: gdb.base/signull.exp: data write; continue to the keeper
PASS -> FAIL: gdb.base/signull.exp: data write; select the pointer type
PASS -> FAIL: gdb.base/signull.exp: data write; start with the bowler
PASS -> FAIL: gdb.base/signull.exp: data write; take the SIGSEGV
new UNRESOLVED: gdb.base/signull.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/signull.exp: probe function pointer
PASS -> FAIL: gdb.base/signull.exp: rerun to main
PASS -> UNRESOLVED: gdb.base/signull.exp: set for function pointer probe
PASS -> UNRESOLVED: gdb.base/sigrepeat.exp: advance to infinite loop
new UNRESOLVED: gdb.base/sigrepeat.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/sigrepeat.exp: next
PASS -> UNRESOLVED: gdb.base/sigstep.exp: continue over handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: continue to handler entry: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, nothing in handler, continue from handler: continue to handler
PASS -> UNRESOLVED: gdb.base/sigstep.exp: continue to handler, nothing in handler, continue from handler: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, nothing in handler, next from handler: continue to handler
PASS -> UNRESOLVED: gdb.base/sigstep.exp: continue to handler, nothing in handler, next from handler: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, nothing in handler, step from handler: continue to handler
PASS -> UNRESOLVED: gdb.base/sigstep.exp: continue to handler, nothing in handler, step from handler: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, si+advance in handler, continue from handler: continue to handler
PASS -> UNRESOLVED: gdb.base/sigstep.exp: continue to handler, si+advance in handler, continue from handler: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, si+advance in handler, next from handler: continue to handler
PASS -> UNRESOLVED: gdb.base/sigstep.exp: continue to handler, si+advance in handler, next from handler: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: continue to handler, si+advance in handler, step from handler: continue to handler
PASS -> UNRESOLVED: gdb.base/sigstep.exp: continue to handler, si+advance in handler, step from handler: display/i $pc
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: break handler
PASS -> UNRESOLVED: gdb.base/sigstep.exp: continue to handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler, with sw-watchpoint, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler, with sw-watchpoint: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, skip handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, to handler entry: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, to handler: continue to infinite loop
PASS -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: continue on breakpoint, to handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler, with sw-watchpoint, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler, with sw-watchpoint: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: next on breakpoint, to handler entry: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, to handler: continue to infinite loop
PASS -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: next on breakpoint, to handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, with sw-watchpoint, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, with sw-watchpoint: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler, with sw-watchpoint, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler, with sw-watchpoint: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: step on breakpoint, to handler entry: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, to handler: continue to infinite loop
PASS -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: step on breakpoint, to handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, with sw-watchpoint, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, with sw-watchpoint: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, with sw-watchpoint, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler, with sw-watchpoint: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, skip handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, to handler entry: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, to handler: continue to infinite loop
PASS -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: continue on breakpoint, to handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler, with sw-watchpoint, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler, with sw-watchpoint: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: next on breakpoint, to handler entry: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, to handler: continue to infinite loop
PASS -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: next on breakpoint, to handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, with sw-watchpoint, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, with sw-watchpoint: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler, with sw-watchpoint, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler, with sw-watchpoint: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: step on breakpoint, skip handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: step on breakpoint, to handler entry: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: step on breakpoint, to handler: continue to infinite loop
PASS -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: step on breakpoint, to handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, with sw-watchpoint, no handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler, with sw-watchpoint: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: displaced=on: stepi on breakpoint, skip handler: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: finish from handleri: continue to handler
PASS -> UNRESOLVED: gdb.base/sigstep.exp: finish from handleri: display/i $pc
PASS -> FAIL: gdb.base/sigstep.exp: finish from handleri: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: finish from handleri: leave signal trampoline
PASS -> UNRESOLVED: gdb.base/sigstep.exp: next over handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: next to handler entry: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: next to handler, nothing in handler, continue from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: next to handler, nothing in handler, next from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: next to handler, nothing in handler, step from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: next to handler, si+advance in handler, continue from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: next to handler, si+advance in handler, next from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: next to handler, si+advance in handler, step from handler: display/i $pc
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: break handler
PASS -> UNRESOLVED: gdb.base/sigstep.exp: next to handler: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: nexti from handleri: continue to handler
PASS -> UNRESOLVED: gdb.base/sigstep.exp: nexti from handleri: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: nexti over handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: nexti to handler entry: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: nexti to handler, nothing in handler, continue from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: nexti to handler, nothing in handler, next from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: nexti to handler, nothing in handler, step from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, continue from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, next from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: nexti to handler, si+advance in handler, step from handler: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: return from handleri: continue to handler
PASS -> UNRESOLVED: gdb.base/sigstep.exp: return from handleri: display/i $pc
PASS -> FAIL: gdb.base/sigstep.exp: return from handleri: leave handler
PASS -> FAIL: gdb.base/sigstep.exp: return from handleri: leave signal trampoline
PASS -> UNRESOLVED: gdb.base/sigstep.exp: step over handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: step to handler entry: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: step to handler, nothing in handler, continue from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: step to handler, nothing in handler, next from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: step to handler, nothing in handler, step from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: step to handler, si+advance in handler, continue from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: step to handler, si+advance in handler, next from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: step to handler, si+advance in handler, step from handler: display/i $pc
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: break handler
PASS -> UNRESOLVED: gdb.base/sigstep.exp: step to handler: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: stepi from handleri: continue to handler
PASS -> UNRESOLVED: gdb.base/sigstep.exp: stepi from handleri: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: stepi over handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: stepi to handler entry: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: stepi to handler, nothing in handler, continue from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: stepi to handler, nothing in handler, next from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: stepi to handler, nothing in handler, step from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, continue from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, next from handler: display/i $pc
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 -> UNRESOLVED: gdb.base/sigstep.exp: stepi to handler, si+advance in handler, step from handler: display/i $pc
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: break handler
PASS -> FAIL: gdb.base/sigstep.exp: validate backtrace: continue to stepi handler
PASS -> UNRESOLVED: gdb.base/sigstep.exp: validate backtrace: display/i $pc
new UNRESOLVED: gdb.base/sizeof.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/skip-solib.exp: bt
PASS -> UNRESOLVED: gdb.base/skip-solib.exp: ignoring file in solib
PASS -> UNRESOLVED: gdb.base/skip-solib.exp: ignoring function in solib
PASS -> FAIL: gdb.base/skip-solib.exp: info skip for function multiply
PASS -> FAIL: gdb.base/skip-solib.exp: info skip with pending file
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
PASS -> UNRESOLVED: gdb.base/skip.exp: skip file
new UNRESOLVED: gdb.base/so-impl-ld.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: 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 UNRESOLVED: gdb.base/solib-corrupted.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/solib-disc.exp: can't run to main
new UNRESOLVED: gdb.base/solib-disc.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/solib-display.exp: NO: can't run to main
new UNRESOLVED: gdb.base/solib-display.exp: NO: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/solib-nodir.exp: library loaded
PASS -> UNRESOLVED: gdb.base/solib-nodir.exp: set env LD_LIBRARY_PATH=:
new UNRESOLVED: gdb.base/solib-search.exp: can't run to main
new UNRESOLVED: gdb.base/solib-search.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.base/solib-symbol.exp: can't run to main
PASS -> UNRESOLVED: gdb.base/solib-symbol.exp: foo2 in main
new UNRESOLVED: gdb.base/solib-vanish.exp: can't run to main
new UNRESOLVED: gdb.base/solib-vanish.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/solib-weak.exp: delete all breakpoints in delete_breakpoints
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, lib2 first
new UNRESOLVED: gdb.base/solib-weak.exp: setting breakpoint at bar
PASS -> FAIL: gdb.base/source-dir.exp: directory /nOtExStInG/a /nOtExStInG/b /nOtExStInG/c
new UNRESOLVED: gdb.base/source-execution.exp: can't run to main
new UNRESOLVED: gdb.base/source-execution.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/source.exp: script contains error
new UNRESOLVED: gdb.base/sss-bp-on-user-bp-2.exp: can't run to main
new UNRESOLVED: gdb.base/sss-bp-on-user-bp-2.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 UNRESOLVED: gdb.base/stack-checking.exp: can't run to main
new UNRESOLVED: gdb.base/stack-checking.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/stale-infcall.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/stap-probe.exp: without semaphore, not optimized: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/stap-probe.exp: without semaphore, not optimized: stap probe test failed
PASS -> UNRESOLVED: gdb.base/start.exp: start
PASS -> UNRESOLVED: gdb.base/starti.exp: hook-stop
PASS -> FAIL: gdb.base/startup-with-shell.exp: startup_with_shell = off; run_args = $TEST: inferior started
PASS -> UNRESOLVED: 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 -> UNRESOLVED: 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 -> UNRESOLVED: 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 -> UNRESOLVED: gdb.base/startup-with-shell.exp: startup_with_shell = on; run_args = *.unique-extension: set startup-with-shell on
PASS -> UNRESOLVED: gdb.base/startup-with-shell.exp: touch OUTPUT_DIR/unique-file.unique-extension
new UNRESOLVED: gdb.base/step-break.exp: can't run to main
new UNRESOLVED: gdb.base/step-break.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.base/step-bt.exp: breakpoint at first instruction of hello
PASS -> FAIL: gdb.base/step-bt.exp: run to hello
new UNRESOLVED: gdb.base/step-indirect-call-thunk.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/step-indirect-call-thunk.exp: failed to run to main
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/step-over-exit.exp: can't run to main
new UNRESOLVED: gdb.base/step-over-exit.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/step-over-no-symbols.exp: displaced=auto: couldn't run to main
new UNRESOLVED: gdb.base/step-over-no-symbols.exp: displaced=auto: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/step-over-no-symbols.exp: displaced=off: couldn't run to main
new UNRESOLVED: gdb.base/step-over-no-symbols.exp: displaced=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/step-over-no-symbols.exp: displaced=on: couldn't run to main
new UNRESOLVED: gdb.base/step-over-no-symbols.exp: displaced=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/step-over-syscall.exp: clone: displaced=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/step-over-syscall.exp: clone: displaced=off: run to main
new UNRESOLVED: gdb.base/step-over-syscall.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/step-over-syscall.exp: fork: displaced=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/step-over-syscall.exp: fork: displaced=off: run to main
new UNRESOLVED: gdb.base/step-over-syscall.exp: run to main
new UNRESOLVED: gdb.base/step-over-syscall.exp: vfork: displaced=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/step-over-syscall.exp: vfork: displaced=off: run to main
new UNRESOLVED: gdb.base/step-resume-infcall.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/step-sw-breakpoint-adjust-pc.exp: non_stop=off: displaced_step=off: always_inserted=off: set non-stop off
PASS -> UNRESOLVED: gdb.base/step-sw-breakpoint-adjust-pc.exp: non_stop=off: displaced_step=off: always_inserted=on: set non-stop off
PASS -> UNRESOLVED: gdb.base/step-sw-breakpoint-adjust-pc.exp: non_stop=off: displaced_step=on: always_inserted=off: set non-stop off
PASS -> UNRESOLVED: gdb.base/step-sw-breakpoint-adjust-pc.exp: non_stop=off: displaced_step=on: always_inserted=on: set non-stop off
PASS -> UNRESOLVED: gdb.base/step-sw-breakpoint-adjust-pc.exp: non_stop=on: displaced_step=off: always_inserted=off: set non-stop on
PASS -> UNRESOLVED: gdb.base/step-sw-breakpoint-adjust-pc.exp: non_stop=on: displaced_step=off: always_inserted=on: set non-stop on
PASS -> UNRESOLVED: gdb.base/step-sw-breakpoint-adjust-pc.exp: non_stop=on: displaced_step=on: always_inserted=off: set non-stop on
PASS -> UNRESOLVED: gdb.base/step-sw-breakpoint-adjust-pc.exp: non_stop=on: displaced_step=on: always_inserted=on: set non-stop on
new UNRESOLVED: gdb.base/step-symless.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/step-test.exp: can't run to main
new UNRESOLVED: gdb.base/step-test.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/store.exp: delete all breakpoints in delete_breakpoints
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
PASS -> UNRESOLVED: gdb.base/structs.exp: set print sevenbit-strings
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
PASS -> UNRESOLVED: gdb.base/structs2.exp: set width 0
PASS -> FAIL: gdb.base/structs2.exp: structs2 breakpoint set
PASS -> FAIL: gdb.base/structs2.exp: structs2 continue1
PASS -> FAIL: gdb.base/structs2.exp: structs2 continue2
PASS -> FAIL: gdb.base/structs2.exp: structs2 sanity check
new UNRESOLVED: gdb.base/structs3.exp: could not run to main
new UNRESOLVED: gdb.base/structs3.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/subst.exp: deactivate GDB's confirmation interface
PASS -> FAIL: gdb.base/subst.exp: remove all remaining substitution rules
PASS -> FAIL: gdb.base/subst.exp: remove default substitution rules
PASS -> FAIL: gdb.base/subst.exp: show substitute-path after all remaining rules removed
PASS -> FAIL: gdb.base/subst.exp: unset substitute-path, no rule entered yet
new UNRESOLVED: gdb.base/sym-file.exp: can't run to main
new UNRESOLVED: gdb.base/sym-file.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/symbol-alias.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/symbol-without-target_section.exp: add-symbol-file
new UNRESOLVED: gdb.base/symtab-search-order.exp: can't run to main
new UNRESOLVED: gdb.base/symtab-search-order.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/term.exp: test info terminal pre-execution
new UNRESOLVED: gdb.base/testenv.exp: setting breakpoint at 42
new UNRESOLVED: gdb.base/testenv.exp: test_inherit_env_var: setting breakpoint at 42
new FAIL: gdb.base/testenv.exp: test_inherit_env_var: test1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/testenv.exp: test_set_unset_env: test1: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/trace-commands.exp: show trace-commands says off
new UNRESOLVED: gdb.base/twice.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/type-opaque.exp: can't run to main
new UNRESOLVED: gdb.base/type-opaque.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/ui-redirect.exp: commands
PASS -> FAIL: gdb.base/ui-redirect.exp: end
PASS -> FAIL: gdb.base/ui-redirect.exp: print 1
PASS -> FAIL: gdb.base/ui-redirect.exp: save breakpoints /dev/null
new UNRESOLVED: gdb.base/ui-redirect.exp: setting breakpoint at 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 before run
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 UNRESOLVED: gdb.base/unload.exp: setting breakpoint at shrfunc1
new FAIL: gdb.base/unload.exp: setting breakpoint at shrfunc2
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 UNRESOLVED: gdb.base/until-nodebug.exp: can't run to main
new UNRESOLVED: gdb.base/until-nodebug.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/until.exp: can't run to main
new UNRESOLVED: gdb.base/until.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/unwindonsignal.exp: can't run to main
new UNRESOLVED: gdb.base/unwindonsignal.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/utf8-identifiers.exp: couldn't run to done
new UNRESOLVED: gdb.base/utf8-identifiers.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/valgrind-disp-step.exp: disconnect
PASS -> UNRESOLVED: gdb.base/valgrind-infcall.exp: disconnect
new UNRESOLVED: gdb.base/value-double-free.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/varargs.exp: set print sevenbit-strings
PASS -> FAIL: gdb.base/vdso-warning.exp: core: save a corefile
PASS -> FAIL: gdb.base/vdso-warning.exp: run: startup
PASS -> FAIL: gdb.base/vdso-warning.exp: setup: set environment LD_DEBUG=unused
new UNRESOLVED: gdb.base/vdso-warning.exp: setup: setting breakpoint at main
new UNRESOLVED: gdb.base/vla-datatypes.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/vla-optimized-out.exp: o1: can't run to f1
new UNRESOLVED: gdb.base/vla-optimized-out.exp: o1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/vla-optimized-out.exp: o3: can't run to f1
new UNRESOLVED: gdb.base/vla-optimized-out.exp: o3: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/vla-optimized-out.exp: o3_strict: can't run to f1
new UNRESOLVED: gdb.base/vla-optimized-out.exp: o3_strict: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/vla-ptr.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/vla-sideeffect.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.base/volatile.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/watch-bitfields.exp: -location watch against bitfields: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/watch-cond-infcall.exp: hw: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/watch-cond-infcall.exp: hw: run to main
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-cond.exp: can't run to main
new UNRESOLVED: gdb.base/watch-cond.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/watch-non-mem.exp: can't run to main
new UNRESOLVED: gdb.base/watch-non-mem.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/watch-read.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/watch-read.exp: 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.base/watch_thread_num.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/watch_thread_num.exp: run to main
PASS -> UNRESOLVED: gdb.base/watchpoint-cond-gone.exp: set can-use-hw-watchpoints 0
PASS -> UNRESOLVED: gdb.base/watchpoint-delete.exp: set can-use-hw-watchpoints 0
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.base/watchpoint-hw-hit-once.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/watchpoint-hw.exp: watch watchee
new UNRESOLVED: gdb.base/watchpoint-reuse-slot.exp: can't run to main
new UNRESOLVED: gdb.base/watchpoint-reuse-slot.exp: delete all breakpoints in delete_breakpoints
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
new UNRESOLVED: gdb.base/watchpoint-solib.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.base/watchpoint-solib.exp: rerun to main
PASS -> UNRESOLVED: gdb.base/watchpoint-solib.exp: set pending breakpoint
PASS -> FAIL: gdb.base/watchpoint-solib.exp: set watchpoint on g
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 UNRESOLVED: gdb.base/watchpoint-unaligned.exp: could not run to main
new UNRESOLVED: gdb.base/watchpoint-unaligned.exp: delete all breakpoints in delete_breakpoints
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
new UNRESOLVED: gdb.base/watchpoint.exp: delete all breakpoints in delete_breakpoints
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
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 UNRESOLVED: gdb.base/watchpoint.exp: no-hw: set can-use-hw-watchpoints 0
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 -> UNRESOLVED: 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 -> UNRESOLVED: 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 UNRESOLVED: gdb.base/watchpoint.exp: watch tests suppressed
PASS -> FAIL: gdb.base/watchpoint.exp: watchpoint `$pc' is enabled
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 UNRESOLVED: gdb.base/watchpoints.exp: before inferior start: set can-use-hw-watchpoints 0
new UNRESOLVED: gdb.base/watchpoints.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.base/wchar.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/whatis-exp.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/whatis-ptype-typedefs.exp: lang=c++: can't run to main
new UNRESOLVED: gdb.base/whatis-ptype-typedefs.exp: lang=c++: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/whatis-ptype-typedefs.exp: lang=c: can't run to main
new UNRESOLVED: gdb.base/whatis-ptype-typedefs.exp: lang=c: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.base/write_mem.exp: reject set {int}main = 0x4242
PASS -> UNRESOLVED: gdb.base/write_mem.exp: set {int}main = 0x4242
PASS -> FAIL: gdb.base/write_mem.exp: x /xh main
new UNRESOLVED: gdb.base/wrong_frame_bt_full.exp: could not run to opaque_routine
new UNRESOLVED: gdb.base/wrong_frame_bt_full.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.btrace/cpu.exp: default cpu
new UNRESOLVED: gdb.btrace/delta.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.btrace/delta.exp: target does not support record-btrace
new UNRESOLVED: gdb.btrace/reconnect.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.btrace/reconnect.exp: target does not support record-btrace
new UNRESOLVED: gdb.btrace/tsx.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.btrace/tsx.exp: target does not support PT
new UNRESOLVED: gdb.btrace/vdso.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.btrace/vdso.exp: target does not support record-btrace
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.compile/compile-cplus-array-decay.exp: could not run to main
new UNRESOLVED: gdb.compile/compile-cplus-array-decay.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-nested.exp: could not run to main
new UNRESOLVED: gdb.compile/compile-cplus-nested.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.compile/compile-cplus-print.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
PASS -> UNRESOLVED: gdb.compile/compile-cplus.exp: Set language to C++
new UNRESOLVED: gdb.compile/compile-ops.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.compile/compile-print.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.compile/compile-setjmp.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.compile/compile-tls.exp: can't run to main
new UNRESOLVED: gdb.compile/compile-tls.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.compile/compile.exp: test compile code command without running inferior
new UNRESOLVED: gdb.cp/abstract-origin.exp: abstract-origin
new UNRESOLVED: gdb.cp/abstract-origin.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/align.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.cp/annota3.exp: break at main
PASS -> FAIL: gdb.cp/annota3.exp: breakpoint main
PASS -> FAIL: gdb.cp/annota3.exp: delete bps
PASS -> UNRESOLVED: gdb.cp/annota3.exp: set height 0
new UNRESOLVED: gdb.cp/anon-ns.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.cp/anon-struct.exp: print type of t::t
new UNRESOLVED: gdb.cp/anon-union.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.cp/arg-reference.exp: no false reference
new UNRESOLVED: gdb.cp/baseenum.exp: could not run to main
new UNRESOLVED: gdb.cp/baseenum.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/bool.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.cp/bool.exp: print return_false
PASS -> UNRESOLVED: gdb.cp/bool.exp: print return_true
new UNRESOLVED: gdb.cp/breakpoint.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/bs15503.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.cp/call-c.exp: b 42
PASS -> FAIL: gdb.cp/call-c.exp: continue to bp
new UNRESOLVED: gdb.cp/call-c.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.cp/casts.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/chained-calls.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.cp/class2.exp: set print object off
new UNRESOLVED: gdb.cp/classes.exp: set language c++
PASS -> FAIL: gdb.cp/cmpd-minsyms.exp: set language c++
PASS -> FAIL: gdb.cp/cmpd-minsyms.exp: setting breakpoint at "int GDB<char>::even_harder<int>
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.cp/converts.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.cp/cp-relocate.exp: C++ functions have different addresses
new FAIL: gdb.cp/cp-relocate.exp: get address of
PASS -> FAIL: gdb.cp/cp-relocate.exp: get address of caller
PASS -> FAIL: gdb.cp/cp-relocate.exp: info file
PASS -> UNRESOLVED: gdb.cp/cp-relocate.exp: info functions
PASS -> FAIL: gdb.cp/cpcompletion.exp: complete class methods
PASS -> FAIL: gdb.cp/cpcompletion.exp: complete class methods beginning with F
new UNRESOLVED: gdb.cp/cpcompletion.exp: show editing
new UNRESOLVED: gdb.cp/cpexprs.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/cplabel.exp: could not run to main
new UNRESOLVED: gdb.cp/cplabel.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.cp/cplusfuncs.exp: info function for "operator char\*
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\[\]
new UNRESOLVED: gdb.cp/cpsizeof.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/ctti.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.cp/debug-expr.exp: set debug expression 1
PASS -> FAIL: gdb.cp/debug-expr.exp: set language c++
PASS -> FAIL: gdb.cp/demangle.exp: set language c++
PASS -> FAIL: gdb.cp/demangle.exp: set width 0
PASS -> FAIL: gdb.cp/derivation.exp: before run: p
PASS -> FAIL: gdb.cp/derivation.exp: before run: ptype A2::value_type
PASS -> UNRESOLVED: 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 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/ena-dis-br-range.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/ena-dis-br-range.exp: run to marker
new UNRESOLVED: gdb.cp/enum-class.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.cp/exception.exp: Set temporary breakpoint at main
PASS -> UNRESOLVED: gdb.cp/exception.exp: catch catch
PASS -> FAIL: gdb.cp/exception.exp: info breakpoints
PASS -> FAIL: gdb.cp/exception.exp: run to main
new UNRESOLVED: gdb.cp/exceptprint.exp: delete all breakpoints in delete_breakpoints
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
PASS -> UNRESOLVED: gdb.cp/expand-psymtabs-cxx.exp: set language c++
new UNRESOLVED: gdb.cp/expand-sals.exp: delete all breakpoints in delete_breakpoints
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
new UNRESOLVED: gdb.cp/extern-c.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.cp/extern-c.exp: rbreak c_funcs
PASS -> FAIL: gdb.cp/extern-c.exp: set commands on multiple breakpoints
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.cp/filename.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/formatted-ref.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/formatted-ref.exp: find address of s1
PASS -> FAIL: gdb.cp/formatted-ref.exp: print/x *
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/gdb2384.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/gdb2495.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.cp/hang.exp: doesn't corrupt cv_type chain
PASS -> UNRESOLVED: gdb.cp/hang.exp: doesn't overwrite struct type
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 -> UNRESOLVED: gdb.cp/impl-this.exp: before run: print i
PASS -> FAIL: gdb.cp/impl-this.exp: before run: print x
new UNRESOLVED: gdb.cp/infcall-dlopen.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.cp/inherit.exp: set width 0
new UNRESOLVED: gdb.cp/iostream.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/koenig.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/local.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/m-data.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/m-static.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/mb-ctor.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.cp/mb-inline.exp: set breakpoint
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 -> UNRESOLVED: 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 UNRESOLVED: gdb.cp/member-name.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/member-ptr.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/meth-typedefs.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/method.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/method2.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.cp/minsym-fallback.exp: break C::f
PASS -> FAIL: gdb.cp/minsym-fallback.exp: break C::operator
PASS -> UNRESOLVED: gdb.cp/minsym-fallback.exp: set breakpoint pending off
new UNRESOLVED: gdb.cp/namelessclass.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/namespace-nested-import.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.cp/namespace.exp: show lang
PASS -> FAIL: gdb.cp/nested-types.exp: ptype S10
PASS -> UNRESOLVED: gdb.cp/nested-types.exp: show default print type nested-type-limit
new UNRESOLVED: gdb.cp/nextoverthrow.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/non-trivial-retval.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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
PASS -> UNRESOLVED: gdb.cp/nsalias.exp: set complaints 1
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 -> UNRESOLVED: 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 UNRESOLVED: gdb.cp/nsdecl.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/nsimport.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/nsnested.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/nsnoimports.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/nsrecurs.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/nsstress.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/nsusing.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/operator.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/ovldbreak.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/ovsrch.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.cp/paren-type.exp: break C::f
PASS -> UNRESOLVED: gdb.cp/paren-type.exp: set breakpoint pending off
PASS -> FAIL: gdb.cp/parse-lang.exp: breakpoint hit
new UNRESOLVED: 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 UNRESOLVED: gdb.cp/pass-by-ref.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/pr-1023.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/pr-1210.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/pr17132.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/pr17494.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/pr9067.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/pr9167.exp: can't run to main
new UNRESOLVED: gdb.cp/pr9167.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
PASS -> UNRESOLVED: gdb.cp/psmang.exp: break s::method2
PASS -> FAIL: gdb.cp/psymtab-parameter.exp: complete p 'func<short>
PASS -> UNRESOLVED: gdb.cp/psymtab-parameter.exp: set language c++
new UNRESOLVED: gdb.cp/ptype-flags.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.cp/punctuator.exp: set lang c++
PASS -> UNRESOLVED: gdb.cp/readnow-language.exp: show language
new UNRESOLVED: gdb.cp/ref-params.exp: delete all breakpoints in delete_breakpoints
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 -> 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 -> 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 -> UNRESOLVED: 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 UNRESOLVED: gdb.cp/ref-types.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-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
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 -> FAIL: 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
new UNRESOLVED: gdb.cp/rvalue-ref-sizeof.exp: delete all breakpoints in delete_breakpoints
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 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/scope-err.exp: can't run to main
new UNRESOLVED: gdb.cp/scope-err.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/shadow.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/smartp.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.cp/static-method.exp: info addr A::func
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
PASS -> UNRESOLVED: gdb.cp/static-print-quit.exp: set width 80
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
PASS -> FAIL: gdb.cp/subtypes.exp: ptype Outer::Inner
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.cp/temargs.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.cp/templates.exp: set multiple-symbols ask
PASS -> FAIL: gdb.cp/templates.exp: value method breakpoint
new UNRESOLVED: gdb.cp/try_catch.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/typedef-base.exp: could not run to main
new UNRESOLVED: gdb.cp/typedef-base.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.cp/typedef-operator.exp: set language c++
PASS -> FAIL: gdb.cp/typedef-operator.exp: test crash
PASS -> FAIL: gdb.cp/typeid.exp: before starting: print &typeid
new UNRESOLVED: gdb.cp/userdef.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/using-crash.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.cp/using-crash.exp: reload file
new UNRESOLVED: gdb.cp/virtbase.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/virtbase2.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/virtfunc.exp: set language c++
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 UNRESOLVED: gdb.cp/watch-cp.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/wide_char_types.exp: with program: lang=c++03: can't run to main
new UNRESOLVED: gdb.cp/wide_char_types.exp: with program: lang=c++03: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/wide_char_types.exp: with program: lang=c++11: can't run to main
new UNRESOLVED: gdb.cp/wide_char_types.exp: with program: lang=c++11: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/wide_char_types.exp: with program: lang=c: can't run to main
new UNRESOLVED: gdb.cp/wide_char_types.exp: with program: lang=c: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.disasm/disassembler-options.exp: set disassembler-options
PASS -> UNRESOLVED: gdb.dlang/circular.exp: set language d
PASS -> FAIL: gdb.dlang/debug-expr.exp: print *
PASS -> FAIL: gdb.dlang/debug-expr.exp: set debug expression 1
PASS -> FAIL: gdb.dlang/debug-expr.exp: set language d
PASS -> FAIL: gdb.dlang/demangle.exp: set language d
PASS -> FAIL: gdb.dlang/expression.exp: set language d
PASS -> FAIL: gdb.dlang/properties.exp: set language d
PASS -> UNRESOLVED: gdb.dlang/watch-loc.exp: set language d
PASS -> UNRESOLVED: gdb.dwarf2/ada-valprint-error.exp: get integer valueof "sizeof
PASS -> UNRESOLVED: gdb.dwarf2/ada-valprint-error.exp: set language ada
PASS -> FAIL: gdb.dwarf2/arr-subrange.exp: ptype pck.table
PASS -> UNRESOLVED: gdb.dwarf2/arr-subrange.exp: set language ada
PASS -> UNRESOLVED: gdb.dwarf2/atomic-type.exp: ptype f
new UNRESOLVED: gdb.dwarf2/bad-regnum.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/bitfield-parent-optimized-out.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/clztest.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/comp-unit-lang.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/corrupt.exp: recover from corrupt DWARF
new UNRESOLVED: gdb.dwarf2/count.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/data-loc.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/dup-psym.exp: info sources should contain only one reference to file1.txt
new UNRESOLVED: gdb.dwarf2/dw2-align.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/dw2-anon-mptr.exp: set cp-abi gnu-v3
PASS -> FAIL: gdb.dwarf2/dw2-anon-mptr.exp: show cp-abi
PASS -> UNRESOLVED: gdb.dwarf2/dw2-anonymous-func.exp: list file1.txt
PASS -> UNRESOLVED: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: ptype f
PASS -> FAIL: gdb.dwarf2/dw2-bad-mips-linkage-name.exp: ptype g
PASS -> UNRESOLVED: gdb.dwarf2/dw2-bad-parameter-type.exp: ptype f
PASS -> FAIL: gdb.dwarf2/dw2-basic.exp: list func_cu1
PASS -> FAIL: gdb.dwarf2/dw2-basic.exp: ptype func_cu1
PASS -> UNRESOLVED: gdb.dwarf2/dw2-basic.exp: set listsize 1
new UNRESOLVED: gdb.dwarf2/dw2-common-block.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.dwarf2/dw2-compdir-oldgcc.exp: info source gcc42
PASS -> FAIL: gdb.dwarf2/dw2-compdir-oldgcc.exp: info source gcc43
PASS -> UNRESOLVED: gdb.dwarf2/dw2-compdir-oldgcc.exp: list gcc42
PASS -> FAIL: gdb.dwarf2/dw2-compressed.exp: list func_cu1
PASS -> FAIL: gdb.dwarf2/dw2-compressed.exp: ptype func_cu1
PASS -> UNRESOLVED: gdb.dwarf2/dw2-compressed.exp: set listsize 1
PASS -> UNRESOLVED: gdb.dwarf2/dw2-const.exp: print twelve
PASS -> FAIL: gdb.dwarf2/dw2-const.exp: print/x val8
new UNRESOLVED: gdb.dwarf2/dw2-cp-infcall-ref-static.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/dw2-cu-size.exp: ptype noloc
new UNRESOLVED: gdb.dwarf2/dw2-dir-file-name.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.dwarf2/dw2-dos-drive.exp: break 'z:file.c':func
PASS -> UNRESOLVED: gdb.dwarf2/dw2-dos-drive.exp: set breakpoint pending off
PASS -> UNRESOLVED: gdb.dwarf2/dw2-double-set-die-type.exp: ptype a
PASS -> UNRESOLVED: gdb.dwarf2/dw2-dummy-cu.exp: info fun main
new UNRESOLVED: gdb.dwarf2/dw2-dup-frame.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.dwarf2/dw2-empty-namespace.exp: p var
PASS -> UNRESOLVED: gdb.dwarf2/dw2-empty-namespace.exp: ptype var
PASS -> FAIL: gdb.dwarf2/dw2-empty-pc-range.exp: empty range after CU load
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.dwarf2/dw2-entry-value.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/dw2-error.exp: set breakpoint pending off
PASS -> FAIL: gdb.dwarf2/dw2-filename.exp: info sources
PASS -> UNRESOLVED: gdb.dwarf2/dw2-filename.exp: interpreter-exec mi -file-list-exec-source-files
PASS -> UNRESOLVED: gdb.dwarf2/dw2-icc-opaque.exp: ptype p_struct
PASS -> UNRESOLVED: gdb.dwarf2/dw2-icycle.exp: echo life check\n
new UNRESOLVED: gdb.dwarf2/dw2-ifort-parameter.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/dw2-inheritance.exp: ptype inherited
PASS -> UNRESOLVED: gdb.dwarf2/dw2-inline-break.exp: break func1
PASS -> FAIL: gdb.dwarf2/dw2-inline-break.exp: break func2
PASS -> FAIL: gdb.dwarf2/dw2-inline-break.exp: break func3b
PASS -> FAIL: gdb.dwarf2/dw2-inline-break.exp: break func4b
PASS -> FAIL: gdb.dwarf2/dw2-inline-break.exp: break func5b
PASS -> FAIL: gdb.dwarf2/dw2-inline-break.exp: break func6b
PASS -> FAIL: gdb.dwarf2/dw2-inline-break.exp: break func7b
PASS -> FAIL: gdb.dwarf2/dw2-inline-break.exp: break func8b
PASS -> FAIL: gdb.dwarf2/dw2-inline-break.exp: print func1
PASS -> FAIL: gdb.dwarf2/dw2-inline-break.exp: print func2
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 -> UNRESOLVED: 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 UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/dw2-lexical-block-bare.exp: p testvar
new UNRESOLVED: gdb.dwarf2/dw2-linkage-name-trust.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.dwarf2/dw2-namespaceless-anonymous.exp: p '
PASS -> UNRESOLVED: gdb.dwarf2/dw2-namespaceless-anonymous.exp: ptype '
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 -> UNRESOLVED: 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
PASS -> UNRESOLVED: 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
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 -> UNRESOLVED: gdb.dwarf2/dw2-op-call.exp: maintenance set dwarf max-cache-age 0
PASS -> FAIL: gdb.dwarf2/dw2-op-call.exp: p array1
new UNRESOLVED: gdb.dwarf2/dw2-op-out-param.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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
PASS -> UNRESOLVED: gdb.dwarf2/dw2-opt-structptr.exp: console: set print object on
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
new UNRESOLVED: gdb.dwarf2/dw2-param-error.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.dwarf2/dw2-producer.exp: list func_cu1
PASS -> FAIL: gdb.dwarf2/dw2-producer.exp: ptype func_cu1
PASS -> UNRESOLVED: gdb.dwarf2/dw2-producer.exp: set listsize 1
new UNRESOLVED: gdb.dwarf2/dw2-ranges-base.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/dw2-ranges-func.exp: get integer valueof "sizeof
new UNRESOLVED: gdb.dwarf2/dw2-ranges.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.dwarf2/dw2-ranges.exp: info line func
PASS -> FAIL: gdb.dwarf2/dw2-ranges.exp: info line func2
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.dwarf2/dw2-ref-missing-frame.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-reg-undefined.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-regno-invalid.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-restore.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.dwarf2/dw2-simple-locdesc.exp: p &s.data4
KFAIL -> UNRESOLVED: gdb.dwarf2/dw2-simple-locdesc.exp: p &s.shl
new UNRESOLVED: gdb.dwarf2/dw2-single-line-discriminators.exp: cannot run to main.
new UNRESOLVED: gdb.dwarf2/dw2-single-line-discriminators.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-skip-prologue.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.dwarf2/dw2-stack-boundary.exp: check partial symtab errors
PASS -> UNRESOLVED: gdb.dwarf2/dw2-stack-boundary.exp: set complaints 100
PASS -> UNRESOLVED: 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 UNRESOLVED: gdb.dwarf2/dw2-undefined-ret-addr.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/dw2-unresolved.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/dw2-var-zero-addr.exp: print &var
PASS -> UNRESOLVED: gdb.dwarf2/dw2-var-zero-addr.exp: readnow: print &var
PASS -> UNRESOLVED: gdb.dwarf2/dw4-sig-type-unused.exp: alive
new UNRESOLVED: gdb.dwarf2/dwz.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/dwzbuildid.exp: fallback: set debug-file-directory
PASS -> UNRESOLVED: gdb.dwarf2/dwzbuildid.exp: ok: set debug-file-directory
new UNRESOLVED: gdb.dwarf2/dynarr-ptr.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/dynarr-ptr.exp: get integer valueof "sizeof
PASS -> UNRESOLVED: 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
PASS -> UNRESOLVED: gdb.dwarf2/fission-loclists-pie.exp: set debug-file-directory
PASS -> UNRESOLVED: gdb.dwarf2/fission-loclists.exp: set debug-file-directory
PASS -> FAIL: gdb.dwarf2/fission-mix.exp: break func2
PASS -> UNRESOLVED: gdb.dwarf2/fission-mix.exp: break main
PASS -> UNRESOLVED: gdb.dwarf2/fission-multi-cu.exp: set debug-file-directory
PASS -> FAIL: gdb.dwarf2/fission-reread.exp: ptype baz
PASS -> UNRESOLVED: gdb.dwarf2/fission-reread.exp: set debug-file-directory
new UNRESOLVED: gdb.dwarf2/formdata16.exp: determine endianness
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 -> UNRESOLVED: gdb.dwarf2/formdata16.exp: p/x xxx
PASS -> FAIL: gdb.dwarf2/formdata16.exp: p/x yyy
new UNRESOLVED: gdb.dwarf2/gdb-index.exp: check if index present
new UNRESOLVED: gdb.dwarf2/implptr-64bit.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/implptr-optimized-out.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/implptrconst.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: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/implref-array.exp: get valueof "sizeof
new UNRESOLVED: gdb.dwarf2/implref-const.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/implref-global.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/implref-struct.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/info-locals-optimized-out.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.dwarf2/mac-fileno.exp: list func_cu1
PASS -> FAIL: gdb.dwarf2/mac-fileno.exp: ptype func_cu1
PASS -> UNRESOLVED: gdb.dwarf2/mac-fileno.exp: set listsize 1
new UNRESOLVED: gdb.dwarf2/main-subprogram.exp: could not start main-subprogram
PASS -> UNRESOLVED: gdb.dwarf2/member-ptr-forwardref.exp: set cp-abi gnu-v3
PASS -> FAIL: gdb.dwarf2/member-ptr-forwardref.exp: show cp-abi
new UNRESOLVED: gdb.dwarf2/nonvar-access.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/opaque-type-lookup.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/pr10770.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/pr11465.exp: p N::c.C
PASS -> UNRESOLVED: gdb.dwarf2/pr13961.exp: break main
PASS -> UNRESOLVED: gdb.dwarf2/shortpiece.exp: p s1
PASS -> FAIL: gdb.dwarf2/shortpiece.exp: p s2
PASS -> FAIL: gdb.dwarf2/subrange.exp: ptype TByteArray
PASS -> UNRESOLVED: gdb.dwarf2/subrange.exp: set language pascal
PASS -> FAIL: gdb.dwarf2/symtab-producer.exp: python print
new UNRESOLVED: gdb.dwarf2/symtab-producer.exp: verify python support
PASS -> UNRESOLVED: gdb.dwarf2/trace-crash.exp: set tracepoint
new UNRESOLVED: gdb.dwarf2/typeddwarf.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/var-access.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/variant.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.dwarf2/varval.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/array-element.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/charset.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/common-block.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/complex.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/derived-type-function.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/derived-type.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.fortran/exprs.exp: set print sevenbit-strings
new UNRESOLVED: gdb.fortran/library-module.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/logical.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/multi-dim.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/nested-funcs.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/print-formatted.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/print-formatted.exp: runto MAIN__
new UNRESOLVED: gdb.fortran/printing-types.exp: could not run to breakpoint MAIN__
new UNRESOLVED: gdb.fortran/printing-types.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/ptr-indentation.exp: couldn't run to breakpoint MAIN__
new UNRESOLVED: gdb.fortran/ptr-indentation.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/short-circuit-argument-list.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/subarray.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/vla-alloc-assoc.exp: could not run to main
new UNRESOLVED: gdb.fortran/vla-alloc-assoc.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/vla-datatypes.exp: could not run to main
new UNRESOLVED: gdb.fortran/vla-datatypes.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/vla-history.exp: could not run to main
new UNRESOLVED: gdb.fortran/vla-history.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/vla-ptr-info.exp: could not run to main
new UNRESOLVED: gdb.fortran/vla-ptr-info.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/vla-ptype-sub.exp: could not run to main
new UNRESOLVED: gdb.fortran/vla-ptype-sub.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/vla-ptype.exp: could not run to main
new UNRESOLVED: gdb.fortran/vla-ptype.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/vla-sizeof.exp: could not run to main
new UNRESOLVED: gdb.fortran/vla-sizeof.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/vla-type.exp: could not run to main
new UNRESOLVED: gdb.fortran/vla-type.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/vla-value-sub-arbitrary.exp: could not run to main
new UNRESOLVED: gdb.fortran/vla-value-sub-arbitrary.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/vla-value-sub-finish.exp: could not run to main
new UNRESOLVED: gdb.fortran/vla-value-sub-finish.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/vla-value-sub.exp: could not run to main
new UNRESOLVED: gdb.fortran/vla-value-sub.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/vla-value.exp: could not run to main
new UNRESOLVED: gdb.fortran/vla-value.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/whatis_type.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.fortran/whatis_type.exp: run to MAIN__
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 -> UNRESOLVED: gdb.go/basic-types.exp: set language go
new UNRESOLVED: gdb.go/chan.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.go/chan.exp: going to first breakpoint
PASS -> FAIL: gdb.go/chan.exp: going to second breakpoint
new FAIL: gdb.go/chan.exp: setting breakpoint at chan.go:18
new UNRESOLVED: gdb.go/chan.exp: setting breakpoint at chan.go:9
new UNRESOLVED: gdb.go/handcall.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.go/hello.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.go/integers.exp: Going to second breakpoint
new UNRESOLVED: gdb.go/integers.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.go/integers.exp: going to first breakpoint
PASS -> FAIL: gdb.go/integers.exp: next to 'i = 1' line
PASS -> FAIL: gdb.go/integers.exp: next to 'j = 2' line
PASS -> FAIL: gdb.go/integers.exp: next to 'k = 3' line
PASS -> FAIL: gdb.go/integers.exp: next to 'l = k' line
PASS -> FAIL: gdb.go/integers.exp: print
PASS -> FAIL: gdb.go/integers.exp: print -
PASS -> FAIL: gdb.go/integers.exp: print -i
PASS -> FAIL: gdb.go/integers.exp: print 2 * i
PASS -> FAIL: gdb.go/integers.exp: print 3000*i
PASS -> FAIL: gdb.go/integers.exp: print i
PASS -> FAIL: gdb.go/integers.exp: print i + 1 != j
PASS -> FAIL: gdb.go/integers.exp: print i + 1 < j
PASS -> FAIL: gdb.go/integers.exp: print i + 1 <= j
PASS -> FAIL: gdb.go/integers.exp: print i + 1 == j
PASS -> FAIL: gdb.go/integers.exp: print i + 1 > j
PASS -> FAIL: gdb.go/integers.exp: print i + 1 >= j
PASS -> FAIL: gdb.go/integers.exp: print i + j
PASS -> FAIL: gdb.go/integers.exp: print i + j + k
PASS -> FAIL: gdb.go/integers.exp: print i + k
PASS -> FAIL: gdb.go/integers.exp: print i - j
PASS -> FAIL: gdb.go/integers.exp: print i before assigned to 1
PASS -> FAIL: gdb.go/integers.exp: print i+10*j+100*k
PASS -> FAIL: gdb.go/integers.exp: print j
PASS -> FAIL: gdb.go/integers.exp: print j * k
PASS -> FAIL: gdb.go/integers.exp: print j + k
PASS -> FAIL: gdb.go/integers.exp: print j - i
PASS -> FAIL: gdb.go/integers.exp: print k
PASS -> FAIL: gdb.go/integers.exp: print k -
PASS -> FAIL: gdb.go/integers.exp: print k -i -j
PASS -> FAIL: gdb.go/integers.exp: print l
PASS -> FAIL: gdb.go/integers.exp: set var i = 2
new UNRESOLVED: gdb.go/integers.exp: setting breakpoint at integers.go:12
new FAIL: gdb.go/integers.exp: setting breakpoint at integers.go:20
PASS -> FAIL: gdb.go/integers.exp: test j value before assignment
PASS -> FAIL: gdb.go/integers.exp: testing new i value
PASS -> FAIL: gdb.go/integers.exp: value of i after assignment
new UNRESOLVED: gdb.go/methods.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.go/methods.exp: setting breakpoint at main.T.Foo
new UNRESOLVED: gdb.go/package.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.go/package.exp: going to first breakpoint
new UNRESOLVED: gdb.go/package.exp: setting breakpoint at package2.Foo
PASS -> UNRESOLVED: gdb.go/print.exp: set language go
new UNRESOLVED: gdb.go/strings.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.go/strings.exp: print "abc" + "def"
new UNRESOLVED: gdb.go/types.exp: delete all breakpoints in delete_breakpoints
XFAIL -> UNRESOLVED: gdb.go/types.exp: ptype T
new UNRESOLVED: gdb.go/unsafe.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.go/unsafe.exp: print unsafe.Sizeof
PASS -> FAIL: gdb.guile/guile.exp: source -s source2.scm
new UNRESOLVED: gdb.guile/guile.exp: verify guile support
new FAIL: gdb.guile/scm-arch.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-arch.exp: verify guile support
new FAIL: gdb.guile/scm-block.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-block.exp: verify guile support
PASS -> FAIL: gdb.guile/scm-breakpoint.exp: create address breakpoint a '  *multiply'
PASS -> FAIL: gdb.guile/scm-breakpoint.exp: guile
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_bkpt_basic: can't run to main
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_bkpt_basic: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_bkpt_cond_and_cmds: can't run to main
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_bkpt_cond_and_cmds: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_bkpt_deletion: can't run to main
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_bkpt_deletion: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_bkpt_eval_funcs: can't run to main
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_bkpt_eval_funcs: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_bkpt_internal: can't run to main
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_bkpt_internal: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_bkpt_invisible: can't run to main
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_bkpt_invisible: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_bkpt_registration: can't run to main
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_bkpt_registration: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_watchpoints: can't run to main
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: test_watchpoints: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.guile/scm-breakpoint.exp: verify guile support
new FAIL: gdb.guile/scm-cmd.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-cmd.exp: verify guile support
new FAIL: gdb.guile/scm-disasm.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-disasm.exp: verify guile support
new FAIL: gdb.guile/scm-equal.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-equal.exp: verify guile support
new FAIL: gdb.guile/scm-frame-args.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-frame-args.exp: verify guile support
new FAIL: gdb.guile/scm-frame-inline.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-frame-inline.exp: verify guile support
new FAIL: gdb.guile/scm-frame.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-frame.exp: verify guile support
new FAIL: gdb.guile/scm-iterator.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-iterator.exp: verify guile support
new FAIL: gdb.guile/scm-lazy-string.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-lazy-string.exp: verify guile support
new FAIL: gdb.guile/scm-math.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-math.exp: verify guile support
new FAIL: gdb.guile/scm-objfile.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-objfile.exp: verify guile support
new UNRESOLVED: gdb.guile/scm-parameter.exp: verify guile support
new FAIL: gdb.guile/scm-ports.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-ports.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-progspace.exp: verify guile support
new FAIL: gdb.guile/scm-section-script.exp: can't run to main
PASS -> FAIL: gdb.guile/scm-section-script.exp: info auto-load guile-scripts scm-section-script
PASS -> UNRESOLVED: gdb.guile/scm-section-script.exp: set auto-load safe-path
PASS -> FAIL: gdb.guile/scm-section-script.exp: verify scripts loaded
new FAIL: gdb.guile/scm-symbol.exp: can't run to main
PASS -> FAIL: gdb.guile/scm-symbol.exp: print line number of qq
PASS -> FAIL: gdb.guile/scm-symbol.exp: print value of main
PASS -> FAIL: gdb.guile/scm-symbol.exp: print value of qq
PASS -> FAIL: gdb.guile/scm-symbol.exp: print whether qq needs a frame
PASS -> FAIL: gdb.guile/scm-symbol.exp: test
new UNRESOLVED: gdb.guile/scm-symbol.exp: verify guile support
new FAIL: gdb.guile/scm-symtab.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-symtab.exp: verify guile support
new FAIL: gdb.guile/scm-type.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-type.exp: verify guile support
new FAIL: gdb.guile/scm-value-cc.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-value-cc.exp: verify guile support
new FAIL: gdb.guile/scm-value.exp: can't run to main
new UNRESOLVED: gdb.guile/scm-value.exp: verify guile support
new FAIL: gdb.guile/types-module.exp: can't run to main
new UNRESOLVED: gdb.guile/types-module.exp: verify guile support
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 -> UNRESOLVED: gdb.linespec/break-ask.exp: set multiple-symbols ask
new FAIL: gdb.linespec/break-ask.exp: setting breakpoint at body_elsewhere
PASS -> FAIL: gdb.linespec/break-asm-file.exp: set a break-point at a function only for a selected ASM file.
PASS -> UNRESOLVED: 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.
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
new UNRESOLVED: gdb.linespec/cpcompletion.exp: show editing
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 UNRESOLVED: gdb.linespec/cpexplicit.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/cpls-abi-tag.exp: show editing
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]
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 UNRESOLVED: gdb.linespec/cpls-ops.exp: show editing
new UNRESOLVED: gdb.linespec/explicit.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.linespec/keywords.exp: can't run to main
new UNRESOLVED: gdb.linespec/keywords.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.linespec/linespec.exp: set breakpoint at main in both inferiors
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
PASS -> UNRESOLVED: gdb.linespec/ls-dollar.exp: set listsize 1
new FAIL: gdb.linespec/ls-errs.exp: lang=C++: can't run to main
PASS -> UNRESOLVED: gdb.linespec/ls-errs.exp: lang=C++: set breakpoint pending off
new FAIL: gdb.linespec/ls-errs.exp: lang=C: can't run to main
PASS -> UNRESOLVED: gdb.linespec/ls-errs.exp: lang=C: set breakpoint pending off
new UNRESOLVED: gdb.linespec/macro-relative.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.linespec/skip-two.exp: skip function dupname
new UNRESOLVED: gdb.linespec/thread.exp: can't run to main
new UNRESOLVED: gdb.linespec/thread.exp: delete all breakpoints in delete_breakpoints
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/gdb2549.exp: wrong arguments
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
PASS -> FAIL: gdb.mi/mi-async-run.exp: expect interrupt
PASS -> UNRESOLVED: gdb.mi/mi-async-run.exp: send interrupt command
PASS -> FAIL: gdb.mi/mi-basics.exp: acceptance of MI operations
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
new FAIL: gdb.mi/mi-break.exp: mi-mode=separate: new-ui
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 -> 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: -interpreter-exec with no arguments
PASS -> FAIL: gdb.mi/mi-cli.exp: -interpreter-exec with one argument
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
new UNRESOLVED: gdb.mi/mi-cmd-param-changed.exp: delete all breakpoints in delete_breakpoints
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-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
UNRESOLVED -> 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
new FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=separate: force-fail=0: new-ui
new FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=separate: force-fail=1: new-ui
UNRESOLVED -> 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
UNRESOLVED -> 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 mi
UNRESOLVED -> 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: -list-thread-groups before run shows no exit-code
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-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 -> FAIL: gdb.mi/mi-file-transfer.exp: put binary file
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-hack-cli.exp: 47show architecture
PASS -> FAIL: gdb.mi/mi-hack-cli.exp: show architecture
PASS -> FAIL: gdb.mi/mi-i-cmd.exp: -info-gdb-mi-command unsupported-command
PASS -> FAIL: gdb.mi/mi-i-cmd.exp: -list-features includes "info-gdb-mi-command"
PASS -> FAIL: gdb.mi/mi-info-os.exp: -info-os
PASS -> FAIL: gdb.mi/mi-language.exp: -list-features should include "language-option"
PASS -> UNRESOLVED: gdb.mi/mi-linespec-err-cp.exp: -interpreter-exec console "set breakpoint pending off"
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 -> FAIL: gdb.mi/mi-reg-undefined.exp: register values, format r, frame 0
PASS -> FAIL: gdb.mi/mi-reg-undefined.exp: register values, format r, frame 1
PASS -> FAIL: gdb.mi/mi-reg-undefined.exp: register values, format r, frame 2
PASS -> FAIL: gdb.mi/mi-reg-undefined.exp: register values, format x, frame 0
PASS -> FAIL: gdb.mi/mi-reg-undefined.exp: register values, format x, frame 1
PASS -> FAIL: gdb.mi/mi-reg-undefined.exp: register values, format x, frame 2
PASS -> UNRESOLVED: gdb.mi/mi-reg-undefined.exp: stack frame listing
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 -> FAIL: gdb.mi/mi-undefined-cmd.exp: -list-features should include "undefined-command-error-code"
PASS -> UNRESOLVED: gdb.mi/mi-undefined-cmd.exp: error code when executing undefined command
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
PASS -> UNRESOLVED: gdb.mi/mi-var-child-f.exp: create local variable array
PASS -> FAIL: gdb.mi/mi-var-child-f.exp: get children of array
PASS -> FAIL: gdb.mi/mi-var-child-f.exp: get grandchildren of array
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-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 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 -> FAIL: gdb.mi/mi-vla-fortran.exp: create local variable pvla2_associated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: create local variable vla1_allocated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: create local variable vla1_not_allocated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: eval variable pvla2_associated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: eval variable vla1_allocated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: eval variable vla1_not_allocated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate allocated vla
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate associated vla
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate filled vla
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate filled vla, contents modified
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate filled vla, filled all 1s
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate not allocated vla, after deallocation
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate not allocated vla, before allocation
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate not associated vla
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate vla pointer set to null
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: get children of vla1_allocated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: get children of vla1_not_allocated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: info type variable pvla2_associated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: info type variable vla1_allocated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: info type variable vla1_not_allocated
PASS -> UNRESOLVED: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 23
PASS -> UNRESOLVED: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 24
PASS -> UNRESOLVED: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 27
PASS -> UNRESOLVED: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 30
PASS -> UNRESOLVED: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 31
PASS -> UNRESOLVED: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 36
PASS -> UNRESOLVED: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 37
PASS -> UNRESOLVED: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 42
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: show format variable pvla2_associated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: show format variable vla1_allocated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: show format variable vla1_not_allocated
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: hw watchpoints toggle
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: hw watchpoints toggle
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: hw watchpoints toggle
PASS -> 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: new-ui
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: hw watchpoints toggle
PASS -> 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: new-ui
PASS -> FAIL: gdb.mi/mi-watch.exp: mi-mode=separate: wp-type=sw: watchpoint trigger
PASS -> FAIL: gdb.mi/mi2-prompt.exp: console set prompt
PASS -> FAIL: gdb.mi/mi2-prompt.exp: set prompt
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
new UNRESOLVED: gdb.mi/new-ui-mi-sync.exp: sync-command=continue: new-ui
new FAIL: gdb.mi/new-ui-mi-sync.exp: sync-command=run: new-ui
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
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=all-stop: test_setup: new-ui
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=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: 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: 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.3: flush MI
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: flush 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
new UNRESOLVED: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: can't run to main
new FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: new-ui
new UNRESOLVED: gdb.modula2/unbounded-array.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.multi/base.exp: 'info functions commonfun' in inferior 1
PASS -> FAIL: gdb.multi/base.exp: info inferior 1-2
PASS -> FAIL: gdb.multi/base.exp: info inferiors
PASS -> FAIL: gdb.multi/base.exp: list commonfun in hello
PASS -> UNRESOLVED: gdb.multi/base.exp: print $_inferior
PASS -> FAIL: gdb.multi/base.exp: print glob
PASS -> FAIL: gdb.multi/base.exp: print hglob
new UNRESOLVED: gdb.multi/bkpt-multi-exec.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.multi/dummy-frame-restore.exp: can't run to f1
new UNRESOLVED: gdb.multi/dummy-frame-restore.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.multi/info-threads.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.multi/multi-arch-exec.exp: first_arch=1: selected_thread=1: follow_exec_mode=new: couldn't run to all_started
new UNRESOLVED: gdb.multi/multi-arch-exec.exp: first_arch=1: selected_thread=1: follow_exec_mode=new: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.multi/multi-arch-exec.exp: first_arch=1: selected_thread=1: follow_exec_mode=same: couldn't run to all_started
new UNRESOLVED: gdb.multi/multi-arch-exec.exp: first_arch=1: selected_thread=1: follow_exec_mode=same: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.multi/multi-arch-exec.exp: first_arch=1: selected_thread=2: follow_exec_mode=new: couldn't run to all_started
new UNRESOLVED: gdb.multi/multi-arch-exec.exp: first_arch=1: selected_thread=2: follow_exec_mode=new: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.multi/multi-arch-exec.exp: first_arch=1: selected_thread=2: follow_exec_mode=same: couldn't run to all_started
new UNRESOLVED: gdb.multi/multi-arch-exec.exp: first_arch=1: selected_thread=2: follow_exec_mode=same: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.multi/multi-arch-exec.exp: first_arch=2: selected_thread=1: follow_exec_mode=new: couldn't run to all_started
new UNRESOLVED: gdb.multi/multi-arch-exec.exp: first_arch=2: selected_thread=1: follow_exec_mode=new: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.multi/multi-arch-exec.exp: first_arch=2: selected_thread=1: follow_exec_mode=same: couldn't run to all_started
new UNRESOLVED: gdb.multi/multi-arch-exec.exp: first_arch=2: selected_thread=1: follow_exec_mode=same: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.multi/multi-arch-exec.exp: first_arch=2: selected_thread=2: follow_exec_mode=new: couldn't run to all_started
new UNRESOLVED: gdb.multi/multi-arch-exec.exp: first_arch=2: selected_thread=2: follow_exec_mode=new: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.multi/multi-arch-exec.exp: first_arch=2: selected_thread=2: follow_exec_mode=same: couldn't run to all_started
new UNRESOLVED: gdb.multi/multi-arch-exec.exp: first_arch=2: selected_thread=2: follow_exec_mode=same: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.multi/multi-arch.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.multi/multi-arch.exp: inf1 event with inf2 selected: b hello_loop
PASS -> FAIL: gdb.multi/multi-arch.exp: inf1 event with inf2 selected: continue to hello_loop
PASS -> FAIL: gdb.multi/multi-arch.exp: inf1 event with inf2 selected: inferior 2
PASS -> FAIL: gdb.multi/multi-arch.exp: inf2 event with inf1 selected: continue to hangout_loop
PASS -> FAIL: gdb.multi/multi-arch.exp: inf2 event with inf1 selected: inferior 1
PASS -> FAIL: gdb.multi/multi-arch.exp: info inferiors
new UNRESOLVED: gdb.multi/multi-arch.exp: starting inferior 1
new FAIL: gdb.multi/multi-arch.exp: starting inferior 2
PASS -> UNRESOLVED: 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 -> UNRESOLVED: 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 -> UNRESOLVED: 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=run: inf2_how=attach: attach
PASS -> FAIL: 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: delete all breakpoints in delete_breakpoints
new UNRESOLVED: 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 UNRESOLVED: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=run: delete all breakpoints in delete_breakpoints
new FAIL: gdb.multi/multi-term-settings.exp: inf1_how=run: inf2_how=run: run to main
PASS -> UNRESOLVED: gdb.multi/remove-inferiors.exp: add second inferior
PASS -> FAIL: gdb.multi/remove-inferiors.exp: can't remove current inferior
PASS -> FAIL: gdb.multi/remove-inferiors.exp: remove non-current inferior
PASS -> FAIL: gdb.multi/remove-inferiors.exp: switch to second inferior
new UNRESOLVED: gdb.multi/tids.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.multi/watchpoint-multi-exit.exp: dispose=exit: can't run to child_function
PASS -> UNRESOLVED: gdb.multi/watchpoint-multi-exit.exp: dispose=exit: set follow-fork child
new FAIL: gdb.multi/watchpoint-multi-exit.exp: dispose=kill: can't run to child_function
PASS -> UNRESOLVED: gdb.multi/watchpoint-multi-exit.exp: dispose=kill: set follow-fork child
PASS -> UNRESOLVED: gdb.objc/print.exp: set language objective-c
new UNRESOLVED: gdb.opt/clobbered-registers-O2.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.opt/clobbered-registers-O2.exp: run to start_sequence
new UNRESOLVED: gdb.opt/inline-break.exp: func=func_extern_caller: could not run to main
new UNRESOLVED: gdb.opt/inline-break.exp: func=func_extern_caller: delete all breakpoints in delete_breakpoints
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.opt/inline-bt.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.opt/inline-bt.exp: skipping inline frame tests
PASS -> UNRESOLVED: gdb.opt/inline-cmds.exp: set listsize 1
new UNRESOLVED: gdb.opt/inline-cmds.exp: skipping inline frame tests
new UNRESOLVED: gdb.opt/inline-locals.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.opt/inline-locals.exp: inline-bt.exp
new UNRESOLVED: gdb.opt/solib-intra-step.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.pascal/case-insensitive-symbols.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.pascal/floats.exp: setting breakpoint at floats.pas:34
new FAIL: gdb.pascal/floats.exp: setting breakpoint at floats.pas:41
new UNRESOLVED: gdb.pascal/gdb11492.exp: setting breakpoint at gdb11492.pas:35
new FAIL: gdb.pascal/hello.exp: setting breakpoint at hello.pas:10
new UNRESOLVED: gdb.pascal/hello.exp: setting breakpoint at hello.pas:8
new UNRESOLVED: gdb.pascal/integers.exp: setting breakpoint at integers.pas:38
new FAIL: gdb.pascal/integers.exp: setting breakpoint at integers.pas:46
PASS -> UNRESOLVED: gdb.pascal/print.exp: set language pascal
new FAIL: gdb.python/lib-types.exp: can't run to main
new UNRESOLVED: gdb.python/lib-types.exp: verify python support
new UNRESOLVED: gdb.python/py-arch.exp: verify python support
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 FAIL: gdb.python/py-bad-printers.exp: can't run to main
new UNRESOLVED: gdb.python/py-bad-printers.exp: verify python support
new FAIL: gdb.python/py-block.exp: can't run to main
new UNRESOLVED: gdb.python/py-block.exp: verify python support
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
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: cannot run to main.
PASS -> UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_basic: python print
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 UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_deletion: cannot run to main.
new UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_deletion: delete all breakpoints in delete_breakpoints
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
PASS -> UNRESOLVED: gdb.python/py-breakpoint.exp: test_bkpt_events: Create event handler - python
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 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_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-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-breakpoint.exp: verify python support
new UNRESOLVED: gdb.python/py-caller-is.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.python/py-cmd.exp: cannot run to main.
new UNRESOLVED: gdb.python/py-cmd.exp: verify python support
PASS -> FAIL: gdb.python/py-completion.exp: list all completions of 'complete completel'
PASS -> FAIL: gdb.python/py-completion.exp: load python file again
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: 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 UNRESOLVED: gdb.python/py-events.exp: verify python support
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
PASS -> FAIL: gdb.python/py-evthreads.exp: thread 3 was signaled
new UNRESOLVED: gdb.python/py-evthreads.exp: verify python support
new UNRESOLVED: gdb.python/py-explore-cc.exp: verify python support
new UNRESOLVED: gdb.python/py-explore.exp: verify python support
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-finish-breakpoint.exp: verify python support
new FAIL: gdb.python/py-finish-breakpoint2.exp: cannot run to main.
new UNRESOLVED: gdb.python/py-finish-breakpoint2.exp: verify python support
new UNRESOLVED: gdb.python/py-frame-args.exp: verify python support
new FAIL: gdb.python/py-frame-inline.exp: can't run to function f
new UNRESOLVED: gdb.python/py-frame-inline.exp: verify python support
new FAIL: gdb.python/py-frame.exp: can't run to main
new UNRESOLVED: gdb.python/py-frame.exp: verify python support
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 UNRESOLVED: gdb.python/py-function.exp: verify python support
new FAIL: gdb.python/py-inferior.exp: can't run to main
new UNRESOLVED: gdb.python/py-inferior.exp: verify python support
new UNRESOLVED: gdb.python/py-infthread.exp: verify python support
new UNRESOLVED: gdb.python/py-lazy-string.exp: verify python support
new UNRESOLVED: gdb.python/py-linetable.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-lookup-type.exp: verify python support
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: -enable-pretty-printing
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 -> FAIL: gdb.python/py-mi-var-info-path-expression.exp: load python file
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: 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 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 of c
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 -> 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 UNRESOLVED: gdb.python/py-objfile.exp: verify python support
new UNRESOLVED: gdb.python/py-parameter.exp: verify python support
new UNRESOLVED: gdb.python/py-pp-integral.exp: verify python support
new FAIL: gdb.python/py-pp-maint.exp: can't run to main
new UNRESOLVED: gdb.python/py-pp-maint.exp: verify python support
new UNRESOLVED: gdb.python/py-pp-re-notag.exp: verify python support
new FAIL: gdb.python/py-pp-registration.exp: can't run to main
new UNRESOLVED: gdb.python/py-pp-registration.exp: verify python support
new UNRESOLVED: gdb.python/py-prettyprint.exp: c++: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-prettyprint.exp: c: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/py-prettyprint.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.python/py-progspace.exp: can't run to main
new UNRESOLVED: gdb.python/py-progspace.exp: verify python support
new UNRESOLVED: gdb.python/py-prompt.exp: verify python support
new FAIL: gdb.python/py-rbreak.exp: can't run to main
new UNRESOLVED: gdb.python/py-rbreak.exp: verify python support
new FAIL: gdb.python/py-record-full.exp: can't run to main
new UNRESOLVED: gdb.python/py-record-full.exp: verify python support
new FAIL: gdb.python/py-recurse-unwind.exp: can't run to main
new UNRESOLVED: gdb.python/py-recurse-unwind.exp: verify python support
new UNRESOLVED: gdb.python/py-rvalue-ref-value-cc.exp: verify python support
PASS -> FAIL: gdb.python/py-section-script.exp: info auto-load python-scripts py-section-script
PASS -> UNRESOLVED: gdb.python/py-section-script.exp: set auto-load safe-path
PASS -> FAIL: gdb.python/py-section-script.exp: verify scripts loaded
new FAIL: gdb.python/py-shared.exp: can't run to main
new UNRESOLVED: gdb.python/py-shared.exp: verify python support
new UNRESOLVED: gdb.python/py-strfns.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.python/py-symbol.exp: can't run to main
PASS -> FAIL: gdb.python/py-symbol.exp: print line number of qq
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 whether qq needs a frame
PASS -> FAIL: gdb.python/py-symbol.exp: test main_func.is_function
new UNRESOLVED: gdb.python/py-symbol.exp: verify python support
new FAIL: gdb.python/py-symtab.exp: can't run to main
new UNRESOLVED: gdb.python/py-symtab.exp: verify python support
new UNRESOLVED: gdb.python/py-sync-interp.exp: verify python support
new UNRESOLVED: gdb.python/py-template.exp: verify python support
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: 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
new UNRESOLVED: gdb.python/py-thrhandle.exp: verify python support
new UNRESOLVED: gdb.python/py-type.exp: delete all breakpoints in delete_breakpoints
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: 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: 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: basic test // parse failed
new FAIL: gdb.python/py-typeprint.exp: raw test // parse failed
new UNRESOLVED: gdb.python/py-typeprint.exp: verify python support
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: can't run to main
new UNRESOLVED: gdb.python/py-unwind-maint.exp: verify python support
new FAIL: gdb.python/py-unwind.exp: can't run to main
new UNRESOLVED: gdb.python/py-unwind.exp: verify python support
new UNRESOLVED: gdb.python/py-value-cc.exp: verify python support
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 UNRESOLVED: gdb.python/py-value.exp: verify python support
new UNRESOLVED: gdb.python/py-xmethods.exp: verify python support
new UNRESOLVED: gdb.python/python.exp: can't run to main
new UNRESOLVED: gdb.python/python.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.python/python.exp: verify python support
new UNRESOLVED: gdb.reverse/amd64-tailcall-reverse.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.reverse/break-precsave.exp: BP at end of 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
new UNRESOLVED: gdb.reverse/break-precsave.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: 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
new UNRESOLVED: gdb.reverse/break-reverse.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.reverse/break-reverse.exp: turn on process record
PASS -> FAIL: gdb.reverse/consecutive-precsave.exp: breakpoint at end of main
PASS -> FAIL: gdb.reverse/consecutive-precsave.exp: continue to breakpoint in foo
new UNRESOLVED: gdb.reverse/consecutive-precsave.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.reverse/consecutive-precsave.exp: turn on process record
PASS -> FAIL: gdb.reverse/consecutive-reverse.exp: continue to breakpoint in foo
new UNRESOLVED: gdb.reverse/consecutive-reverse.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.reverse/consecutive-reverse.exp: turn on process record
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: 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
new UNRESOLVED: gdb.reverse/finish-precsave.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.reverse/finish-precsave.exp: turn on process record
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
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
new UNRESOLVED: gdb.reverse/finish-reverse.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.reverse/finish-reverse.exp: turn on process record
PASS -> FAIL: gdb.reverse/fstatat-reverse.exp: check fstatat record
new UNRESOLVED: gdb.reverse/fstatat-reverse.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.reverse/fstatat-reverse.exp: turn on process record
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
new UNRESOLVED: gdb.reverse/getresuid-reverse.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.reverse/getresuid-reverse.exp: turn on process record
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: continue to end of sse4_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: continue to end of sse_test #2
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: continue to end of sse_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: continue to end of ssse3_test #2
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: continue to end of ssse3_test
new UNRESOLVED: gdb.reverse/i386-sse-reverse.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to addpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to addps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to addsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to addss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to addsubpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to addsubps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to andpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to andps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to blendpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to blendps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to blendvpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to blendvps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to cmppd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to cmpps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to cmpsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to cmpss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to comisd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to comiss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to cvtdq2pd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to cvtdq2ps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to cvtpd2dq
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to cvtpd2ps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to divpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to divps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to divsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to divss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to mulpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to mulps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to mulsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to mulss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to orpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to orps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to pabsb
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to pabsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to pabsw
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to packssdw
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to packsswb
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to ucomisd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to ucomiss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to unpckhpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to unpckhps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to xorpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: reverse-step to xorps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: set breakpoint at end of sse4_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: set breakpoint at end of sse_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: set breakpoint at end of ssse3_test
PASS -> UNRESOLVED: gdb.reverse/i386-sse-reverse.exp: turn on process record
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse addps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse addsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse addss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse addsubpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse addsubps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse andpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse andps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse blendps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse blendvpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse blendvps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse cmppd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse cmpps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse cmpsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse cmpss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse comisd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse comiss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse cvtdq2pd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse cvtdq2ps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse cvtpd2dq
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse cvtpd2ps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse divpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse divps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse divsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse divss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse mulpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse mulps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse mulsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse mulss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse orpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse orps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse pabsb
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse pabsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse pabsw
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse packssdw
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse packsswb
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse ucomisd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse ucomiss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse unpckhpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse unpckhps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse xorpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 after reverse xorps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 at end of sse4_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 at end of sse_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm0 at end of ssse3_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse addps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse addsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse addss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse addsubpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse addsubps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse andpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse andps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse blendps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse blendvpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse blendvps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse cmppd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse cmpps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse cmpsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse cmpss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse comisd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse comiss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse cvtdq2pd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse cvtdq2ps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse cvtpd2dq
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse cvtpd2ps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse divpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse divps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse divsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse divss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse mulpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse mulps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse mulsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse mulss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse orpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse orps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse pabsb
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse pabsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse pabsw
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse packssdw
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse packsswb
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse ucomisd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse ucomiss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse unpckhpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse unpckhps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse xorpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 after reverse xorps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 at end of sse4_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 at end of sse_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm1 at end of ssse3_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse addps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse addsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse addss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse addsubpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse addsubps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse andpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse andps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse blendps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse blendvpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse blendvps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse cmppd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse cmpps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse cmpsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse cmpss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse comisd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse comiss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse cvtdq2pd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse cvtdq2ps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse cvtpd2dq
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse cvtpd2ps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse divpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse divps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse divsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse divss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse mulpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse mulps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse mulsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse mulss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse orpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse orps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse pabsb
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse pabsd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse pabsw
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse packssdw
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse packsswb
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse ucomisd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse ucomiss
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse unpckhpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse unpckhps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse xorpd
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 after reverse xorps
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 at end of sse4_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 at end of sse_test
PASS -> FAIL: gdb.reverse/i386-sse-reverse.exp: verify xmm2 at end of ssse3_test
new UNRESOLVED: gdb.reverse/insn-reverse.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: 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
new FAIL: gdb.reverse/machinestate-precsave.exp: break 100
PASS -> FAIL: gdb.reverse/machinestate-precsave.exp: breakpoint at end of main
new UNRESOLVED: gdb.reverse/machinestate-precsave.exp: delete all breakpoints in delete_breakpoints
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
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 -> UNRESOLVED: 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
new FAIL: gdb.reverse/machinestate.exp: break 100
PASS -> FAIL: gdb.reverse/machinestate.exp: continue to breakpoint: end of main
new UNRESOLVED: gdb.reverse/machinestate.exp: delete all breakpoints in delete_breakpoints
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
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
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 -> UNRESOLVED: gdb.reverse/machinestate.exp: turn on process record
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
PASS -> FAIL: gdb.reverse/pipe-reverse.exp: check pipe record
new UNRESOLVED: gdb.reverse/pipe-reverse.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.reverse/pipe-reverse.exp: turn on process record
PASS -> FAIL: gdb.reverse/readv-reverse.exp: check readv record
new UNRESOLVED: gdb.reverse/readv-reverse.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.reverse/readv-reverse.exp: turn on process record
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
new UNRESOLVED: gdb.reverse/recvmsg-reverse.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.reverse/recvmsg-reverse.exp: turn on process record
new UNRESOLVED: gdb.reverse/rerun-prec.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.reverse/rerun-prec.exp: restarting inferior
PASS -> UNRESOLVED: gdb.reverse/rerun-prec.exp: turn on process record
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_33
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_34
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_35
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_36
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_37
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_38
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_39
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_40
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_41
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_42
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_43
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_44
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_45
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_46
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_47
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_48
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_49
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_50
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_51
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_52
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_53
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_54
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_55
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_56
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_57
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_58
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_59
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_60
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_61
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_62
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_63
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_ALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_BUS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_CHLD
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_CONT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_DANGER
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_EMT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_FPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_GRANT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_HUP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_ILL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_IO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_LOST
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_LWP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_MSG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_PHONE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_PIPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_POLL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_PRIO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_PROF
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_PWR
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_QUIT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_RETRACT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_SAK
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_SEGV
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_SOUND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_SYS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_TERM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_TSTP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_TTIN
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_TTOU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_URG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_USR1
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_USR2
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_VTALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_WAITING
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_WINCH
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_WIND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_XCPU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b gen_XFSZ
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_33
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_34
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_35
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_36
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_37
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_38
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_39
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_40
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_41
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_42
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_43
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_44
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_45
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_46
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_47
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_48
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_49
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_50
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_51
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_52
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_53
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_54
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_55
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_56
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_57
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_58
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_59
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_60
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_61
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_62
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_63
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_ABRT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_ALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_BUS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_CHLD
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_CONT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_DANGER
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_EMT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_FPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_GRANT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_HUP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_ILL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_IO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_LOST
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_LWP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_MSG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_PHONE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_PIPE
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_POLL
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_PRIO
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_PROF
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_PWR
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_QUIT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_RETRACT
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_SAK
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_SEGV
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_SOUND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_SYS
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_TERM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_TSTP
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_TTIN
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_TTOU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_URG
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_USR1
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_USR2
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_VTALRM
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_WAITING
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_WINCH
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_WIND
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_XCPU
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: b handle_XFSZ
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
new UNRESOLVED: gdb.reverse/sigall-precsave.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: reload precord save file
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_33
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_34
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_35
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_36
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_37
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_38
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_39
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_40
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_41
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_42
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_43
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_44
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_45
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_46
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_47
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_48
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_49
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_50
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_51
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_52
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_53
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_54
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_55
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_56
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_57
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_58
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_59
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_60
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_61
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_62
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_63
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_ABRT
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_ALRM
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_BUS
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_CHLD
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_CONT
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_DANGER
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_EMT
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_FPE
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_GRANT
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_HUP
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_ILL
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_IO
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_LOST
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_LWP
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_MSG
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_PHONE
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_PIPE
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_POLL
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_PRIO
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_PROF
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_PWR
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_QUIT
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_RETRACT
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_SAK
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_SEGV
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_SOUND
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_SYS
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_TERM
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_TSTP
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_TTIN
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_TTOU
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_URG
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_USR1
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_USR2
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_VTALRM
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_WAITING
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_WINCH
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_WIND
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_XCPU
XFAIL -> FAIL: gdb.reverse/sigall-precsave.exp: reverse to gen_XFSZ
PASS -> FAIL: gdb.reverse/sigall-precsave.exp: save process recfile
PASS -> UNRESOLVED: gdb.reverse/sigall-precsave.exp: turn on process record
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_33
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_34
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_35
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_36
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_37
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_38
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_39
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_40
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_41
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_42
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_43
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_44
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_45
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_46
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_47
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_48
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_49
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_50
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_51
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_52
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_53
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_54
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_55
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_56
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_57
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_58
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_59
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_60
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_61
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_62
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_63
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_ALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_BUS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_CHLD
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_CONT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_DANGER
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_EMT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_FPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_GRANT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_HUP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_ILL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_IO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_LOST
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_LWP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_MSG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_PHONE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_PIPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_POLL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_PRIO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_PROF
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_PWR
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_QUIT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_RETRACT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_SAK
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_SEGV
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_SOUND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_SYS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_TERM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_TSTP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_TTIN
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_TTOU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_URG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_USR1
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_USR2
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_VTALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_WAITING
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_WINCH
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_WIND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_XCPU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b gen_XFSZ
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_33
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_34
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_35
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_36
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_37
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_38
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_39
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_40
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_41
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_42
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_43
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_44
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_45
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_46
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_47
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_48
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_49
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_50
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_51
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_52
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_53
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_54
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_55
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_56
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_57
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_58
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_59
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_60
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_61
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_62
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_63
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_ABRT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_ALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_BUS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_CHLD
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_CONT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_DANGER
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_EMT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_FPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_GRANT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_HUP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_ILL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_IO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_LOST
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_LWP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_MSG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_PHONE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_PIPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_POLL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_PRIO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_PROF
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_PWR
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_QUIT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_RETRACT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_SAK
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_SEGV
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_SOUND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_SYS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_TERM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_TSTP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_TTIN
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_TTOU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_URG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_USR1
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_USR2
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_VTALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_WAITING
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_WINCH
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_WIND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_XCPU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: b handle_XFSZ
new UNRESOLVED: gdb.reverse/sigall-reverse.exp: delete all breakpoints in delete_breakpoints
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_33
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_34
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_35
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_36
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_37
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_38
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_39
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_40
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_41
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_42
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_43
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_44
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_45
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_46
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_47
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_48
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_49
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_50
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_51
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_52
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_53
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_54
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_55
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_56
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_57
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_58
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_59
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_60
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_61
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_62
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_63
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_ABRT
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_ALRM
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_BUS
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_CHLD
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_CONT
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_DANGER
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_EMT
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_FPE
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_GRANT
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_HUP
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_ILL
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_IO
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_LOST
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_LWP
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_MSG
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_PHONE
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_PIPE
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_POLL
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_PRIO
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_PROF
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_PWR
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_QUIT
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_RETRACT
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_SAK
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_SEGV
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_SOUND
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_SYS
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_TERM
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_TSTP
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_TTIN
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_TTOU
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_URG
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_USR1
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_USR2
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_VTALRM
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_WAITING
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_WINCH
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_WIND
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_XCPU
XFAIL -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_XFSZ
PASS -> UNRESOLVED: gdb.reverse/sigall-reverse.exp: turn on process record
new UNRESOLVED: gdb.reverse/singlejmp-reverse.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.reverse/solib-precsave.exp: breakpoint at end of main
new UNRESOLVED: gdb.reverse/solib-precsave.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.reverse/solib-precsave.exp: reload core file
PASS -> FAIL: gdb.reverse/solib-precsave.exp: save process recfile
PASS -> UNRESOLVED: gdb.reverse/solib-precsave.exp: turn on process record
new UNRESOLVED: gdb.reverse/solib-reverse.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.reverse/solib-reverse.exp: turn on process record
new UNRESOLVED: gdb.reverse/step-indirect-call-thunk.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.reverse/step-indirect-call-thunk.exp: failed to run to main
PASS -> FAIL: gdb.reverse/step-precsave.exp: breakpoint at end of main
new UNRESOLVED: gdb.reverse/step-precsave.exp: delete all breakpoints in delete_breakpoints
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 step into fn call
PASS -> FAIL: gdb.reverse/step-precsave.exp: reverse stepi thru function return
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 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 -> UNRESOLVED: gdb.reverse/step-precsave.exp: turn on process record
new UNRESOLVED: gdb.reverse/step-reverse.exp: delete all breakpoints in delete_breakpoints
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 step into fn 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 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 -> UNRESOLVED: gdb.reverse/step-reverse.exp: turn on process record
PASS -> FAIL: gdb.reverse/time-reverse.exp: check time record
new UNRESOLVED: gdb.reverse/time-reverse.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.reverse/time-reverse.exp: reverse to marker1
PASS -> FAIL: gdb.reverse/time-reverse.exp: set breakpoint at marker1
PASS -> FAIL: gdb.reverse/time-reverse.exp: set breakpoint at marker2
PASS -> UNRESOLVED: gdb.reverse/time-reverse.exp: turn on process record
PASS -> FAIL: gdb.reverse/until-precsave.exp: breakpoint at end of main
new UNRESOLVED: gdb.reverse/until-precsave.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.reverse/until-precsave.exp: reload core file
PASS -> FAIL: gdb.reverse/until-precsave.exp: save process recfile
PASS -> FAIL: gdb.reverse/until-precsave.exp: set reverse execution
PASS -> UNRESOLVED: gdb.reverse/until-precsave.exp: turn on process record
PASS -> FAIL: gdb.reverse/until-precsave.exp: until line number
new UNRESOLVED: gdb.reverse/until-reverse.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.reverse/until-reverse.exp: set reverse execution
PASS -> UNRESOLVED: gdb.reverse/until-reverse.exp: turn on process record
PASS -> FAIL: gdb.reverse/until-reverse.exp: until line number
PASS -> FAIL: gdb.reverse/waitpid-reverse.exp: check waitpid record
new UNRESOLVED: gdb.reverse/waitpid-reverse.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.reverse/waitpid-reverse.exp: turn on process record
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
new UNRESOLVED: gdb.reverse/watch-precsave.exp: delete all breakpoints in delete_breakpoints
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
PASS -> FAIL: gdb.reverse/watch-precsave.exp: set watchpoint on ival3
PASS -> UNRESOLVED: 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
new UNRESOLVED: gdb.reverse/watch-reverse.exp: delete all breakpoints in delete_breakpoints
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
PASS -> FAIL: gdb.reverse/watch-reverse.exp: set watchpoint on ival3
PASS -> UNRESOLVED: 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.rust/expr.exp: set language rust
PASS -> FAIL: gdb.rust/expr.exp: set var $something = 27
new UNRESOLVED: gdb.rust/generics.exp: could not run to breakpoint
new UNRESOLVED: gdb.rust/generics.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.rust/methods.exp: could not run to breakpoint
new UNRESOLVED: gdb.rust/methods.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.rust/modules.exp: could not run to breakpoint
new UNRESOLVED: gdb.rust/modules.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.rust/simple.exp: could not run to breakpoint
new UNRESOLVED: gdb.rust/simple.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.rust/traits.exp: could not run to breakpoint
new UNRESOLVED: gdb.rust/traits.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.rust/unsized.exp: could not run to breakpoint
new UNRESOLVED: gdb.rust/unsized.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.rust/watch.exp: could not run to breakpoint
new UNRESOLVED: gdb.rust/watch.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.server/abspath.exp: continue to main
PASS -> UNRESOLVED: gdb.server/abspath.exp: disconnect
new FAIL: gdb.server/abspath.exp: setting breakpoint at main
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: disconnect
PASS -> FAIL: gdb.server/connect-stopped-target.exp: non-stop=off: print pc again
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: disconnect
PASS -> FAIL: gdb.server/connect-stopped-target.exp: non-stop=on: print pc again
PASS -> UNRESOLVED: gdb.server/connect-with-no-symbol-file.exp: sysroot=: action=permission: setup: disconnect
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 -> UNRESOLVED: gdb.server/connect-without-multi-process.exp: multiprocess=auto: disconnect
PASS -> FAIL: gdb.server/connect-without-multi-process.exp: multiprocess=auto: target extended-remote
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 -> UNRESOLVED: gdb.server/connect-without-multi-process.exp: multiprocess=off: disconnect
PASS -> FAIL: gdb.server/connect-without-multi-process.exp: multiprocess=off: target extended-remote
PASS -> UNRESOLVED: gdb.server/ext-restart.exp: disconnect
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: run to main
PASS -> FAIL: gdb.server/ext-restart.exp: set remote exec-file
new FAIL: gdb.server/ext-restart.exp: setting breakpoint at main
PASS -> FAIL: gdb.server/ext-run.exp: continue to main
PASS -> FAIL: gdb.server/ext-run.exp: set remote exec-file
PASS -> UNRESOLVED: gdb.server/ext-wrapper.exp: disconnect
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: run to marker
PASS -> FAIL: gdb.server/ext-wrapper.exp: set remote exec-file
new FAIL: gdb.server/ext-wrapper.exp: setting breakpoint at marker
new UNRESOLVED: gdb.server/extended-remote-restart.exp: kill: 0, follow-child 0: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.server/extended-remote-restart.exp: kill: 0, follow-child 1: can't run to main
new UNRESOLVED: gdb.server/extended-remote-restart.exp: kill: 0, follow-child 1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.server/extended-remote-restart.exp: kill: 1, follow-child 0: can't run to main
new UNRESOLVED: gdb.server/extended-remote-restart.exp: kill: 1, follow-child 0: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.server/extended-remote-restart.exp: kill: 1, follow-child 1: can't run to main
new UNRESOLVED: gdb.server/extended-remote-restart.exp: kill: 1, follow-child 1: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.server/no-thread-db.exp: continue to breakpoint: after tls assignment
PASS -> UNRESOLVED: gdb.server/no-thread-db.exp: disconnect
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
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: first: connect
PASS -> UNRESOLVED: gdb.server/reconnect-ctrl-c.exp: preparation: disconnect
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: connect
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: disconnect
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
PASS -> UNRESOLVED: gdb.server/run-without-local-binary.exp: set remote exec-file
PASS -> UNRESOLVED: gdb.server/server-connect.exp: disconnect
PASS -> FAIL: gdb.server/server-connect.exp: tcp4: connect to gdbserver using tcp4:127.0.0.1
PASS -> FAIL: gdb.server/server-connect.exp: tcp6-with-brackets: connect to gdbserver using tcp6:[::1]
PASS -> FAIL: gdb.server/server-connect.exp: tcp6: connect to gdbserver using tcp6:::1
PASS -> FAIL: gdb.server/server-connect.exp: tcp: connect to gdbserver using tcp:localhost
PASS -> UNRESOLVED: gdb.server/server-exec-info.exp: disconnect
PASS -> FAIL: gdb.server/server-exec-info.exp: info files
PASS -> FAIL: gdb.server/server-kill.exp: continue to breakpoint: after server_pid assignment
PASS -> UNRESOLVED: gdb.server/server-kill.exp: disconnect
PASS -> FAIL: gdb.server/server-kill.exp: p server_pid
new FAIL: gdb.server/server-kill.exp: setting breakpoint at server-kill.c:29
PASS -> UNRESOLVED: gdb.server/server-mon.exp: disconnect
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
PASS -> FAIL: gdb.server/server-run.exp: continue to main
PASS -> UNRESOLVED: gdb.server/server-run.exp: loaded dynamic linker
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 0: continue
PASS -> UNRESOLVED: gdb.server/solib-list.exp: non-stop 0: disconnect
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 0: p libvar
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 0: target extended-remote
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 1: continue
PASS -> UNRESOLVED: gdb.server/solib-list.exp: non-stop 1: disconnect
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 1: p libvar
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 1: target extended-remote
PASS -> FAIL: gdb.server/stop-reply-no-thread.exp: connect
PASS -> UNRESOLVED: gdb.server/stop-reply-no-thread.exp: disconnect
PASS -> FAIL: gdb.server/wrapper.exp: continue to marker
PASS -> UNRESOLVED: gdb.server/wrapper.exp: disconnect
PASS -> FAIL: gdb.server/wrapper.exp: print d
new FAIL: gdb.server/wrapper.exp: setting breakpoint at marker
new UNRESOLVED: gdb.stabs/exclfwd.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.stabs/gdb11479.exp: can't run to main natural_debug_format
new UNRESOLVED: gdb.stabs/gdb11479.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attach
PASS -> UNRESOLVED: gdb.threads/attach-into-signal.exp: nonthreaded: handle SIGALRM stop print pass
PASS -> FAIL: gdb.threads/attach-into-signal.exp: threaded: attach
PASS -> UNRESOLVED: gdb.threads/attach-into-signal.exp: threaded: handle SIGALRM stop print pass
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break break_fn
PASS -> UNRESOLVED: gdb.threads/attach-many-short-lived-threads.exp: iter 1: attach
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 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 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 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 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 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 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 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 9: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: print seconds_left
PASS -> FAIL: gdb.threads/attach-slow-waitpid.exp: attach to target
PASS -> FAIL: gdb.threads/attach-stopped.exp: threaded: attach2 to stopped bt
PASS -> UNRESOLVED: gdb.threads/attach-stopped.exp: threaded: attach2 to stopped, after setting file
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 -> FAIL: gdb.threads/bp_in_thread.exp: run to noreturn
PASS -> UNRESOLVED: gdb.threads/break-while-running.exp: w/ithr: always-inserted off: all-stop: set non-stop off
PASS -> UNRESOLVED: gdb.threads/break-while-running.exp: w/ithr: always-inserted off: non-stop: set non-stop on
PASS -> UNRESOLVED: gdb.threads/break-while-running.exp: w/ithr: always-inserted on: all-stop: set non-stop off
PASS -> UNRESOLVED: gdb.threads/break-while-running.exp: w/ithr: always-inserted on: non-stop: set non-stop on
PASS -> UNRESOLVED: gdb.threads/break-while-running.exp: wo/ithr: always-inserted off: all-stop: set non-stop off
PASS -> UNRESOLVED: gdb.threads/break-while-running.exp: wo/ithr: always-inserted off: non-stop: set non-stop on
PASS -> UNRESOLVED: gdb.threads/break-while-running.exp: wo/ithr: always-inserted on: all-stop: set non-stop off
PASS -> UNRESOLVED: gdb.threads/break-while-running.exp: wo/ithr: always-inserted on: non-stop: set non-stop on
PASS -> UNRESOLVED: 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
new UNRESOLVED: gdb.threads/clone-new-thread-event.exp: could not run to main
new UNRESOLVED: gdb.threads/clone-new-thread-event.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/clone-thread_db.exp: could not run to main
new UNRESOLVED: gdb.threads/clone-thread_db.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/continue-pending-after-query.exp: iter 1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/continue-pending-status.exp: could not run to main
new UNRESOLVED: gdb.threads/continue-pending-status.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/create-fail.exp: iteration 1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/current-lwp-dead.exp: could not run to main
new UNRESOLVED: gdb.threads/current-lwp-dead.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/dlopen-libpthread.exp: delete all breakpoints in delete_breakpoints
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
new UNRESOLVED: gdb.threads/execl.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/execl.exp: info threads before exec
PASS -> UNRESOLVED: gdb.threads/execl.exp: set breakpoint at execl
new UNRESOLVED: gdb.threads/fork-child-threads.exp: can't run to main
new UNRESOLVED: gdb.threads/fork-child-threads.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: can't run to main
new UNRESOLVED: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: delete all breakpoints in delete_breakpoints
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/fork-thread-pending.exp: can't run to main
new UNRESOLVED: gdb.threads/fork-thread-pending.exp: delete all breakpoints in delete_breakpoints
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 FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: probe displaced-stepping support: can't run to main
PASS -> UNRESOLVED: gdb.threads/forking-threads-plus-breakpoint.exp: probe displaced-stepping support: set displaced on
PASS -> UNRESOLVED: gdb.threads/gcore-stale-thread.exp: set non-stop on
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
new UNRESOLVED: gdb.threads/hand-call-in-threads.exp: can't run to main
new UNRESOLVED: gdb.threads/hand-call-in-threads.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/hand-call-new-thread.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/ia64-sigill.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/info-threads-cur-sal.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/interrupt-while-step-over.exp: can't run to main
new UNRESOLVED: gdb.threads/interrupt-while-step-over.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/interrupted-hand-call.exp: can't run to main
new UNRESOLVED: gdb.threads/interrupted-hand-call.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/kill.exp: non-threaded: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/kill.exp: non-threaded: run to main
new UNRESOLVED: gdb.threads/kill.exp: threaded: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/kill.exp: threaded: run to main
PASS -> UNRESOLVED: gdb.threads/killed.exp: run program to completion
new UNRESOLVED: gdb.threads/leader-exit.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.threads/local-watch-wrong-thread.exp: can't run to main
new UNRESOLVED: gdb.threads/local-watch-wrong-thread.exp: set can-use-hw-watchpoints 1
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 -> UNRESOLVED: gdb.threads/manythreads.exp: set print sevenbit-strings
PASS -> FAIL: gdb.threads/manythreads.exp: stop threads 1
PASS -> UNRESOLVED: gdb.threads/multi-create-ns-info-thr.exp: set pagination off
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 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
PASS -> FAIL: 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: setup: delete all breakpoints in delete_breakpoints
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
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: next: setup: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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
new FAIL: 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: setup: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr1: switch back to thread 1
PASS -> UNRESOLVED: 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
new FAIL: 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
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr2: switch back to thread 1
PASS -> UNRESOLVED: 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
new FAIL: 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 -> FAIL: 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
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: step: setup: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: step: step
PASS -> UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=off: step: thread 1
PASS -> FAIL: 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: setup: delete all breakpoints in delete_breakpoints
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
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: 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
new FAIL: 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: setup: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: switch back to thread 1
PASS -> UNRESOLVED: 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
new FAIL: 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
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: switch back to thread 1
PASS -> UNRESOLVED: 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
new FAIL: 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
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: switch back to thread 1
PASS -> UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: thread 3
new UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: step
PASS -> UNRESOLVED: gdb.threads/multiple-step-overs.exp: displaced=on: step: thread 1
new UNRESOLVED: gdb.threads/multiple-successive-infcall.exp: can't run to main
new UNRESOLVED: gdb.threads/multiple-successive-infcall.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/names.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/next-bp-other-thread.exp: schedlock=off: 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
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/no-unwaited-for-left.exp: delete all breakpoints in delete_breakpoints
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=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.threads/non-ldr-exc-2.exp: lock-sched=off,non-stop=off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/non-ldr-exc-2.exp: lock-sched=off,non-stop=on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/non-ldr-exc-2.exp: lock-sched=on,non-stop=off: delete all breakpoints in delete_breakpoints
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/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=off,non-stop=on: 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
new UNRESOLVED: gdb.threads/non-ldr-exit.exp: can't run to main
new UNRESOLVED: gdb.threads/non-ldr-exit.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.threads/non-stop-fair-events.exp: set non-stop on
new UNRESOLVED: gdb.threads/pending-step.exp: can't run to main
new UNRESOLVED: gdb.threads/pending-step.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/print-threads.exp: all threads ran once
PASS -> FAIL: gdb.threads/print-threads.exp: break thread_function
PASS -> UNRESOLVED: gdb.threads/print-threads.exp: set print sevenbit-strings
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 UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: can't run to main
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: can't run to main
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: can't run to main
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: 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: 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
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
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: can't run to main
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: can't run to main
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint: can't run to main
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: can't run to main
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: single-process: detach: killed outside: can't run to main
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: single-process: detach: killed outside: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint: can't run to main
new UNRESOLVED: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: can't run to main
new UNRESOLVED: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: can't run to main
new UNRESOLVED: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: can't run to main
new UNRESOLVED: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: can't run to main
new UNRESOLVED: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/pthread_cond_wait.exp: backtrace in blocked thread
PASS -> UNRESOLVED: gdb.threads/pthread_cond_wait.exp: breakpoint on break_me
new UNRESOLVED: gdb.threads/pthread_cond_wait.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/pthread_cond_wait.exp: run to break_me
PASS -> UNRESOLVED: gdb.threads/pthreads.exp: set print sevenbit-strings
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/reconnect-signal.exp: can't run to main
new UNRESOLVED: gdb.threads/reconnect-signal.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.threads/schedlock.exp: shell stty intr '^C'
new UNRESOLVED: gdb.threads/siginfo-threads.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/signal-command-multiple-signals-pending.exp: schedlock off: can't run to main
new UNRESOLVED: gdb.threads/signal-command-multiple-signals-pending.exp: schedlock off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/signal-command-multiple-signals-pending.exp: schedlock on: can't run to main
new UNRESOLVED: gdb.threads/signal-command-multiple-signals-pending.exp: schedlock on: 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
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
new UNRESOLVED: gdb.threads/signal-sigtrap.exp: sigtrap thread 1: can't run to thread_function
new UNRESOLVED: gdb.threads/signal-sigtrap.exp: sigtrap thread 1: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/signal-sigtrap.exp: sigtrap thread 2: can't run to thread_function
new UNRESOLVED: gdb.threads/signal-sigtrap.exp: sigtrap thread 2: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/sigstep-threads.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/sigthread.exp: can't run to main
new UNRESOLVED: gdb.threads/sigthread.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/staticthreads.exp: break sem_post
PASS -> FAIL: gdb.threads/staticthreads.exp: continue to main's call of sem_post
new UNRESOLVED: gdb.threads/staticthreads.exp: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.threads/staticthreads.exp: set print sevenbit-strings
new UNRESOLVED: gdb.threads/step-bg-decr-pc-switch-thread.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/step-over-lands-on-breakpoint.exp: displaced=off: step: 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/stepi-random-signal.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: 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 -> FAIL: gdb.threads/switch-threads.exp: next
new UNRESOLVED: gdb.threads/switch-threads.exp: setting breakpoint at thread_func
PASS -> UNRESOLVED: gdb.threads/thread-execl.exp: non-stop: set non-stop 1
new UNRESOLVED: gdb.threads/thread-execl.exp: schedlock off: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/thread-execl.exp: schedlock on: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/thread-execl.exp: schedlock step: delete all breakpoints in delete_breakpoints
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 -> UNRESOLVED: gdb.threads/thread-find.exp: set print sevenbit-strings
new FAIL: gdb.threads/thread-find.exp: setting breakpoint at 199
PASS -> FAIL: gdb.threads/thread-find.exp: test inverted range
PASS -> FAIL: gdb.threads/thread-find.exp: test regular exp
new UNRESOLVED: gdb.threads/thread-specific-bp.exp: all-stop: could not run to main
new UNRESOLVED: gdb.threads/thread-specific-bp.exp: all-stop: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.threads/thread-specific-bp.exp: set non-stop mode
PASS -> FAIL: gdb.threads/thread-specific.exp: continue to breakpoint: all threads started
PASS -> FAIL: gdb.threads/thread-specific.exp: get threads list
PASS -> UNRESOLVED: gdb.threads/thread-specific.exp: set print sevenbit-strings
new FAIL: gdb.threads/thread-specific.exp: setting breakpoint at 39
new UNRESOLVED: gdb.threads/thread-unwindonsignal.exp: delete all breakpoints in delete_breakpoints
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
PASS -> UNRESOLVED: gdb.threads/threadapply.exp: b 62
new UNRESOLVED: gdb.threads/threadapply.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/threadapply.exp: go down and check selected frame
PASS -> FAIL: gdb.threads/threadapply.exp: go up in the stack frame
PASS -> FAIL: gdb.threads/threadapply.exp: run a simple print command on all threads
PASS -> FAIL: gdb.threads/threadapply.exp: step to the thread_function
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
PASS -> FAIL: gdb.threads/threadapply.exp: thread apply all backthread
new UNRESOLVED: gdb.threads/threadapply.exp: thread apply all: can't run to main
new UNRESOLVED: gdb.threads/threadapply.exp: thread apply all: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.threads/threadapply.exp: thread_set=1.1: add empty inferior 2
new UNRESOLVED: gdb.threads/threadapply.exp: thread_set=1.1: start inferior 1: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/threadapply.exp: thread_set=1.1: thread 2.1
PASS -> FAIL: gdb.threads/threadapply.exp: thread_set=1.1: try kill-and-remove: info inferiors
PASS -> FAIL: gdb.threads/threadapply.exp: thread_set=1.1: try kill-and-remove: thread apply 1.1 kill-and-remove
PASS -> FAIL: gdb.threads/threadapply.exp: thread_set=1.1: try remove 2: info inferiors
PASS -> FAIL: gdb.threads/threadapply.exp: thread_set=1.1: try remove 2: thread
PASS -> FAIL: gdb.threads/threadapply.exp: thread_set=1.1: try remove 2: thread 1.1
PASS -> FAIL: gdb.threads/threadapply.exp: thread_set=1.1: try remove: info inferiors
PASS -> FAIL: gdb.threads/threadapply.exp: thread_set=1.1: try remove: thread
PASS -> FAIL: gdb.threads/threadapply.exp: thread_set=1.1: try remove: thread apply 1.1 remove
PASS -> UNRESOLVED: gdb.threads/threadapply.exp: thread_set=all: add empty inferior 2
new UNRESOLVED: gdb.threads/threadapply.exp: thread_set=all: start inferior 1: delete all breakpoints in delete_breakpoints
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
new UNRESOLVED: gdb.threads/threxit-hop-specific.exp: delete all breakpoints in delete_breakpoints
new FAIL: 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/tid-reuse.exp: can't run to main
new UNRESOLVED: gdb.threads/tid-reuse.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/tls-core.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.threads/tls-core.exp: gcore
PASS -> UNRESOLVED: gdb.threads/tls-core.exp: gcore: load core file
PASS -> UNRESOLVED: gdb.threads/tls-core.exp: native: load core file
new UNRESOLVED: gdb.threads/tls-nodebug-pie.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/tls-nodebug.exp: can't run to main
new UNRESOLVED: gdb.threads/tls-nodebug.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/tls-shared.exp: can't run to main
new UNRESOLVED: gdb.threads/tls-shared.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/tls-so_extern.exp: can't run to main
new UNRESOLVED: gdb.threads/tls-so_extern.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.threads/tls-var.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.threads/tls.exp: can't run to main
PASS -> UNRESOLVED: gdb.threads/tls.exp: print a_thread_local
PASS -> UNRESOLVED: gdb.threads/watchpoint-fork.exp: child: singlethreaded: show detach-on-fork
PASS -> UNRESOLVED: gdb.threads/watchthreads-reorder.exp: reorder0: set can-use-hw-watchpoints 1
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.threads/watchthreads.exp: first watchpoint on args[0] hit
PASS -> FAIL: gdb.threads/watchthreads.exp: first watchpoint on args[1] hit
new UNRESOLVED: gdb.threads/watchthreads.exp: set can-use-hw-watchpoints 1
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
PASS -> FAIL: gdb.threads/watchthreads.exp: watch args[0]
PASS -> FAIL: gdb.threads/watchthreads.exp: watch args[1]
PASS -> FAIL: gdb.threads/watchthreads.exp: watchpoint on args[0] hit in thread
PASS -> FAIL: gdb.threads/watchthreads.exp: watchpoint on args[1] hit in thread
PASS -> FAIL: gdb.threads/watchthreads2.exp: all threads started
PASS -> FAIL: gdb.threads/watchthreads2.exp: breakpoint on thread_started
new FAIL: gdb.threads/watchthreads2.exp: run to thread_started
new UNRESOLVED: gdb.threads/watchthreads2.exp: set can-use-hw-watchpoints 1
new UNRESOLVED: gdb.threads/wp-replication.exp: set can-use-hw-watchpoints 1
new UNRESOLVED: gdb.trace/actions-changed.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/actions-changed.exp: delete all breakpoints in delete_breakpoints
new FAIL: 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/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/change-loc.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/change-loc.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.trace/circ.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/circ.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 FAIL: 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/disconnected-tracing.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/disconnected-tracing.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.trace/entry-values.exp: disassemble bar
new FAIL: gdb.trace/entry-values.exp: find the call or branch instruction offset in bar
new UNRESOLVED: gdb.trace/ftrace-lock.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/ftrace-lock.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
new FAIL: gdb.trace/infotrace.exp: setting tracepoints
new FAIL: gdb.trace/infotrace.exp: trace gdb_asm_test
new UNRESOLVED: gdb.trace/infotrace.exp: trace gdb_c_test
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
PASS -> FAIL: gdb.trace/mi-trace-save.exp: -trace-save with missing argument
PASS -> FAIL: gdb.trace/mi-trace-save.exp: -trace-save with too many arguments
new UNRESOLVED: gdb.trace/mi-trace-unavailable.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/mi-trace-unavailable.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.trace/mi-traceframe-changed.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/mi-traceframe-changed.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.trace/mi-tracepoint-changed.exp: delete all breakpoints in delete_breakpoints
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: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.trace/no-attach-trace.exp: current target does not support trace
new FAIL: gdb.trace/passcount.exp: could not find gdb_recursion_test function
new UNRESOLVED: gdb.trace/passcount.exp: list actions.c:1
new UNRESOLVED: gdb.trace/pending.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/pending.exp: delete all breakpoints in delete_breakpoints
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 UNRESOLVED: gdb.trace/qtro.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/qtro.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.trace/range-stepping.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/range-stepping.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.trace/read-memory.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.trace/save-trace.exp: could not find gdb_recursion_test function
new UNRESOLVED: gdb.trace/save-trace.exp: list actions.c:1
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/stap-trace.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.trace/status-stop.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/status-stop.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.trace/tfile.exp: disassemble main
PASS -> FAIL: gdb.trace/tfile.exp: info tracepoints on trace file
PASS -> FAIL: gdb.trace/tfile.exp: print constglob on trace file
PASS -> FAIL: gdb.trace/tfile.exp: print nonconstglob on trace file
PASS -> FAIL: gdb.trace/tfile.exp: print testglob on trace file
PASS -> FAIL: gdb.trace/tfile.exp: print testglob2 on trace file
PASS -> UNRESOLVED: gdb.trace/tfile.exp: target tfile tfile-basic.tf
PASS -> FAIL: gdb.trace/tfile.exp: tfind 0 on trace file
PASS -> FAIL: gdb.trace/tfile.exp: tstatus on trace file
new UNRESOLVED: gdb.trace/trace-break.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/trace-break.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.trace/trace-buffer-size.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/trace-buffer-size.exp: delete all breakpoints in delete_breakpoints
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
new UNRESOLVED: gdb.trace/trace-enable-disable.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/trace-enable-disable.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.trace/trace-mt.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/trace-mt.exp: delete all breakpoints in delete_breakpoints
new FAIL: gdb.trace/tracecmd.exp: could not find gdb_recursion_test function
new UNRESOLVED: gdb.trace/tracecmd.exp: list actions.c:1
new UNRESOLVED: gdb.trace/tracefile-pseudo-reg.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/tracefile-pseudo-reg.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.trace/tspeed.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/tspeed.exp: delete all breakpoints in delete_breakpoints
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-dwarf-piece.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
new FAIL: gdb.trace/while-stepping.exp: could not find gdb_c_test function
new UNRESOLVED: gdb.trace/while-stepping.exp: trace gdb_c_test
PASS -> FAIL: gdb.tui/completion.exp: set max-completions unlimited
PASS -> FAIL: gdb.tui/tui-disasm-long-lines.exp: layout asm
new UNRESOLVED: gdb.tui/tui-disasm-long-lines.exp: verify tui support
PASS -> UNRESOLVED: gdb.tui/tui-layout.exp: execution=0: layout=asm: layout command
PASS -> UNRESOLVED: gdb.tui/tui-layout.exp: execution=0: layout=reg: layout command
PASS -> UNRESOLVED: gdb.tui/tui-layout.exp: execution=0: layout=split: layout command
PASS -> UNRESOLVED: gdb.tui/tui-layout.exp: execution=0: layout=src: layout command
new UNRESOLVED: gdb.tui/tui-layout.exp: execution=1: layout=asm: can't run to main
new UNRESOLVED: gdb.tui/tui-layout.exp: execution=1: layout=asm: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.tui/tui-layout.exp: execution=1: layout=reg: can't run to main
new UNRESOLVED: gdb.tui/tui-layout.exp: execution=1: layout=reg: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.tui/tui-layout.exp: execution=1: layout=split: can't run to main
new UNRESOLVED: gdb.tui/tui-layout.exp: execution=1: layout=split: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.tui/tui-layout.exp: execution=1: layout=src: can't run to main
new UNRESOLVED: gdb.tui/tui-layout.exp: execution=1: layout=src: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.tui/tui-layout.exp: verify tui support
PASS -> FAIL: 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 -> FAIL: gdb.xml/tdesc-arch.exp: read valid architectures
PASS -> FAIL: gdb.xml/tdesc-errors.exp: set tdesc filename gdb.xml/tdesc-bogus.xml
PASS -> FAIL: gdb.xml/tdesc-errors.exp: set tdesc filename gdb.xml/tdesc-unknown.xml
PASS -> FAIL: gdb.xml/tdesc-regs.exp: set tdesc file single-reg.xml
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-native-extended-gdbserver-m64/xfails/master/xfail?id=8f552953>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-native-extended-gdbserver-m64/xfails/master/xfail.table?id=8f552953>




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

* Failures on RHEL-s390x-m64, branch master
  2019-09-27 16:57 [binutils-gdb] [gdb/testsuite] Fix incomplete regexps in step-precsave.exp gdb-buildbot
@ 2019-09-27 16:57 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-27 16:57 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/176

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/RHEL-s390x-m64/06/060b3ab4edadfc0d55e606598769c1e5315fd74c/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_errno
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=13: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=6: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=7: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: continue to breakpoint: _exit
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
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step
PASS -> FAIL: 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: split-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 90x40: 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/RHEL-s390x-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/RHEL-s390x-m64/06/060b3ab4edadfc0d55e606598769c1e5315fd74c//xfail.table.gz>


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

* Failures on RHEL-s390x-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 13:34 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-27 13:34 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/175

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/RHEL-s390x-m64/68/68f7d34dd506d1ccdaab9e772a533f8e76a5fe19/

*** Diff to previous build ***
==============================================
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: 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
new FAIL: gdb.server/wrapper.exp: setting breakpoint at marker
PASS -> FAIL: 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 -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: detach child
PASS -> FAIL: 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: watchpoint: 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/RHEL-s390x-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/RHEL-s390x-m64/68/68f7d34dd506d1ccdaab9e772a533f8e76a5fe19//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-27  8:20 [binutils-gdb] Revert "Improve ptrace-error detection on Linux targets" gdb-buildbot
@ 2019-09-27  8:19 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-27  8:19 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/173

Author:
        Sergio Durigan Junior <sergiodj@redhat.com>

Commit tested:
        50fa3001ce25e221ca2e54564b5589d29c4bed19

Subject of commit:
        Revert "Improve ptrace-error detection on Linux targets"

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/50/50fa3001ce25e221ca2e54564b5589d29c4bed19/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_errno
PASS -> FAIL: gdb.base/siginfo-thread.exp: extract si_errno
PASS -> UNRESOLVED: gdb.mi/list-thread-groups-available.exp: list available thread groups
PASS -> UNRESOLVED: gdb.mi/list-thread-groups-available.exp: list available thread groups with filter
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=attach: stop with control-c
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
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=12: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=13: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=14: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=15: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=16: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=6: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=7: wait for stops
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
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=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 -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/50/50fa3001ce25e221ca2e54564b5589d29c4bed19//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/50/50fa3001ce25e221ca2e54564b5589d29c4bed19//xfail.table.gz>


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

* Failures on RHEL-s390x-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 17:22 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-26 17:22 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/171

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/RHEL-s390x-m64/ec/ececd218c5254902db3301d700546f6702112c85/

*** Diff to previous build ***
==============================================
new FAIL: gdb.server/wrapper.exp: setting breakpoint at marker
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=11: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=8: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: continue to breakpoint: _exit
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/RHEL-s390x-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/RHEL-s390x-m64/ec/ececd218c5254902db3301d700546f6702112c85//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-26 15:42 [binutils-gdb] Remove gdb_usleep.c gdb-buildbot
@ 2019-09-26 15:28 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-26 15:28 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/170

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/RHEL-s390x-m64/27/27a900b8657d8e20a24026bb3485a5f6c9729615/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_errno
PASS -> FAIL: gdb.base/siginfo-thread.exp: extract si_errno
PASS -> FAIL: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
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
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=12: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: continue to breakpoint: _exit
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: continue
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: detach child
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: switch to parent
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/RHEL-s390x-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/RHEL-s390x-m64/27/27a900b8657d8e20a24026bb3485a5f6c9729615//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-26 15:01 [binutils-gdb] Do not expose stub types to Python gdb-buildbot
@ 2019-09-26 14:56 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-26 14:56 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/169

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/RHEL-s390x-m64/5d/5d63b30afa2d1e24a3d1e6fe97507473e0545a02/

*** Diff to previous build ***
==============================================
new FAIL: gdb.server/wrapper.exp: setting breakpoint at marker
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=16: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=5: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=6: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: continue to breakpoint: _exit
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: get integer valueof "mypid"
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step
PASS -> FAIL: gdb.tui/empty.exp: asm: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-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/RHEL-s390x-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/RHEL-s390x-m64/5d/5d63b30afa2d1e24a3d1e6fe97507473e0545a02//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-26 14:43 [binutils-gdb] Remove initialize_utils gdb-buildbot
@ 2019-09-26 14:43 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-26 14:43 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/168

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        12904d3729fd027714bac97a6b8c28437c37c173

Subject of commit:
        Remove initialize_utils

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/12/12904d3729fd027714bac97a6b8c28437c37c173/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=1: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=3: wait for stops
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 -> FAIL: 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: split-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 90x40: 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/RHEL-s390x-m64/12/12904d3729fd027714bac97a6b8c28437c37c173//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/12/12904d3729fd027714bac97a6b8c28437c37c173//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-26 11:09 [binutils-gdb] PR24262, plugin search dir doesn't respect --libdir gdb-buildbot
@ 2019-09-26 11:19 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-26 11:19 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/167

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/RHEL-s390x-m64/41/41f37a6fb71f2a3de388108f5cdfca9cbe6e9d51/

*** Diff to previous build ***
==============================================
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
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=2: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=5: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: continue
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: detach child
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: switch to parent
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
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/RHEL-s390x-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/RHEL-s390x-m64/41/41f37a6fb71f2a3de388108f5cdfca9cbe6e9d51//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-25 16:37 [binutils-gdb] Remove make_hex_string gdb-buildbot
@ 2019-09-25 16:59 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-25 16:59 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/165

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/RHEL-s390x-m64/85/858f25f0dd3c7013e4c87b95fa8edac223d26156/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=0: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=10: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=15: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=16: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=1: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=9: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: continue to breakpoint: _exit
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: continue to breakpoint: _exit
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
PASS -> FAIL: gdb.tui/empty.exp: asm: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-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/RHEL-s390x-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/RHEL-s390x-m64/85/858f25f0dd3c7013e4c87b95fa8edac223d26156//xfail.table.gz>


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

* Failures on RHEL-s390x-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:36 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-24 22:36 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/161

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/RHEL-s390x-m64/3d/3d4352200e3e98a6d8855e6f3a39b6d33d84e36b/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_errno
PASS -> FAIL: gdb.base/siginfo-thread.exp: extract si_errno
PASS -> FAIL: 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 -> 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, 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_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 again, 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_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: 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 -> 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, 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_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_frame: thread 1.3: select frame 1, 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_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 -> 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: 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 -> 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 again, 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.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.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 -> 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, 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, 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=direct: test_cli_in_mi_thread: thread 1.3: 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_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 -> 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, 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_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 again, 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_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: 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 -> 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, 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_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_frame: thread 1.3: select frame 1, 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_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 -> 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: 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 -> 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 again, 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.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.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 -> 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, 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, 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: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: thread without args, event on CLI, ensure no output CLI
PASS -> FAIL: 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 -> 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: frame without args, 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: 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 CLI
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: 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 -> 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 CLI
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: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.2: flush MI
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 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 -> FAIL: 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 -> 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_select_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_thread: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: flush MI
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.2: thread without args, 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
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 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 -> 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_thread: thread 1.3: thread without args, event on MI, ensure no output MI
PASS -> FAIL: 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 -> 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 again, event on MI, ensure no output CLI
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: 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 -> 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: -stack-select-frame, event on MI, ensure no output CLI
PASS -> FAIL: 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 -> 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: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: flush MI
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 again, event on CLI, ensure no output CLI
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 again, event on CLI, ensure no output CLI
PASS -> FAIL: 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: inferior 2: continue to breakpoint: main breakpoint
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: inferior 2: set thread-specific breakpoint, thread 2.2
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: inferior 2: stop at breakpoint in main
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: inferior 2: thread 2.2 stops CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: inferior 2: thread 2.2 stops MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: main stop
new FAIL: gdb.server/wrapper.exp: setting breakpoint at marker
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=11: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=12: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=13: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=14: wait for stops
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-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/RHEL-s390x-m64/3d/3d4352200e3e98a6d8855e6f3a39b6d33d84e36b//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-23 22:26 [binutils-gdb] gdb/readline: fix use of an undefined variable gdb-buildbot
@ 2019-09-23 22:22 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-23 22:22 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/160

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/RHEL-s390x-m64/32/32a1adcccf05f98e95a2a451066af810e121bdd9/

*** 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: connect
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: disconnect
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=8: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=9: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: 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/signal-while-stepping-over-bp-other-thread.exp: step
PASS -> FAIL: 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: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-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/RHEL-s390x-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/RHEL-s390x-m64/32/32a1adcccf05f98e95a2a451066af810e121bdd9//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-23 21:49 [binutils-gdb] Add testsuite for the PRU simulator port gdb-buildbot
@ 2019-09-23 21:46 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-23 21:46 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/159

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/RHEL-s390x-m64/e2/e2e9097bd21406f09fdf57fee0d99e6b45de61b6/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=11: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=13: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=14: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=16: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-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/RHEL-s390x-m64/e2/e2e9097bd21406f09fdf57fee0d99e6b45de61b6//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-23 21:43 [binutils-gdb] sim: Add PRU simulator port gdb-buildbot
@ 2019-09-23 21:37 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-23 21:37 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/158

Author:
        Dimitar Dimitrov <dimitar@dinux.eu>

Commit tested:
        ddd44b7053386b82769c27c871a08c72e589e93e

Subject of commit:
        sim: Add PRU simulator port

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/dd/ddd44b7053386b82769c27c871a08c72e589e93e/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
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
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=10: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=12: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: continue to breakpoint: _exit
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: continue to breakpoint: _exit
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
PASS -> FAIL: gdb.tui/empty.exp: asm: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-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/RHEL-s390x-m64/dd/ddd44b7053386b82769c27c871a08c72e589e93e//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/dd/ddd44b7053386b82769c27c871a08c72e589e93e//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-23 19:29 [binutils-gdb] Make ada_decode not use a static buffer gdb-buildbot
@ 2019-09-23 19:23 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-23 19:23 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/157

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        f945dedfd3512bfbca0f1405c8ea85684980e69a

Subject of commit:
        Make ada_decode not use a static buffer

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/f9/f945dedfd3512bfbca0f1405c8ea85684980e69a/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/siginfo-thread.exp: extract si_errno
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=14: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=15: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=6: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: continue
PASS -> FAIL: 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: detach child
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: 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/RHEL-s390x-m64/f9/f945dedfd3512bfbca0f1405c8ea85684980e69a//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/f9/f945dedfd3512bfbca0f1405c8ea85684980e69a//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-23 15:16 [binutils-gdb] PowerPC64 dynamic symbol tweaks gdb-buildbot
@ 2019-09-23 15:36 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-23 15:36 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/156

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/RHEL-s390x-m64/ec/ec73ddcd43b588924c95f1a997351314ddf84e39/

*** Diff to previous build ***
==============================================
new FAIL: gdb.server/wrapper.exp: setting breakpoint at marker
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=10: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=11: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=13: wait for stops
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step
PASS -> FAIL: 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: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-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/RHEL-s390x-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/RHEL-s390x-m64/ec/ec73ddcd43b588924c95f1a997351314ddf84e39//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-23  5:57 [binutils-gdb] bfd Makefile update gdb-buildbot
@ 2019-09-23  5:42 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-23  5:42 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/155

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        b06252c2b1972d31d3e263ba4a7e79aecec73255

Subject of commit:
        bfd Makefile update

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/b0/b06252c2b1972d31d3e263ba4a7e79aecec73255/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_errno
PASS -> FAIL: gdb.base/siginfo-thread.exp: extract si_errno
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 -> FAIL: gdb.threads/gcore-stale-thread.exp: save a corefile
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=16: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=1: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=5: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: continue
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: detach child
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: 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/RHEL-s390x-m64/b0/b06252c2b1972d31d3e263ba4a7e79aecec73255//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/b0/b06252c2b1972d31d3e263ba4a7e79aecec73255//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-23  4:45 [binutils-gdb] linker bfd.h tidy gdb-buildbot
@ 2019-09-23  4:47 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-23  4:47 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/154

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        640197ac27920a9f0a23283a575dc71f74e8b8ab

Subject of commit:
        linker bfd.h tidy

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/64/640197ac27920a9f0a23283a575dc71f74e8b8ab/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=2: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=4: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=6: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=7: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=8: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=9: wait for stops
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: 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: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-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/RHEL-s390x-m64/64/640197ac27920a9f0a23283a575dc71f74e8b8ab//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/64/640197ac27920a9f0a23283a575dc71f74e8b8ab//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-23  4:36 [binutils-gdb] ecoff bfd.h tidy gdb-buildbot
@ 2019-09-23  4:36 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-23  4:36 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/153

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/RHEL-s390x-m64/0b/0ba9378a2ad073524f20e9637dac8369ef06c639/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: continue
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: detach child
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: switch to parent
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/RHEL-s390x-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/RHEL-s390x-m64/0b/0ba9378a2ad073524f20e9637dac8369ef06c639//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-23  4:36 [binutils-gdb] elf bfd.h tidy gdb-buildbot
@ 2019-09-23  4:27 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-23  4:27 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/152

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/RHEL-s390x-m64/0b/0b4453c791106ab62011b59f97611f9ff21cda9f/

*** Diff to previous build ***
==============================================
new FAIL: gdb.server/wrapper.exp: setting breakpoint at marker
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=10: wait for stops
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-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/RHEL-s390x-m64/0b/0b4453c791106ab62011b59f97611f9ff21cda9f//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-23  4:13 [binutils-gdb] m68k bfd.h tidy gdb-buildbot
@ 2019-09-23  4:24 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-23  4:24 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/151

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/RHEL-s390x-m64/f5/f5c5b7c124934b464b67c7c3c53a1c62a7f4e98a/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/siginfo-thread.exp: extract si_errno
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 -> FAIL: gdb.server/stop-reply-no-thread.exp: continue to main
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=11: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=12: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=15: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
PASS -> FAIL: 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 -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: detach child
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: switch to parent
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
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/RHEL-s390x-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/RHEL-s390x-m64/f5/f5c5b7c124934b464b67c7c3c53a1c62a7f4e98a//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-23  4:12 [binutils-gdb] bfin bfd.h tidy gdb-buildbot
@ 2019-09-23  4:07 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-23  4:07 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/150

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        8410a6589d7fd1e02489e7ab57bda0fcba305dba

Subject of commit:
        bfin bfd.h tidy

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/84/8410a6589d7fd1e02489e7ab57bda0fcba305dba/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
new FAIL: gdb.server/wrapper.exp: setting breakpoint at marker
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=13: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=14: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=1: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=2: wait for stops
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/RHEL-s390x-m64/84/8410a6589d7fd1e02489e7ab57bda0fcba305dba//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/84/8410a6589d7fd1e02489e7ab57bda0fcba305dba//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-23  3:51 [binutils-gdb] cr16 bfd.h tidy gdb-buildbot
@ 2019-09-23  3:49 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-23  3:49 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/149

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/RHEL-s390x-m64/ca/ca05ca5e2d8c1628c37a335635dab4714f0d3bfe/

*** Diff to previous build ***
==============================================
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
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=11: wait for stops
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-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/RHEL-s390x-m64/ca/ca05ca5e2d8c1628c37a335635dab4714f0d3bfe//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-23  3:37 [binutils-gdb] obsoleted bfd.h tidy gdb-buildbot
@ 2019-09-23  3:37 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-23  3:37 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/148

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/RHEL-s390x-m64/53/530f61204cdba76413645c22065d453e814c7cd4/

*** Diff to previous build ***
==============================================
new FAIL: gdb.server/wrapper.exp: setting breakpoint at marker
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=12: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=13: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=14: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
PASS -> FAIL: 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 -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: detach child
PASS -> FAIL: 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: watchpoint: continue
PASS -> FAIL: 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: detach child
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: switch to parent
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
PASS -> FAIL: 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: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-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/RHEL-s390x-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/RHEL-s390x-m64/53/530f61204cdba76413645c22065d453e814c7cd4//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-23  3:27 [binutils-gdb] xcoff bfd.h tidy gdb-buildbot
@ 2019-09-23  3:26 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-23  3:26 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/147

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/RHEL-s390x-m64/6e/6ea7de3237f0780065e6c17cd2d123792410c16b/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: continue for ctrl-c
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=16: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=3: wait for stops
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-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/RHEL-s390x-m64/6e/6ea7de3237f0780065e6c17cd2d123792410c16b//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-23  3:14 [binutils-gdb] coff bfd.h tidy gdb-buildbot
@ 2019-09-23  3:15 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-23  3:15 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/146

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        aa739c59d3db95d1709b0417cdf7d082bfdea911

Subject of commit:
        coff bfd.h tidy

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/aa/aa739c59d3db95d1709b0417cdf7d082bfdea911/

*** 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/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: sharedlibrary
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=10: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=12: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=13: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: continue to breakpoint: _exit
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: get integer valueof "mypid"
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: continue to breakpoint: _exit
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/RHEL-s390x-m64/aa/aa739c59d3db95d1709b0417cdf7d082bfdea911//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/aa/aa739c59d3db95d1709b0417cdf7d082bfdea911//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-23  3:03 [binutils-gdb] arm bfd.h tidy gdb-buildbot
@ 2019-09-23  3:02 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-23  3:02 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/145

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        f37164d78b0d9600862b7038b896922127749b52

Subject of commit:
        arm bfd.h tidy

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/f3/f37164d78b0d9600862b7038b896922127749b52/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/siginfo-thread.exp: extract si_errno
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=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
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/f3/f37164d78b0d9600862b7038b896922127749b52//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/f3/f37164d78b0d9600862b7038b896922127749b52//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-23  2:50 [binutils-gdb] tic6x bfd.h tidy gdb-buildbot
@ 2019-09-23  2:50 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-23  2:50 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/144

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        79c2ce54e1e52e5d63d96af56c544de778036a12

Subject of commit:
        tic6x bfd.h tidy

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/79/79c2ce54e1e52e5d63d96af56c544de778036a12/

*** Diff to previous build ***
==============================================
new FAIL: gdb.server/reconnect-ctrl-c.exp: second: continue for ctrl-c
new FAIL: gdb.server/reconnect-ctrl-c.exp: second: stop with control-c
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=2: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=4: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=6: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=8: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: continue to breakpoint: _exit
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: continue to breakpoint: _exit
PASS -> FAIL: gdb.tui/empty.exp: asm: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-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/RHEL-s390x-m64/79/79c2ce54e1e52e5d63d96af56c544de778036a12//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/79/79c2ce54e1e52e5d63d96af56c544de778036a12//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-23  2:37 [binutils-gdb] aarch64 bfd.h tidy gdb-buildbot
@ 2019-09-23  2:36 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-23  2:36 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/143

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/RHEL-s390x-m64/a8/a8bfaadbb40406dc795d410d198a4be9d452c177/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_errno
PASS -> FAIL: gdb.base/siginfo-thread.exp: extract si_errno
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
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=10: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=11: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=12: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=14: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=3: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=5: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=7: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=9: wait for stops
PASS -> FAIL: 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: split-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 90x40: 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/RHEL-s390x-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/RHEL-s390x-m64/a8/a8bfaadbb40406dc795d410d198a4be9d452c177//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-23  2:32 [binutils-gdb] tic54x bfd.h tidy gdb-buildbot
@ 2019-09-23  2:33 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-23  2:33 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/142

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        c348479ddd10079b8b8714598d8e1458d25e095d

Subject of commit:
        tic54x bfd.h tidy

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/c3/c348479ddd10079b8b8714598d8e1458d25e095d/

*** Diff to previous build ***
==============================================
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
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=13: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=15: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=16: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=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/RHEL-s390x-m64/c3/c348479ddd10079b8b8714598d8e1458d25e095d//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/c3/c348479ddd10079b8b8714598d8e1458d25e095d//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-23  2:13 [binutils-gdb] h8300 bfd.h tidy gdb-buildbot
@ 2019-09-23  2:13 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-23  2:13 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/141

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/RHEL-s390x-m64/ca/ca437b1b5fe3d3dd7987ddf6c373bc2221c0726e/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: continue
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: switch to parent
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-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/RHEL-s390x-m64/ca/ca437b1b5fe3d3dd7987ddf6c373bc2221c0726e//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-23  2:01 [binutils-gdb] ia64 bfd.h tidy gdb-buildbot
@ 2019-09-23  2:04 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-23  2:04 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/140

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/RHEL-s390x-m64/33/3352ae9900037b231f9838e088af450a19bade17/

*** Diff to previous build ***
==============================================
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
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=11: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=6: wait for stops
PASS -> FAIL: 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: detach child
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: switch to parent
PASS -> FAIL: 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: split-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 90x40: 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/RHEL-s390x-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/RHEL-s390x-m64/33/3352ae9900037b231f9838e088af450a19bade17//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-23  1:59 [binutils-gdb] v850 bfd.h tidy gdb-buildbot
@ 2019-09-23  1:58 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-23  1:58 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/139

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        d48d68b618f0950f63bdf2842a550384c0c58bc3

Subject of commit:
        v850 bfd.h tidy

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/d4/d48d68b618f0950f63bdf2842a550384c0c58bc3/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_errno
PASS -> FAIL: gdb.base/siginfo-thread.exp: extract si_errno
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 1: continue
PASS -> FAIL: gdb.server/solib-list.exp: non-stop 1: p libvar
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
new FAIL: gdb.server/sysroot.exp: sysroot=local: setting breakpoint at main
new FAIL: gdb.server/sysroot.exp: sysroot=local: setting breakpoint at printf
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=12: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=13: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=14: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=15: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/d4/d48d68b618f0950f63bdf2842a550384c0c58bc3//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/d4/d48d68b618f0950f63bdf2842a550384c0c58bc3//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-23  1:37 [binutils-gdb] mips bfd.h tidy gdb-buildbot
@ 2019-09-23  1:37 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-23  1:37 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/138

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        7beeaeb8c6d84ecc899b9454d9b92521e515fe4a

Subject of commit:
        mips bfd.h tidy

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/7b/7beeaeb8c6d84ecc899b9454d9b92521e515fe4a/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=16: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=5: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: continue
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: detach child
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: switch to parent
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: 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: split-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 90x40: 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/RHEL-s390x-m64/7b/7beeaeb8c6d84ecc899b9454d9b92521e515fe4a//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/7b/7beeaeb8c6d84ecc899b9454d9b92521e515fe4a//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-23  1:25 [binutils-gdb] csky bfd.h tidy gdb-buildbot
@ 2019-09-23  1:25 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-23  1:25 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/137

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        6e67e6b05abcb29148cda042c1297ad63e6c75f2

Subject of commit:
        csky bfd.h tidy

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/6e/6e67e6b05abcb29148cda042c1297ad63e6c75f2/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=10: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=12: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
PASS -> FAIL: 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: detach child
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: switch to parent
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/RHEL-s390x-m64/6e/6e67e6b05abcb29148cda042c1297ad63e6c75f2//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/6e/6e67e6b05abcb29148cda042c1297ad63e6c75f2//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-22  5:10 [binutils-gdb] [gdb/testsuite] Allow some tests in gdb.base/restore.exp to be unsupported gdb-buildbot
@ 2019-09-22  5:00 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-22  5:00 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/135

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

Commit tested:
        77d036789aab73c90dc7f4c798f34748b03de726

Subject of commit:
        [gdb/testsuite] Allow some tests in gdb.base/restore.exp to be unsupported

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/77/77d036789aab73c90dc7f4c798f34748b03de726/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=14: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=15: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: detach child
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.threads/signal-while-stepping-over-bp-other-thread.exp: step
PASS -> FAIL: 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: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-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/RHEL-s390x-m64/77/77d036789aab73c90dc7f4c798f34748b03de726//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/77/77d036789aab73c90dc7f4c798f34748b03de726//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-22  2:47 [binutils-gdb] gdb: fix formatting in solib-svr4.c gdb-buildbot
@ 2019-09-22  3:09 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-22  3:09 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/134

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/RHEL-s390x-m64/7a/7ab78ccbbb0d0918c293ade07bea59d789ea7d63/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=12: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=1: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: continue to breakpoint: _exit
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: 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/RHEL-s390x-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/RHEL-s390x-m64/7a/7ab78ccbbb0d0918c293ade07bea59d789ea7d63//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-22  0:41 [binutils-gdb] gdb: make watchpoint::val_valid a bool gdb-buildbot
@ 2019-09-22  0:46 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-22  0:46 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/133

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

Commit tested:
        4c1d86d9a8f7ddfbf7ff095a88a59497c8f6ddc9

Subject of commit:
        gdb: make watchpoint::val_valid a bool

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/4c/4c1d86d9a8f7ddfbf7ff095a88a59497c8f6ddc9/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/siginfo-thread.exp: extract si_errno
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
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=0: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=16: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=2: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: 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 -> 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
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/4c/4c1d86d9a8f7ddfbf7ff095a88a59497c8f6ddc9//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/4c/4c1d86d9a8f7ddfbf7ff095a88a59497c8f6ddc9//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-22  0:17 [binutils-gdb] gdb: change "nonzero" to "true" in comments gdb-buildbot
@ 2019-09-22  0:17 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-22  0:17 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/132

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

Commit tested:
        9252448ba984203cb5d0f15494ce9d942bb20c74

Subject of commit:
        gdb: change "nonzero" to "true" in comments

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/92/9252448ba984203cb5d0f15494ce9d942bb20c74/

*** Diff to previous build ***
==============================================
new FAIL: gdb.server/wrapper.exp: setting breakpoint at marker
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=11: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=12: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=14: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: continue to breakpoint: _exit
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: get integer valueof "mypid"
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step
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/RHEL-s390x-m64/92/9252448ba984203cb5d0f15494ce9d942bb20c74//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/92/9252448ba984203cb5d0f15494ce9d942bb20c74//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-21  2:52 [binutils-gdb] Replace solib_global_lookup with gdbarch_iterate_over_objfiles_in_search_order gdb-buildbot
@ 2019-09-21  2:43 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-21  2:43 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/130

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        626ca2c06f7b5a5441d512ce334bb2daf5587259

Subject of commit:
        Replace solib_global_lookup with gdbarch_iterate_over_objfiles_in_search_order

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/62/626ca2c06f7b5a5441d512ce334bb2daf5587259/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=2: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=8: wait for stops
PASS -> FAIL: 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: detach child
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: switch to parent
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: 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: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-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/RHEL-s390x-m64/62/626ca2c06f7b5a5441d512ce334bb2daf5587259//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/62/626ca2c06f7b5a5441d512ce334bb2daf5587259//xfail.table.gz>


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

* Failures on RHEL-s390x-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  2:27 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-21  2:27 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/129

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/RHEL-s390x-m64/f9/f9d949fb7b85323e3f307884a4a3cef6ba52607b/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_errno
PASS -> FAIL: gdb.base/siginfo-thread.exp: extract si_errno
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=10: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=11: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=12: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=14: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=15: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=16: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=9: wait for stops
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-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/RHEL-s390x-m64/f9/f9d949fb7b85323e3f307884a4a3cef6ba52607b//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-21  2:11 [binutils-gdb] gdb/NEWS: Move entries about MI v3 and multi-loc breakpoints after GDB 8.3 gdb-buildbot
@ 2019-09-21  2:06 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-21  2:06 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/128

Author:
        Joel Brobecker <brobecker@adacore.com>

Commit tested:
        5a3a0d6304b400f55d60b2e9199da04fe1c7d8e4

Subject of commit:
        gdb/NEWS: Move entries about MI v3 and multi-loc breakpoints after GDB 8.3

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/5a/5a3a0d6304b400f55d60b2e9199da04fe1c7d8e4/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=13: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=5: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: continue
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: gdb.tui/empty.exp: asm: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-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/RHEL-s390x-m64/5a/5a3a0d6304b400f55d60b2e9199da04fe1c7d8e4//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/5a/5a3a0d6304b400f55d60b2e9199da04fe1c7d8e4//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-21  1:31 [binutils-gdb] RISC-V: Optimize lui and auipc relaxations for undefweak symbol gdb-buildbot
@ 2019-09-21  1:31 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-21  1:31 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/125

Author:
        Jim Wilson <jimw@sifive.com>

Commit tested:
        9d1da81b261a20050ef2ad01a5b4c8cf78404222

Subject of commit:
        RISC-V: Optimize lui and auipc relaxations for undefweak symbol.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/9d/9d1da81b261a20050ef2ad01a5b4c8cf78404222/

*** Diff to previous build ***
==============================================
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
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=16: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=7: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: continue to breakpoint: _exit
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: detach child
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: switch to parent
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/9d/9d1da81b261a20050ef2ad01a5b4c8cf78404222//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/9d/9d1da81b261a20050ef2ad01a5b4c8cf78404222//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-21  1:04 [binutils-gdb] Remove Cell Broadband Engine debugging support gdb-buildbot
@ 2019-09-21  1:04 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-21  1:04 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/124

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/RHEL-s390x-m64/ab/abf516c6931af1683d1e51203de1ca01467f9f85/

*** Diff to previous build ***
==============================================
new FAIL: gdb.server/wrapper.exp: setting breakpoint at marker
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=15: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=2: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=3: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=6: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: continue to breakpoint: _exit
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-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/RHEL-s390x-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/RHEL-s390x-m64/ab/abf516c6931af1683d1e51203de1ca01467f9f85//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-21  0:53 [binutils-gdb] Change TUI window commands to be case-sensitive gdb-buildbot
@ 2019-09-21  0:53 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-21  0:53 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/123

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/RHEL-s390x-m64/78/78e8cb91cd1374ac59cc8bf6509fa70bde74ff1a/

*** Diff to previous build ***
==============================================
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
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=10: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=12: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=7: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=9: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: continue to breakpoint: _exit
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
new KFAIL: gdb.threads/watchthreads2.exp: gdb can drop watchpoints in multithreaded app
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-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/RHEL-s390x-m64/78/78e8cb91cd1374ac59cc8bf6509fa70bde74ff1a//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-21  0:43 [binutils-gdb] Use make_unique_xstrdup in TUI gdb-buildbot
@ 2019-09-21  0:45 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-21  0:45 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/122

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/RHEL-s390x-m64/f0/f074b67ec812612637342a1647da9158a1e77de0/

*** Diff to previous build ***
==============================================
PASS -> FAIL: 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 -> 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, 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_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 again, 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_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: 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 -> 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, 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_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_frame: thread 1.3: select frame 1, 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_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 -> 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: 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 -> 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 again, 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.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.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 -> 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, 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, 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=direct: test_cli_in_mi_thread: thread 1.3: 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_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 -> 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, 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_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 again, 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_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: 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 -> 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, 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_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_frame: thread 1.3: select frame 1, 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_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 -> 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: 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 -> 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 again, 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.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.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 -> 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, 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, 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: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: thread without args, event on CLI, ensure no output CLI
PASS -> FAIL: 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 -> 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: frame without args, 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: 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 CLI
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: 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 -> 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 CLI
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: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.2: flush MI
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 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 -> FAIL: 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 -> 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_select_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_thread: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: flush MI
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.2: thread without args, 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
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 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 -> 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_thread: thread 1.3: thread without args, event on MI, ensure no output MI
PASS -> FAIL: 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 -> 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 again, event on MI, ensure no output CLI
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: 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 -> 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: -stack-select-frame, event on MI, ensure no output CLI
PASS -> FAIL: 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 -> 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: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: flush MI
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 again, event on CLI, ensure no output CLI
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 again, event on CLI, ensure no output CLI
PASS -> FAIL: 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: inferior 2: continue to breakpoint: main breakpoint
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: inferior 2: set thread-specific breakpoint, thread 2.2
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: inferior 2: stop at breakpoint in main
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: inferior 2: thread 2.2 stops CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: inferior 2: thread 2.2 stops MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: main stop
new FAIL: gdb.server/wrapper.exp: setting breakpoint at marker
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=13: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=15: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=16: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step
PASS -> FAIL: 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: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-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/RHEL-s390x-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/RHEL-s390x-m64/f0/f074b67ec812612637342a1647da9158a1e77de0//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-21  0:26 [binutils-gdb] Remove separator comments from TUI gdb-buildbot
@ 2019-09-21  0:28 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-21  0:28 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/121

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/RHEL-s390x-m64/63/63c4bf1922d5553edb213606270b0e2782bbe4c8/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=attach: stop with control-c
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=0: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=10: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=11: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=12: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=1: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=2: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=3: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=4: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=8: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=9: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint: detach parent
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-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/RHEL-s390x-m64/63/63c4bf1922d5553edb213606270b0e2782bbe4c8//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-21  0:13 [binutils-gdb] Remove strcat_to_buf gdb-buildbot
@ 2019-09-21  0:13 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-21  0:13 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/120

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        43df9b2fccc347e95f882519332592a826d72d11

Subject of commit:
        Remove strcat_to_buf

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/43/43df9b2fccc347e95f882519332592a826d72d11/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=16: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=6: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=7: wait for stops
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: 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: 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/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/RHEL-s390x-m64/43/43df9b2fccc347e95f882519332592a826d72d11//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/43/43df9b2fccc347e95f882519332592a826d72d11//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-20 23:58 [binutils-gdb] Rename a private data member in tui_source_window gdb-buildbot
@ 2019-09-20 23:59 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-20 23:59 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/119

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/RHEL-s390x-m64/72/7226433c44e3792aeea6ad19c54cd3056ea4308e/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_errno
new FAIL: gdb.server/reconnect-ctrl-c.exp: second: continue for ctrl-c
new FAIL: gdb.server/reconnect-ctrl-c.exp: second: stop with control-c
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=0: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=14: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=15: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
PASS -> FAIL: 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 -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: detach child
PASS -> FAIL: 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: watchpoint: continue
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: detach child
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: 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/RHEL-s390x-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/RHEL-s390x-m64/72/7226433c44e3792aeea6ad19c54cd3056ea4308e//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-20 23:46 [binutils-gdb] Rename private data members of tui_data_window gdb-buildbot
@ 2019-09-20 23:45 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-20 23:45 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/118

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/RHEL-s390x-m64/80/80df33379eb01e5cf959f3db8d6b1dec9bc6a03b/

*** 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: connect
PASS -> FAIL: gdb.server/reconnect-ctrl-c.exp: second: disconnect
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=10: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=1: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=2: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=3: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=4: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=6: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: continue to breakpoint: _exit
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: get integer valueof "mypid"
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-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 -> 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
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-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/RHEL-s390x-m64/80/80df33379eb01e5cf959f3db8d6b1dec9bc6a03b//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-20 23:35 [binutils-gdb] Change members of tui_locator_window to std::string gdb-buildbot
@ 2019-09-20 23:37 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-20 23:37 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/117

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        9923f347c4e4b9ed710de3404444cf46b04135a0

Subject of commit:
        Change members of tui_locator_window to std::string

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/99/9923f347c4e4b9ed710de3404444cf46b04135a0/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/siginfo-thread.exp: extract si_errno
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
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=11: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=12: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=13: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=14: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=15: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=16: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=9: wait for stops
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: 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
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/99/9923f347c4e4b9ed710de3404444cf46b04135a0//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/99/9923f347c4e4b9ed710de3404444cf46b04135a0//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-20 23:22 [binutils-gdb] Remove a call to tui_locator_win_info_ptr gdb-buildbot
@ 2019-09-20 23:22 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-20 23:22 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/116

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        b76251abaf279603367ae730b9194fb20861fdb9

Subject of commit:
        Remove a call to tui_locator_win_info_ptr

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/b7/b76251abaf279603367ae730b9194fb20861fdb9/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_errno
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=4: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=5: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=7: wait for stops
PASS -> FAIL: 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 -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: detach child
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: switch to parent
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: gdb.tui/empty.exp: asm: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-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/RHEL-s390x-m64/b7/b76251abaf279603367ae730b9194fb20861fdb9//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/b7/b76251abaf279603367ae730b9194fb20861fdb9//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-20 23:08 [binutils-gdb] Don't call refresh in tui_resize_all gdb-buildbot
@ 2019-09-20 23:09 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-20 23:09 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/115

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/RHEL-s390x-m64/08/0891be0835883fc1159565b780d63954e6b09bd9/

*** Diff to previous build ***
==============================================
new FAIL: gdb.server/wrapper.exp: setting breakpoint at marker
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=12: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=13: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=14: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=16: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=3: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=6: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: continue to breakpoint: _exit
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: get integer valueof "mypid"
PASS -> FAIL: gdb.tui/empty.exp: asm-regs: 80x24: 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/RHEL-s390x-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/RHEL-s390x-m64/08/0891be0835883fc1159565b780d63954e6b09bd9//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-20 22:59 [binutils-gdb] Set TUI locator height to 1 gdb-buildbot
@ 2019-09-20 22:56 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-20 22:56 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/114

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/RHEL-s390x-m64/1b/1b935acf7ecc2df4649b7d34b7ac467eac07221b/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/siginfo-thread.exp: extract si_errno
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=1: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=2: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=4: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=5: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=7: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=8: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: continue to breakpoint: _exit
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: continue
PASS -> FAIL: 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: detach child
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: 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/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-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/RHEL-s390x-m64/1b/1b935acf7ecc2df4649b7d34b7ac467eac07221b//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-20 22:45 [binutils-gdb] Change "win_resized" to bool gdb-buildbot
@ 2019-09-20 22:48 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-20 22:48 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/113

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/RHEL-s390x-m64/9a/9abd8a65c1298258c005af3f80bdc4da9726ee05/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_errno
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
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=10: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=13: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=14: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=15: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=9: wait for stops
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.tui/empty.exp: asm-regs: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-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/RHEL-s390x-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/RHEL-s390x-m64/9a/9abd8a65c1298258c005af3f80bdc4da9726ee05//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-20 22:33 [binutils-gdb] Use "bool" in tui_data_window::show_register_group gdb-buildbot
@ 2019-09-20 22:33 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-20 22:33 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/112

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/RHEL-s390x-m64/b5/b5457826744f08208a4c29addbbc26c7c877c485/

*** Diff to previous build ***
==============================================
new FAIL: gdb.server/wrapper.exp: setting breakpoint at marker
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=11: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=1: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=2: wait for stops
PASS -> FAIL: 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 -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: detach child
PASS -> FAIL: 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: watchpoint: continue
PASS -> FAIL: 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: detach child
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: 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/signal-while-stepping-over-bp-other-thread.exp: step
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-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/RHEL-s390x-m64/b5/b5457826744f08208a4c29addbbc26c7c877c485//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-20 22:25 [binutils-gdb] Simplify TUI disassembly gdb-buildbot
@ 2019-09-20 22:22 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-20 22:22 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/111

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/RHEL-s390x-m64/6b/6b915f7d0caf868c037c387aa4feef0c7085cb48/

*** Diff to previous build ***
==============================================
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
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=15: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=4: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=7: wait for stops
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: 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=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/RHEL-s390x-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/RHEL-s390x-m64/6b/6b915f7d0caf868c037c387aa4feef0c7085cb48//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-20 22:05 [binutils-gdb] Simplify tui_source_window_base::show_source_content gdb-buildbot
@ 2019-09-20 22:10 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-20 22:10 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/110

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/RHEL-s390x-m64/2a/2ad52f6fb3daecd928605384fcaa45ad43178b4e/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_errno
PASS -> FAIL: gdb.base/siginfo-thread.exp: extract si_errno
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: 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/RHEL-s390x-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/RHEL-s390x-m64/2a/2ad52f6fb3daecd928605384fcaa45ad43178b4e//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-20 21:56 [binutils-gdb] Remove some explicit re-rendering from the TUI gdb-buildbot
@ 2019-09-20 22:00 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-20 22:00 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/109

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/RHEL-s390x-m64/b3/b3b1bde658c97fbccc1e49b79cc45e434591533e/

*** Diff to previous build ***
==============================================
new FAIL: gdb.server/wrapper.exp: setting breakpoint at marker
PASS -> FAIL: gdb.threads/gcore-stale-thread.exp: save a corefile
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=10: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=1: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=2: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=6: wait for stops
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
PASS -> FAIL: 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: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 90x40: box 1
PASS -> FAIL: 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/RHEL-s390x-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/RHEL-s390x-m64/b3/b3b1bde658c97fbccc1e49b79cc45e434591533e//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-20 21:42 [binutils-gdb] Change tui_make_status_line to be a method gdb-buildbot
@ 2019-09-20 21:42 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-20 21:42 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/108

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        71a25ed2e77fd72e01d38aa84f5a0fbe5f081474

Subject of commit:
        Change tui_make_status_line to be a method

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/71/71a25ed2e77fd72e01d38aa84f5a0fbe5f081474/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/siginfo-thread.exp: extract si_errno
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=attach: stop with control-c
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=11: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=7: wait for stops
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: watchpoint: detach child
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint: 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/RHEL-s390x-m64/71/71a25ed2e77fd72e01d38aa84f5a0fbe5f081474//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/71/71a25ed2e77fd72e01d38aa84f5a0fbe5f081474//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-20 21:27 [binutils-gdb] Change tui_make_status_line to return std::string gdb-buildbot
@ 2019-09-20 21:19 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-20 21:19 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/107

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/RHEL-s390x-m64/f8/f85321544357a44a824d9d31fd57ed4d3aae1a4a/

*** Diff to previous build ***
==============================================
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
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=10: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=12: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=13: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=16: wait for stops
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: watchpoint: continue to breakpoint: _exit
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: other threads ran - unlocked
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-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/RHEL-s390x-m64/f8/f85321544357a44a824d9d31fd57ed4d3aae1a4a//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-20 21:15 [binutils-gdb] Move "fullname" to tui_source_window gdb-buildbot
@ 2019-09-20 21:16 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-20 21:16 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/106

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        2d81b349982daae463bd29a87e962dde6d099392

Subject of commit:
        Move "fullname" to tui_source_window

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/2d/2d81b349982daae463bd29a87e962dde6d099392/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
new FAIL: gdb.server/wrapper.exp: setting breakpoint at marker
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=14: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=15: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: continue to breakpoint: _exit
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: get integer valueof "mypid"
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: continue
PASS -> FAIL: 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: detach child
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: switch to parent
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-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/RHEL-s390x-m64/2d/2d81b349982daae463bd29a87e962dde6d099392//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/2d/2d81b349982daae463bd29a87e962dde6d099392//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-20 20:49 [binutils-gdb] Remove tui_clear_source_windows_detail gdb-buildbot
@ 2019-09-20 20:39 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-20 20:39 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/104

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        78d5933a43f8a4dd5fd54f5344a7dd9c2d4b8769

Subject of commit:
        Remove tui_clear_source_windows_detail

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/78/78d5933a43f8a4dd5fd54f5344a7dd9c2d4b8769/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_errno
PASS -> FAIL: 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: detach child
PASS -> FAIL: 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: 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.tui/empty.exp: asm-regs: 80x24: 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/RHEL-s390x-m64/78/78d5933a43f8a4dd5fd54f5344a7dd9c2d4b8769//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/78/78d5933a43f8a4dd5fd54f5344a7dd9c2d4b8769//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-20 19:53 [binutils-gdb] Fix crash in Ada "catch exception" gdb-buildbot
@ 2019-09-20 20:04 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-20 20:04 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/103

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/RHEL-s390x-m64/d4/d42076962798cd2329090cea213e797f4c69c03c/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=10: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=11: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=16: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=6: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: continue to breakpoint: _exit
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step
PASS -> FAIL: gdb.tui/empty.exp: asm-regs: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-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/RHEL-s390x-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/RHEL-s390x-m64/d4/d42076962798cd2329090cea213e797f4c69c03c//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-20  9:43 [binutils-gdb] bfd macro conversion to inline functions, section gdb-buildbot
@ 2019-09-20  9:41 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-20  9:41 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/102

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/RHEL-s390x-m64/a4/a48931cc2df9f87596d93b319236c73ef0fe0f4e/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/siginfo-thread.exp: extract si_errno
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=7: wait for stops
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"
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-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/RHEL-s390x-m64/a4/a48931cc2df9f87596d93b319236c73ef0fe0f4e//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-20  9:27 [binutils-gdb] bfd macro conversion to inline functions, asymbol gdb-buildbot
@ 2019-09-20  9:18 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-20  9:18 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/101

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/RHEL-s390x-m64/af/af30dc128be191dc6179763203035ff62c634284/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=2: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: continue
PASS -> FAIL: 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: detach child
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: switch to parent
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
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-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/RHEL-s390x-m64/af/af30dc128be191dc6179763203035ff62c634284//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-20  9:09 [binutils-gdb] bfd macro conversion to inline functions gdb-buildbot
@ 2019-09-20  8:59 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-20  8:59 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/100

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        00f93c449228e69f2161405b1f49b406e88785f0

Subject of commit:
        bfd macro conversion to inline functions

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/00/00f93c449228e69f2161405b1f49b406e88785f0/

*** Diff to previous build ***
==============================================
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
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=1: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=3: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=4: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=5: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=6: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=7: wait for stops
new KFAIL: gdb.threads/watchthreads2.exp: gdb can drop watchpoints in multithreaded app
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/00/00f93c449228e69f2161405b1f49b406e88785f0//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/00/00f93c449228e69f2161405b1f49b406e88785f0//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-20  8:48 [binutils-gdb] x86-64: fix handling of PUSH/POP of segment register gdb-buildbot
@ 2019-09-20  8:47 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-20  8:47 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/99

Author:
        Jan Beulich <jbeulich@suse.com>

Commit tested:
        3f9aad111cea2f25877d0a6b404956769c14faee

Subject of commit:
        x86-64: fix handling of PUSH/POP of segment register

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/3f/3f9aad111cea2f25877d0a6b404956769c14faee/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_errno
PASS -> FAIL: gdb.base/siginfo-thread.exp: extract si_errno
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=15: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=16: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
PASS -> FAIL: 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: detach child
PASS -> FAIL: 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: watchpoint: continue
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: detach child
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: switch to parent
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 -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step
PASS -> FAIL: gdb.tui/empty.exp: asm-regs: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-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/RHEL-s390x-m64/3f/3f9aad111cea2f25877d0a6b404956769c14faee//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/3f/3f9aad111cea2f25877d0a6b404956769c14faee//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-20  7:59 [binutils-gdb] PowerPC64, error on unsupported dynamic relocation gdb-buildbot
@ 2019-09-20  8:13 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-20  8:13 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/98

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/RHEL-s390x-m64/e5/e59a1001222d853f0517c7e974bb51589ba86710/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=10: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=11: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=12: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=13: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: continue to breakpoint: _exit
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: 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/RHEL-s390x-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/RHEL-s390x-m64/e5/e59a1001222d853f0517c7e974bb51589ba86710//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-20  1:12 [binutils-gdb] Move declaration of overload_resolution to value.h gdb-buildbot
@ 2019-09-20  1:14 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-20  1:14 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/97

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        e4153ae630fcc779ba414fdcea960394cb479e04

Subject of commit:
        Move declaration of overload_resolution to value.h

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/e4/e4153ae630fcc779ba414fdcea960394cb479e04/

*** Diff to previous build ***
==============================================
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 -> FAIL: gdb.base/siginfo-obj.exp: extract si_errno
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=2: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=8: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=9: wait for stops
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: watchpoint B after the second fork
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/e4/e4153ae630fcc779ba414fdcea960394cb479e04//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/e4/e4153ae630fcc779ba414fdcea960394cb479e04//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-20  0:53 [binutils-gdb] Move arm_apcs_32 extern declaration to header gdb-buildbot
@ 2019-09-20  1:01 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-20  1:01 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/96

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/RHEL-s390x-m64/c7/c7ae7675cf726c343a1db3e27e3e5665cb485271/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/siginfo-thread.exp: extract si_errno
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=14: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=16: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=7: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: continue to breakpoint: _exit
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: 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 -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: gdb.tui/empty.exp: asm-regs: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-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/RHEL-s390x-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/RHEL-s390x-m64/c7/c7ae7675cf726c343a1db3e27e3e5665cb485271//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-20  0:39 [binutils-gdb] Declare dwarf_always_disassemble in dwarf2read.h gdb-buildbot
@ 2019-09-20  0:51 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-20  0:51 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/95

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/RHEL-s390x-m64/e8/e86f08d28f469b9400e91bbaf1b0a5e7f697732a/

*** Diff to previous build ***
==============================================
new FAIL: gdb.server/wrapper.exp: setting breakpoint at marker
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=10: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=12: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
PASS -> FAIL: 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: detach child
PASS -> FAIL: 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: watchpoint: continue
PASS -> FAIL: 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: detach child
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: switch to parent
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> 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/RHEL-s390x-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/RHEL-s390x-m64/e8/e86f08d28f469b9400e91bbaf1b0a5e7f697732a//xfail.table.gz>


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

* Failures on RHEL-s390x-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 18:47 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-19 18:47 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/94

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/RHEL-s390x-m64/e4/e452e88f54624ae55d534c4ae32e0c768cb4b59f/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_errno
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
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=14: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=15: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=16: wait for stops
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"
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-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/RHEL-s390x-m64/e4/e452e88f54624ae55d534c4ae32e0c768cb4b59f//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-19 18:20 [binutils-gdb] [gdb] Catch exception when constructing the highlighter gdb-buildbot
@ 2019-09-19 18:28 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-19 18:28 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/93

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/RHEL-s390x-m64/f6/f64e2f4045485f99b4ce6649fdab874dacccd5a6/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/siginfo-thread.exp: extract si_errno
PASS -> FAIL: gdb.server/wrapper.exp: continue to marker
new FAIL: gdb.server/wrapper.exp: setting breakpoint at marker
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=11: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
PASS -> FAIL: 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 -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: detach child
PASS -> FAIL: 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: watchpoint: continue to breakpoint: _exit
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
PASS -> FAIL: gdb.tui/empty.exp: asm-regs: 80x24: 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/RHEL-s390x-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/RHEL-s390x-m64/f6/f64e2f4045485f99b4ce6649fdab874dacccd5a6//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-19  1:02 [binutils-gdb] bfd_section_* macros gdb-buildbot
@ 2019-09-19  1:05 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-19  1:05 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/89

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/RHEL-s390x-m64/fd/fd3619828e94a24a92cddec42cbc0ab33352eeb4/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.server/server-connect.exp: tcp4: connect to gdbserver using tcp4:127.0.0.1
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=0: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=10: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=13: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=1: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=5: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=6: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=7: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=9: wait for stops
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
PASS -> FAIL: gdb.tui/empty.exp: asm: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-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/RHEL-s390x-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/RHEL-s390x-m64/fd/fd3619828e94a24a92cddec42cbc0ab33352eeb4//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-18 23:45 [binutils-gdb] [gdb/testsuite] Fix gdb_target_cmd gdb-buildbot
@ 2019-09-18 23:57 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-18 23:57 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/88

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/RHEL-s390x-m64/8a/8a6251301c6ea6d804735fbad8cdb7cba707f784/

*** Diff to previous build ***
==============================================
new FAIL: gdb.server/ext-wrapper.exp: monitor exit
new FAIL: gdb.server/ext-wrapper.exp: print d
new FAIL: gdb.server/ext-wrapper.exp: restart: print d
new FAIL: gdb.server/ext-wrapper.exp: restart: run to marker
new FAIL: gdb.server/ext-wrapper.exp: run to marker
new FAIL: gdb.server/reconnect-ctrl-c.exp: first: continue for ctrl-c
new FAIL: gdb.server/reconnect-ctrl-c.exp: first: stop with control-c
new FAIL: gdb.server/reconnect-ctrl-c.exp: second: connect
new FAIL: gdb.server/reconnect-ctrl-c.exp: second: disconnect
new FAIL: gdb.server/sysroot.exp: sysroot=local: continue to printf
new FAIL: gdb.server/sysroot.exp: sysroot=remote: continue to printf
new FAIL: gdb.server/wrapper.exp: continue to marker
new FAIL: gdb.server/wrapper.exp: print d
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=14: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=15: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=16: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: continue
PASS -> FAIL: 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: detach child
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: 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/RHEL-s390x-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/RHEL-s390x-m64/8a/8a6251301c6ea6d804735fbad8cdb7cba707f784//xfail.table.gz>


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

* Failures on RHEL-s390x-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:26 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-18 23:26 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/87

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/RHEL-s390x-m64/81/81dc3ab59476c9851a6cda321b85dcf8a6ef4be8/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=10: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=7: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=8: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=9: wait for stops
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.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: split-regs: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 80x24: 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/RHEL-s390x-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/RHEL-s390x-m64/81/81dc3ab59476c9851a6cda321b85dcf8a6ef4be8//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-18 21:35 [binutils-gdb] Give a name to the TUI SingleKey keymap gdb-buildbot
@ 2019-09-18 21:41 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-18 21:41 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/86

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/RHEL-s390x-m64/11/11061048d1fed4465b0e62eb3c14dabf0beab59b/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=15: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: continue to breakpoint: _exit
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: detach child
PASS -> FAIL: 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: watchpoint: continue to breakpoint: _exit
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/RHEL-s390x-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/RHEL-s390x-m64/11/11061048d1fed4465b0e62eb3c14dabf0beab59b//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-18 19:50 [binutils-gdb] gdb: Fix native build on Linux/Alpha gdb-buildbot
@ 2019-09-18 19:57 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-18 19:57 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/85

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/RHEL-s390x-m64/7a/7a27b85f6d9b5eea9bd1493f903158fbea4b2231/

*** Diff to previous build ***
==============================================
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
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=11: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=12: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=13: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
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: 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=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 -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-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/RHEL-s390x-m64/7a/7a27b85f6d9b5eea9bd1493f903158fbea4b2231//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-18 18:13 [binutils-gdb] gdb: remove local extern declaration of cli_styling gdb-buildbot
@ 2019-09-18 18:22 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-18 18:22 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/84

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/RHEL-s390x-m64/f6/f64eea3a594042c9cf499b17b5b166276275a051/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/siginfo-thread.exp: extract si_errno
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=10: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=9: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: continue to breakpoint: _exit
PASS -> FAIL: gdb.tui/empty.exp: asm-regs: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-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/RHEL-s390x-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/RHEL-s390x-m64/f6/f64eea3a594042c9cf499b17b5b166276275a051//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-18 17:17 [binutils-gdb] gdb/testsuite: Avoid directory names in test names gdb-buildbot
@ 2019-09-18 17:28 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-18 17:28 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/83

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

Commit tested:
        b078f3ac8803297bfc8416c20e09d0863c5ac6cc

Subject of commit:
        gdb/testsuite: Avoid directory names in test names

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/b0/b078f3ac8803297bfc8416c20e09d0863c5ac6cc/

*** Diff to previous build ***
==============================================
new FAIL: gdb.server/wrapper.exp: setting breakpoint at marker
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=16: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=5: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=6: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=7: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: continue
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: detach child
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: switch to parent
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
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/RHEL-s390x-m64/b0/b078f3ac8803297bfc8416c20e09d0863c5ac6cc//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/b0/b078f3ac8803297bfc8416c20e09d0863c5ac6cc//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-18 14:30 [binutils-gdb] bfd_asymbol_* macros gdb-buildbot
@ 2019-09-18 14:28 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-18 14:28 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/82

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/RHEL-s390x-m64/e6/e6f7f6d14f7e1acba0cf41726616a270e7d3c121/

*** Diff to previous build ***
==============================================
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
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=12: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=1: wait for stops
PASS -> FAIL: gdb.tui/empty.exp: asm-regs: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-regs: 90x40: box 1
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/RHEL-s390x-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/RHEL-s390x-m64/e6/e6f7f6d14f7e1acba0cf41726616a270e7d3c121//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-18 14:17 [binutils-gdb] Re-generate many configure and Makefile.in files gdb-buildbot
@ 2019-09-18 14:17 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-18 14:17 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/81

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

Commit tested:
        e0b2a78c83207340f6c4b5dbe02bec850dbb7def

Subject of commit:
        Re-generate many configure and Makefile.in files

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/e0/e0b2a78c83207340f6c4b5dbe02bec850dbb7def/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=0: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=14: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=15: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=9: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: continue
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: 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/RHEL-s390x-m64/e0/e0b2a78c83207340f6c4b5dbe02bec850dbb7def//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/e0/e0b2a78c83207340f6c4b5dbe02bec850dbb7def//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-18 14:17 [binutils-gdb] Don't use bfd_get_* macro to set bfd fields gdb-buildbot
@ 2019-09-18 14:10 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-18 14:10 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/80

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        ed48ec2e6ec5514f01b9b3a810d6ddf39651114b

Subject of commit:
        Don't use bfd_get_* macro to set bfd fields

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/ed/ed48ec2e6ec5514f01b9b3a810d6ddf39651114b/

*** Diff to previous build ***
==============================================
new FAIL: gdb.server/wrapper.exp: setting breakpoint at marker
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=10: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=11: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=13: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=16: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: detach child
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: 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/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/RHEL-s390x-m64/ed/ed48ec2e6ec5514f01b9b3a810d6ddf39651114b//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/ed/ed48ec2e6ec5514f01b9b3a810d6ddf39651114b//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-18 13:54 [binutils-gdb] Constify bfd_octets_per_byte and related functions gdb-buildbot
@ 2019-09-18 13:49 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-18 13:49 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/79

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/RHEL-s390x-m64/01/01c2b26160575ad4add68da8a043b3fa30defae4/

*** Diff to previous build ***
==============================================
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
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=0: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=12: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=4: wait for stops
PASS -> FAIL: 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: detach child
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: switch to parent
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-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/RHEL-s390x-m64/01/01c2b26160575ad4add68da8a043b3fa30defae4//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-18 13:42 [binutils-gdb] Constify target name, reloc name, and carsym name gdb-buildbot
@ 2019-09-18 13:42 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-18 13:42 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/78

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/RHEL-s390x-m64/1d/1d38e9d14cc793bca9124d5ed7dc2a6e3122f2e5/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=14: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=5: wait for stops
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
new KFAIL: gdb.threads/watchthreads2.exp: gdb can drop watchpoints in multithreaded app
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-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/RHEL-s390x-m64/1d/1d38e9d14cc793bca9124d5ed7dc2a6e3122f2e5//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-18 13:33 [binutils-gdb] Use bfd_set_filename more gdb-buildbot
@ 2019-09-18 13:39 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-18 13:39 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/77

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/RHEL-s390x-m64/90/90d92a632aaf75ce698335efeb383ddf785c12d8/

*** Diff to previous build ***
==============================================
new FAIL: gdb.server/wrapper.exp: setting breakpoint at marker
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=13: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=16: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=1: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=2: wait for stops
PASS -> FAIL: gdb.tui/empty.exp: asm-regs: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-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/RHEL-s390x-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/RHEL-s390x-m64/90/90d92a632aaf75ce698335efeb383ddf785c12d8//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-18 13:19 [binutils-gdb] PowerPC64, support medium model access to common symbols gdb-buildbot
@ 2019-09-18 13:31 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-18 13:31 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/76

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/RHEL-s390x-m64/1b/1bdd8facfbf6f94fa9603f528c7e8bdf91d90bfd/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_errno
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=10: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=12: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=14: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-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/RHEL-s390x-m64/1b/1bdd8facfbf6f94fa9603f528c7e8bdf91d90bfd//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-18  6:12 [binutils-gdb] Make extern declaration of dwarf_always_disassemble correct gdb-buildbot
@ 2019-09-18 10:00 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-18 10:00 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/72

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        a3d181d2e784d57ea04728ac2f8f747fa798e78a

Subject of commit:
        Make extern declaration of dwarf_always_disassemble correct

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/a3/a3d181d2e784d57ea04728ac2f8f747fa798e78a/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/gcore-stale-thread.exp: save a corefile
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=16: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=7: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=8: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: continue
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: detach child
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: switch to parent
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
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/RHEL-s390x-m64/a3/a3d181d2e784d57ea04728ac2f8f747fa798e78a//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/a3/a3d181d2e784d57ea04728ac2f8f747fa798e78a//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-18  1:40 [binutils-gdb] RISC-V: Gate opcode tables by enum rather than string gdb-buildbot
@ 2019-09-18  1:33 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-18  1:33 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/71

Author:
        Jim Wilson <jimw@sifive.com>

Commit tested:
        7e9ad3a35cde2342e07c34345d5ee671ea8aeeb4

Subject of commit:
        RISC-V: Gate opcode tables by enum rather than string.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/7e/7e9ad3a35cde2342e07c34345d5ee671ea8aeeb4/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_errno
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=14: wait for stops
PASS -> FAIL: 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: detach child
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: switch to parent
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
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/RHEL-s390x-m64/7e/7e9ad3a35cde2342e07c34345d5ee671ea8aeeb4//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/7e/7e9ad3a35cde2342e07c34345d5ee671ea8aeeb4//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-18  0:59 [binutils-gdb] Change boolean options to bool instead of int gdb-buildbot
@ 2019-09-18  1:09 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-18  1:09 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/70

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/RHEL-s390x-m64/49/491144b5e21bbfd41969c175aebb663976f59058/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/siginfo-thread.exp: extract si_errno
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: run to marker
PASS -> FAIL: gdb.server/non-existing-program.exp: gdbserver exits cleanly
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 -> FAIL: gdb.server/wrapper.exp: continue to marker
PASS -> FAIL: gdb.server/wrapper.exp: print d
PASS -> FAIL: gdb.threads/gcore-stale-thread.exp: save a corefile
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=0: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=10: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=11: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=1: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=3: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: continue
PASS -> FAIL: 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: detach child
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: switch to parent
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
PASS -> FAIL: gdb.tui/empty.exp: asm-regs: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-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/RHEL-s390x-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/RHEL-s390x-m64/49/491144b5e21bbfd41969c175aebb663976f59058//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-17 20:17 [binutils-gdb] gdb: Catch exceptions when accessing source cache gdb-buildbot
@ 2019-09-17 20:33 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-17 20:33 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/66

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/RHEL-s390x-m64/67/67f3ed6afef86d08ef9989cc251eac585e9ef9cf/

*** Diff to previous build ***
==============================================
new FAIL: gdb.base/list-missing-source.exp: info source
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=13: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=14: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=15: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=16: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=4: wait for stops
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/RHEL-s390x-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/RHEL-s390x-m64/67/67f3ed6afef86d08ef9989cc251eac585e9ef9cf//xfail.table.gz>


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

* Failures on RHEL-s390x-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:53 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-17 19:53 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/65

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/RHEL-s390x-m64/74/743321899674e03cf572fcfeb6c7705aded7c9a5/

*** Diff to previous build ***
==============================================
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
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=6: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=7: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=8: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=9: wait for stops
PASS -> FAIL: 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: detach child
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: switch to parent
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-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/RHEL-s390x-m64/74/743321899674e03cf572fcfeb6c7705aded7c9a5//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-17  3:49 [binutils-gdb] Don't duplicate comment in symfile.c and .h gdb-buildbot
@ 2019-09-17  3:50 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-17  3:50 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/61

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        f2f24aa9c438e540fd751690f52dbcbf5e5b8aa6

Subject of commit:
        Don't duplicate comment in symfile.c and .h

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/f2/f2f24aa9c438e540fd751690f52dbcbf5e5b8aa6/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_errno
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=11: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=12: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=14: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: continue to breakpoint: _exit
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: continue to breakpoint: _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://gdb-buildbot.osci.io/results/RHEL-s390x-m64/f2/f2f24aa9c438e540fd751690f52dbcbf5e5b8aa6//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/f2/f2f24aa9c438e540fd751690f52dbcbf5e5b8aa6//xfail.table.gz>


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

* Failures on RHEL-s390x-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:51 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-16 10:51 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/60

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/RHEL-s390x-m64/bb/bb6959602bd7ff19081b4a1cb2e54b0e562faa0f/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=10: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=4: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=6: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=7: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=8: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=9: wait for stops
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: switch to parent
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 -> FAIL: gdb.tui/empty.exp: asm-regs: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 80x24: 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/RHEL-s390x-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/RHEL-s390x-m64/bb/bb6959602bd7ff19081b4a1cb2e54b0e562faa0f//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-15  3:16 [binutils-gdb] Add a NEWS entry that gdb can be compiled with py3 on Windows gdb-buildbot
@ 2019-09-15  3:16 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-15  3:16 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/58

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        6a062a93d70e08ddc23c0a940a8c20eea48e6904

Subject of commit:
        Add a NEWS entry that gdb can be compiled with py3 on Windows.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/6a/6a062a93d70e08ddc23c0a940a8c20eea48e6904/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_errno
PASS -> FAIL: gdb.base/siginfo-thread.exp: extract si_errno
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=16: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=5: wait for stops
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/process-dies-while-detaching.exp: multi-process: detach: watchpoint: continue to breakpoint: _exit
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/RHEL-s390x-m64/6a/6a062a93d70e08ddc23c0a940a8c20eea48e6904//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/6a/6a062a93d70e08ddc23c0a940a8c20eea48e6904//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-14  9:12 [binutils-gdb] [gdb/testsuite] Require gnatmake 8 for gdb.ada/rename_subscript_param.exp gdb-buildbot
@ 2019-09-14  9:14 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-14  9:14 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/57

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

Commit tested:
        d1b70248bde3ffe784cd7380de05b86d0b4b901e

Subject of commit:
        [gdb/testsuite] Require gnatmake 8 for gdb.ada/rename_subscript_param.exp

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/d1/d1b70248bde3ffe784cd7380de05b86d0b4b901e/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=12: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=13: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=15: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=8: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: continue to breakpoint: _exit
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/d1/d1b70248bde3ffe784cd7380de05b86d0b4b901e//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/d1/d1b70248bde3ffe784cd7380de05b86d0b4b901e//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-13  2:09 [binutils-gdb] gdb: Force use of float version of log10 gdb-buildbot
@ 2019-09-13  2:05 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-13  2:05 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/56

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

Commit tested:
        ec6c8338a89b0ec022b66ed3efdd1577e6449d6d

Subject of commit:
        gdb: Force use of float version of log10

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/ec/ec6c8338a89b0ec022b66ed3efdd1577e6449d6d/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=10: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=11: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=14: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
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/RHEL-s390x-m64/ec/ec6c8338a89b0ec022b66ed3efdd1577e6449d6d//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/ec/ec6c8338a89b0ec022b66ed3efdd1577e6449d6d//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-13  1:14 [binutils-gdb] gdb/testsuite: Make use of exec_has_index_section function gdb-buildbot
@ 2019-09-13  1:42 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-13  1:42 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/55

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

Commit tested:
        5fabdcd6801a4567db9c88ceb112ca222544b13f

Subject of commit:
        gdb/testsuite: Make use of exec_has_index_section function

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/5f/5fabdcd6801a4567db9c88ceb112ca222544b13f/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_errno
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=13: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: 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/RHEL-s390x-m64/5f/5fabdcd6801a4567db9c88ceb112ca222544b13f//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/5f/5fabdcd6801a4567db9c88ceb112ca222544b13f//xfail.table.gz>


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

* Failures on RHEL-s390x-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:32 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-13  1:32 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/54

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/RHEL-s390x-m64/aa/aa17805fb9a3a1983a510ba425b682fba03410c2/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=6: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=8: wait for stops
PASS -> FAIL: 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 -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: detach child
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: 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/watchpoint-fork.exp: parent: multithreaded: watchpoint B after the second fork
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-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/RHEL-s390x-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/RHEL-s390x-m64/aa/aa17805fb9a3a1983a510ba425b682fba03410c2//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-13  1:11 [binutils-gdb] gdb: Don't fault for 'maint print psymbols' when using an index gdb-buildbot
@ 2019-09-13  1:08 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-13  1:08 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/53

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

Commit tested:
        3dd9bb462012df685d6d41300dacedae1c81e28a

Subject of commit:
        gdb: Don't fault for 'maint print psymbols' when using an index

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/3d/3dd9bb462012df685d6d41300dacedae1c81e28a/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/siginfo-thread.exp: extract si_errno
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=10: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=13: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=7: wait for stops
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/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=1: inferior 1 exited
PASS -> FAIL: gdb.tui/empty.exp: asm-regs: 80x24: 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/RHEL-s390x-m64/3d/3dd9bb462012df685d6d41300dacedae1c81e28a//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/3d/3dd9bb462012df685d6d41300dacedae1c81e28a//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-12 21:01 [binutils-gdb] [gdb/testsuite] Allow some tests in gdb.base/store.exp to be unsupported gdb-buildbot
@ 2019-09-12 21:18 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-12 21:18 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/52

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

Commit tested:
        25e5c20918a0ec69e37c1987db52062b0eab7194

Subject of commit:
        [gdb/testsuite] Allow some tests in gdb.base/store.exp to be unsupported

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/25/25e5c20918a0ec69e37c1987db52062b0eab7194/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=4: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=5: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=6: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=9: wait for stops
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/25/25e5c20918a0ec69e37c1987db52062b0eab7194//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/25/25e5c20918a0ec69e37c1987db52062b0eab7194//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-12 20:58 [binutils-gdb] Output the Ada task name in more messages gdb-buildbot
@ 2019-09-12 20:49 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-12 20:49 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/51

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

Commit tested:
        4993045d18d69ecee41ca341cde6bbed220dc8a4

Subject of commit:
        Output the Ada task name in more messages.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/49/4993045d18d69ecee41ca341cde6bbed220dc8a4/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=10: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=11: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=12: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=13: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=14: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=15: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=1: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: continue
PASS -> FAIL: 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: detach child
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: switch to parent
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: other threads ran - unlocked
new KFAIL: gdb.threads/watchthreads2.exp: gdb can drop watchpoints in multithreaded app
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/49/4993045d18d69ecee41ca341cde6bbed220dc8a4//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/49/4993045d18d69ecee41ca341cde6bbed220dc8a4//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-12  9:22 [binutils-gdb] Fix signals reported for faults on Solaris gdb-buildbot
@ 2019-09-12  9:17 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-12  9:17 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/49

Author:
        Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>

Commit tested:
        7a28970742a8a1509917d409af14c84e1f666baa

Subject of commit:
        Fix signals reported for faults on Solaris

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/7a/7a28970742a8a1509917d409af14c84e1f666baa/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_errno
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=8: wait for stops
PASS -> FAIL: 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: detach child
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: 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.tui/empty.exp: asm-regs: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-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/RHEL-s390x-m64/7a/7a28970742a8a1509917d409af14c84e1f666baa//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/7a/7a28970742a8a1509917d409af14c84e1f666baa//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-12  0:41 [binutils-gdb] Make relocate_{path,gdb_directory} return std::string gdb-buildbot
@ 2019-09-12  0:28 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-12  0:28 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/47

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        f2aec7f6d149c8a534e8246b0d3a50038864fa2d

Subject of commit:
        Make relocate_{path,gdb_directory} return std::string

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/f2/f2aec7f6d149c8a534e8246b0d3a50038864fa2d/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=13: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=2: wait for stops
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/signal-while-stepping-over-bp-other-thread.exp: step
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/f2/f2aec7f6d149c8a534e8246b0d3a50038864fa2d//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/f2/f2aec7f6d149c8a534e8246b0d3a50038864fa2d//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-11 23:24 [binutils-gdb] Factor out the code to do the datadir-relocation for gdbinit gdb-buildbot
@ 2019-09-11 23:13 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-11 23:13 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/46

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        9224a01377868604ce4a7eb9c0d97736f7349dcd

Subject of commit:
        Factor out the code to do the datadir-relocation for gdbinit

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/92/9224a01377868604ce4a7eb9c0d97736f7349dcd/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=16: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=1: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=7: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=8: wait for stops
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/RHEL-s390x-m64/92/9224a01377868604ce4a7eb9c0d97736f7349dcd//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/92/9224a01377868604ce4a7eb9c0d97736f7349dcd//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-11 22:11 [binutils-gdb] Refactor get_init_files to use std::string gdb-buildbot
@ 2019-09-11 22:05 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-11 22:05 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/45

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/RHEL-s390x-m64/f4/f48cd8368bf45b40547237939af3ab6b47dc7b01/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_errno
PASS -> FAIL: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=12: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=13: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
PASS -> FAIL: 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: detach child
PASS -> FAIL: 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: 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=0: inferior 1 exited
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/RHEL-s390x-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/RHEL-s390x-m64/f4/f48cd8368bf45b40547237939af3ab6b47dc7b01//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-11 19:49 [binutils-gdb] Fix float to LONGEST conversion gdb-buildbot
@ 2019-09-11 20:01 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-11 20:01 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/42

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/RHEL-s390x-m64/9c/9cab7ecda21c6499b0559f6e676fe222e26141be/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: continue to breakpoint: _exit
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: continue to breakpoint: _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://gdb-buildbot.osci.io/results/RHEL-s390x-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/RHEL-s390x-m64/9c/9cab7ecda21c6499b0559f6e676fe222e26141be//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-11 18:32 [binutils-gdb] Change the type of copy_names from int to bool gdb-buildbot
@ 2019-09-11 18:46 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-11 18:46 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/41

Author:
        Christian Biesinger <cbiesinger@google.com>

Commit tested:
        67547d896b0593b0fa62e23ac68c483a7e8566e2

Subject of commit:
        Change the type of copy_names from int to bool

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/67/67547d896b0593b0fa62e23ac68c483a7e8566e2/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=10: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=12: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=13: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=15: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=7: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=8: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=9: wait for stops
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=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://gdb-buildbot.osci.io/results/RHEL-s390x-m64/67/67547d896b0593b0fa62e23ac68c483a7e8566e2//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/67/67547d896b0593b0fa62e23ac68c483a7e8566e2//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-11 18:15 [binutils-gdb] Introduce bfd_set_filename gdb-buildbot
@ 2019-09-11 18:08 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-11 18:08 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/40

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        64b2d4a0a4e4f80d2aa2e52c6eec3186e76fc397

Subject of commit:
        Introduce bfd_set_filename

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/64/64b2d4a0a4e4f80d2aa2e52c6eec3186e76fc397/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=11: wait for stops
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 -> FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step
PASS -> FAIL: gdb.tui/empty.exp: asm-regs: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-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/RHEL-s390x-m64/64/64b2d4a0a4e4f80d2aa2e52c6eec3186e76fc397//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/64/64b2d4a0a4e4f80d2aa2e52c6eec3186e76fc397//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-11  7:07 [binutils-gdb] Tidy ld/ldmisc.c gdb-buildbot
@ 2019-09-11  5:22 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-11  5:22 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/39

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        cb7f4b298e5e0a3ab4fb6b13aa89e970478597bc

Subject of commit:
        Tidy ld/ldmisc.c

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/cb/cb7f4b298e5e0a3ab4fb6b13aa89e970478597bc/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=0: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=6: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=9: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: continue to breakpoint: _exit
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"
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/cb/cb7f4b298e5e0a3ab4fb6b13aa89e970478597bc//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/cb/cb7f4b298e5e0a3ab4fb6b13aa89e970478597bc//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-10 17:05 [binutils-gdb] Use the correct alias for the M68K tdiv instruction gdb-buildbot
@ 2019-09-10 16:59 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-10 16:59 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/38

Author:
        Miod Vallat <miod@online.fr>

Commit tested:
        8063ab7e37c1a2abfa272d10e8d2c7ae192b1787

Subject of commit:
        Use the correct alias for the M68K tdiv instruction.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/80/8063ab7e37c1a2abfa272d10e8d2c7ae192b1787/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/gcore-stale-thread.exp: save a corefile
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=13: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=1: wait for stops
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
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
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/80/8063ab7e37c1a2abfa272d10e8d2c7ae192b1787//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/80/8063ab7e37c1a2abfa272d10e8d2c7ae192b1787//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-10 16:50 [binutils-gdb] Add Ada support to cc-with-tweaks.exp gdb-buildbot
@ 2019-09-10 16:52 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-10 16:52 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/37

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/RHEL-s390x-m64/8a/8a51616424828e6204a20436a719f98436f5d5ea/

*** Diff to previous build ***
==============================================
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 -> FAIL: 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 -> 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, 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_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 again, 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_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: 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 -> 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, 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_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_frame: thread 1.3: select frame 1, 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_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 -> 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: 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 -> 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 again, 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.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.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 -> 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, 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, 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=direct: test_cli_in_mi_thread: thread 1.3: 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_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 -> 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, 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_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 again, 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_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: 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 -> 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, 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_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_frame: thread 1.3: select frame 1, 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_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 -> 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: 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 -> 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 again, 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.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.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 -> 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, 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, 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: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: thread without args, event on CLI, ensure no output CLI
PASS -> FAIL: 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 -> 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: frame without args, 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: 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 CLI
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: 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 -> 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 CLI
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: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.2: flush MI
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 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 -> FAIL: 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 -> 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_select_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_thread: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: flush MI
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.2: thread without args, 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
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 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 -> 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_thread: thread 1.3: thread without args, event on MI, ensure no output MI
PASS -> FAIL: 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 -> 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 again, event on MI, ensure no output CLI
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: 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 -> 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: -stack-select-frame, event on MI, ensure no output CLI
PASS -> FAIL: 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 -> 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: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: flush MI
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 again, event on CLI, ensure no output CLI
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 again, event on CLI, ensure no output CLI
PASS -> FAIL: 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: inferior 2: continue to breakpoint: main breakpoint
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: inferior 2: set thread-specific breakpoint, thread 2.2
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: inferior 2: stop at breakpoint in main
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: inferior 2: thread 2.2 stops CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: inferior 2: thread 2.2 stops MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: main stop
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=10: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=11: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=12: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=14: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=15: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=16: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=3: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=4: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=9: wait for stops
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-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/RHEL-s390x-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/RHEL-s390x-m64/8a/8a51616424828e6204a20436a719f98436f5d5ea//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-10 16:33 [binutils-gdb] Add Ada support for .debug_names gdb-buildbot
@ 2019-09-10 16:33 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-10 16:33 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/36

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/RHEL-s390x-m64/3b/3b00ef10a2a4750a86a04bb66eda3bf33d298be1/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_errno
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=2: wait for stops
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: watchpoint: continue to breakpoint: _exit
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
PASS -> FAIL: gdb.tui/empty.exp: asm-regs: 80x24: 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/RHEL-s390x-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/RHEL-s390x-m64/3b/3b00ef10a2a4750a86a04bb66eda3bf33d298be1//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-10 16:18 [binutils-gdb] Fix latent bug in .debug_names file-name handling gdb-buildbot
@ 2019-09-10 16:24 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-10 16:24 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/35

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        aa3916548076c159ae00a922690694094a37fcd0

Subject of commit:
        Fix latent bug in .debug_names file-name handling

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/aa/aa3916548076c159ae00a922690694094a37fcd0/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=0: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=1: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=5: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=6: wait for stops
PASS -> FAIL: 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: detach child
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: switch to parent
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-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/RHEL-s390x-m64/aa/aa3916548076c159ae00a922690694094a37fcd0//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/aa/aa3916548076c159ae00a922690694094a37fcd0//xfail.table.gz>


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

* Failures on RHEL-s390x-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 16:11 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-10 16:11 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/34

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/RHEL-s390x-m64/b0/b054970d54e141e5d2c824223772685742af2c2a/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=10: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=11: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=12: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=7: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: continue to breakpoint: _exit
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: continue to breakpoint: _exit
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
PASS -> FAIL: gdb.tui/empty.exp: asm-regs: 80x24: 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/RHEL-s390x-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/RHEL-s390x-m64/b0/b054970d54e141e5d2c824223772685742af2c2a//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-10 15:52 [binutils-gdb] Simplify psym_map_matching_symbols gdb-buildbot
@ 2019-09-10 15:52 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-10 15:52 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/33

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/RHEL-s390x-m64/6a/6a3dbf1bc620ae068c84074b2f72e11c24dc1e6d/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_errno
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=14: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=15: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=2: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: 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/signal-while-stepping-over-bp-other-thread.exp: step
PASS -> FAIL: gdb.tui/empty.exp: asm-regs: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-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/RHEL-s390x-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/RHEL-s390x-m64/6a/6a3dbf1bc620ae068c84074b2f72e11c24dc1e6d//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-10 15:39 [binutils-gdb] Change iterate_over_symbols to return bool gdb-buildbot
@ 2019-09-10 15:39 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-10 15:39 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/32

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/RHEL-s390x-m64/69/6969f124b987494df069b032e2e0f36485d3d8bb/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=1: wait for stops
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: watchpoint: continue to breakpoint: _exit
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
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: other threads ran - unlocked
new KFAIL: gdb.threads/watchthreads2.exp: gdb can drop watchpoints in multithreaded app
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-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/RHEL-s390x-m64/69/6969f124b987494df069b032e2e0f36485d3d8bb//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-10 15:28 [binutils-gdb] Change map_matching_symbols to take a symbol_found_callback_ftype gdb-buildbot
@ 2019-09-10 15:33 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-10 15:33 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/31

Author:
        Tom Tromey <tromey@adacore.com>

Commit tested:
        199b4314efbd419d6957e366e13a14cd87cea5e4

Subject of commit:
        Change map_matching_symbols to take a symbol_found_callback_ftype

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/19/199b4314efbd419d6957e366e13a14cd87cea5e4/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_errno
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=attach: stop with control-c
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=10: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=11: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=12: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=13: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=16: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=3: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=4: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=9: wait for stops
PASS -> FAIL: 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 -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: detach child
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: switch to parent
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
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/RHEL-s390x-m64/19/199b4314efbd419d6957e366e13a14cd87cea5e4//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/19/199b4314efbd419d6957e366e13a14cd87cea5e4//xfail.table.gz>


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

* Failures on RHEL-s390x-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 15:03 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-10 15:03 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/30

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/RHEL-s390x-m64/ae/aebcfb76fc165795e67917cb67cf985c4dfdc577/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=0: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=15: wait for stops
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/process-dies-while-detaching.exp: multi-process: detach: watchpoint: continue to breakpoint: _exit
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
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-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/RHEL-s390x-m64/ae/aebcfb76fc165795e67917cb67cf985c4dfdc577//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-10  2:15 [binutils-gdb] DWARF 5 support: Handle dwo_id gdb-buildbot
@ 2019-09-10  2:18 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-10  2:18 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/29

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/RHEL-s390x-m64/a0/a084a2a6a181c2206be4ba29b21dc0ae441ab4e9/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=10: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=11: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=14: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=2: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=8: wait for stops
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: other threads ran - unlocked
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: 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://gdb-buildbot.osci.io/results/RHEL-s390x-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/RHEL-s390x-m64/a0/a084a2a6a181c2206be4ba29b21dc0ae441ab4e9//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-09 23:50 [binutils-gdb] Use ui_out for "info win" gdb-buildbot
@ 2019-09-09 23:57 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-09 23:57 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/28

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        25a2915e8dba63abef6d7434114f36efeb5c09fe

Subject of commit:
        Use ui_out for "info win"

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/25/25a2915e8dba63abef6d7434114f36efeb5c09fe/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.base/siginfo-obj.exp: extract si_errno
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=0: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=12: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=13: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=9: wait for stops
PASS -> FAIL: 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: detach child
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: switch to parent
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.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: other threads ran - unlocked
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/RHEL-s390x-m64/25/25a2915e8dba63abef6d7434114f36efeb5c09fe//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/25/25a2915e8dba63abef6d7434114f36efeb5c09fe//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-09 22:31 [binutils-gdb] Fix leak detected in python.c initialization code gdb-buildbot
@ 2019-09-09 22:31 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-09 22:31 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/27

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

Commit tested:
        e4df087431f10f6d9079d8f0c78ad0414e814b92

Subject of commit:
        Fix leak detected in python.c initialization code.

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/e4/e4df087431f10f6d9079d8f0c78ad0414e814b92/

*** Diff to previous build ***
==============================================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=11: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: continue to breakpoint: _exit
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"
new KFAIL: gdb.threads/watchthreads2.exp: gdb can drop watchpoints in multithreaded app
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/e4/e4df087431f10f6d9079d8f0c78ad0414e814b92//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/e4/e4df087431f10f6d9079d8f0c78ad0414e814b92//xfail.table.gz>


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

* Failures on RHEL-s390x-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:18 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-09 10:18 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/25

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/RHEL-s390x-m64/60/60391a255b720e37ab1efbb7e83bf7dfa270a0fe/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=16: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=1: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=2: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=3: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=4: wait for stops
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: 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=off: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
PASS -> FAIL: gdb.threads/watchthreads.exp: threaded watch loop
PASS -> FAIL: gdb.tui/empty.exp: asm-regs: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-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/RHEL-s390x-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/RHEL-s390x-m64/60/60391a255b720e37ab1efbb7e83bf7dfa270a0fe//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-08 20:44 [binutils-gdb] Truncate long TUI window titles gdb-buildbot
@ 2019-09-08 20:45 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-08 20:45 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

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

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/RHEL-s390x-m64/86/8634b4628ea00a95ce3dfe8f9915724e8d710dad/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/gcore-stale-thread.exp: save a corefile
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=0: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=7: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=8: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: 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/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/RHEL-s390x-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/RHEL-s390x-m64/86/8634b4628ea00a95ce3dfe8f9915724e8d710dad//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-07 16:44 [binutils-gdb] Change lookup_symbol's block_index parameter type to block_enum gdb-buildbot
@ 2019-09-07 16:43 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-07 16:43 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

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

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

Commit tested:
        c7f839cbf08c397f3ab208054f11cfc1236ee143

Subject of commit:
        Change lookup_symbol's block_index parameter type to block_enum

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/c7/c7f839cbf08c397f3ab208054f11cfc1236ee143/

*** 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: 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: 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/RHEL-s390x-m64/c7/c7f839cbf08c397f3ab208054f11cfc1236ee143//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/c7/c7f839cbf08c397f3ab208054f11cfc1236ee143//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-06 20:12 [binutils-gdb] Change int to bool for the relocate_* functions gdb-buildbot
@ 2019-09-06 20:13 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-06 20:13 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

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

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/RHEL-s390x-m64/ea/ead0e69a4ab34d0c689f0c4c310b8d788867da32/

*** Diff to previous build ***
==============================================
PASS -> FAIL: 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: detach child
PASS -> FAIL: 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: watchpoint: continue
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: detach child
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: switch to parent
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/RHEL-s390x-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/RHEL-s390x-m64/ea/ead0e69a4ab34d0c689f0c4c310b8d788867da32//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-06 14:26 [binutils-gdb] bfd_get_filename gdb-buildbot
@ 2019-09-06 14:41 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-06 14:41 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/19

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        b16c44debcf8a446e94e161e328169f5c8d5d811

Subject of commit:
        bfd_get_filename

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/b1/b16c44debcf8a446e94e161e328169f5c8d5d811/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: 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/RHEL-s390x-m64/b1/b16c44debcf8a446e94e161e328169f5c8d5d811//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/b1/b16c44debcf8a446e94e161e328169f5c8d5d811//xfail.table.gz>


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

* Failures on RHEL-s390x-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:17 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-05 13:17 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/18

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/RHEL-s390x-m64/30/30331a6ca014f6b51b17627aa968c6b79627ce21/

*** 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/RHEL-s390x-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/RHEL-s390x-m64/30/30331a6ca014f6b51b17627aa968c6b79627ce21//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-05  7:02 [binutils-gdb] PowerPC64 GOT_PCREL relocs gdb-buildbot
@ 2019-09-05  7:21 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-05  7:21 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/17

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/RHEL-s390x-m64/13/133a1f6041bc131afcb39bf1a124d8e0fc5547ea/

*** Diff to previous build ***
==============================================
PASS -> FAIL: 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 -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: detach child
PASS -> FAIL: 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: 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 -> 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/RHEL-s390x-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/RHEL-s390x-m64/13/133a1f6041bc131afcb39bf1a124d8e0fc5547ea//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-05  5:56 [binutils-gdb] R_PPC64_PCREL_OPT gdb-buildbot
@ 2019-09-05  5:37 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-05  5:37 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/16

Author:
        Alan Modra <amodra@gmail.com>

Commit tested:
        77486630b13e9e586b0a1556cba9876a0ede99da

Subject of commit:
        R_PPC64_PCREL_OPT

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/77/77486630b13e9e586b0a1556cba9876a0ede99da/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: continue to breakpoint: _exit
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: breakpoint
PASS -> FAIL: gdb.tui/empty.exp: asm-regs: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-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/RHEL-s390x-m64/77/77486630b13e9e586b0a1556cba9876a0ede99da//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/77/77486630b13e9e586b0a1556cba9876a0ede99da//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-05  4:49 [binutils-gdb] PR24955, libbfd terminating program on out of memory gdb-buildbot
@ 2019-09-05  5:02 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-05  5:02 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/15

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/RHEL-s390x-m64/89/89bdc77eabf5ede68322f6e47e003c1dc45b9ccb/

*** 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: 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=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/RHEL-s390x-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/RHEL-s390x-m64/89/89bdc77eabf5ede68322f6e47e003c1dc45b9ccb//xfail.table.gz>


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

* Failures on RHEL-s390x-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:19 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-04 21:19 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/14

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/RHEL-s390x-m64/98/98b0ebab0a1eb0c1f179ebe633250e7201d35bce/

*** Diff to previous build ***
==============================================
PASS -> FAIL: 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: detach child
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: switch to parent
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-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/RHEL-s390x-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/RHEL-s390x-m64/98/98b0ebab0a1eb0c1f179ebe633250e7201d35bce//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-03 22:11 [binutils-gdb] gdb: Handle missing domain types in: maintenance print psymbols gdb-buildbot
@ 2019-09-03 22:17 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-03 22:17 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

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

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

Commit tested:
        06ff036ed22bac6c6cc622b2f3d23534b44fff67

Subject of commit:
        gdb: Handle missing domain types in: maintenance print psymbols

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/06/06ff036ed22bac6c6cc622b2f3d23534b44fff67/

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: continue
PASS -> FAIL: 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: detach child
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: switch to parent
PASS -> FAIL: gdb.tui/empty.exp: asm-regs: 80x24: 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/RHEL-s390x-m64/06/06ff036ed22bac6c6cc622b2f3d23534b44fff67//xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/RHEL-s390x-m64/06/06ff036ed22bac6c6cc622b2f3d23534b44fff67//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-09-03 17:01 [binutils-gdb] Handle biased types gdb-buildbot
@ 2019-09-03 17:02 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-03 17:02 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/12

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/RHEL-s390x-m64/4e/4e962e74e45f2b0365e5b21504f33480c468ff00/

*** Diff to previous build ***
==============================================
PASS -> FAIL: 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: detach child
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: switch to parent
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
PASS -> FAIL: gdb.tui/empty.exp: asm-regs: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: asm: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split-regs: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: split: 90x40: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-regs: 80x24: box 1
PASS -> FAIL: gdb.tui/empty.exp: src-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/RHEL-s390x-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/RHEL-s390x-m64/4e/4e962e74e45f2b0365e5b21504f33480c468ff00//xfail.table.gz>


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

* Failures on RHEL-s390x-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:18 ` gdb-buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: gdb-buildbot @ 2019-09-03 15:18 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        RHEL-s390x-m64

Worker:
        rhel-7_1-s390x-1

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/13/builds/11

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/RHEL-s390x-m64/f4/f44b758d3133ef0a7f3131c1e12ed20feb33ee61/

*** 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 -> 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/RHEL-s390x-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/RHEL-s390x-m64/f4/f44b758d3133ef0a7f3131c1e12ed20feb33ee61//xfail.table.gz>


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

* Failures on RHEL-s390x-m64, branch master
  2019-06-22 22:33 [binutils-gdb] [gdb] Fix s390x -m31 build sergiodj+buildbot
@ 2019-06-22 22:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-22 22:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	47e3f47487396414ac936e2fd37b870fe08a55d0

Author(s) (in the same order as the commits):
	Tom de Vries <tdevries@suse.de>

Subject:
	[gdb] Fix s390x -m31 build

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/47/47e3f47487396414ac936e2fd37b870fe08a55d0/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=77279bbb>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=77279bbb>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-22  0:39 [binutils-gdb] [gdb/testsuite] Compile index-cache.c with -Wl, --build-id sergiodj+buildbot
@ 2019-06-22  0:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-22  0:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	c596f180a130c85faf8942d161be9ecf71c6791c

Author(s) (in the same order as the commits):
	Tom de Vries <tdevries@suse.de>

Subject:
	[gdb/testsuite] Compile index-cache.c with -Wl,--build-id

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/c5/c596f180a130c85faf8942d161be9ecf71c6791c/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/index-cache.exp: test_cache_enabled_hit: check index-cache stats
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
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=77279bbb>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=77279bbb>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-21 21:05 [binutils-gdb] dwarf2read: Get rid of VEC (dwarf2_section_info_def) sergiodj+buildbot
@ 2019-06-21 21:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-21 21:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	fd5866f6aad7336f7a2b59578b9deef81383ea3b

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@efficios.com>

Subject:
	dwarf2read: Get rid of VEC (dwarf2_section_info_def)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/fd/fd5866f6aad7336f7a2b59578b9deef81383ea3b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=77279bbb>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=77279bbb>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-21 20:33 [binutils-gdb] dwarf2read: C++ify dwo_file sergiodj+buildbot
@ 2019-06-21 20:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-21 20:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	51ac9db596ea9f0affa9f7db25bb179cf70beac4

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	dwarf2read: C++ify dwo_file

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/51/51ac9db596ea9f0affa9f7db25bb179cf70beac4/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=77279bbb>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=77279bbb>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-21 20:25 [binutils-gdb] dwarf2read: Use bool for dwarf2_section_info fields sergiodj+buildbot
@ 2019-06-21 20:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-21 20:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	dc4ccb6f7f07e41616fd42625226229f0795d198

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	dwarf2read: Use bool for dwarf2_section_info fields

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/dc/dc4ccb6f7f07e41616fd42625226229f0795d198/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=77279bbb>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=77279bbb>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-21 17:15 [binutils-gdb] [gdb/testsuite] Mark ptype_union.exp as unsupported for cc-with-gdb-index sergiodj+buildbot
@ 2019-06-21 17:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-21 17:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	b13a7d03c29e28bc0b38ce166ad1907403709d36

Author(s) (in the same order as the commits):
	Tom de Vries <tdevries@suse.de>

Subject:
	[gdb/testsuite] Mark ptype_union.exp as unsupported for cc-with-gdb-index

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/b1/b13a7d03c29e28bc0b38ce166ad1907403709d36/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=77279bbb>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=77279bbb>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-21 15:45 [binutils-gdb] Add gnulib to gdb release tarball sergiodj+buildbot
@ 2019-06-21 15:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-21 15:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	be74b5b71481afe03aad074ad1951dcae152b97a

Author(s) (in the same order as the commits):
	Andreas Schwab <schwab@linux-m68k.org>

Subject:
	Add gnulib to gdb release tarball

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/be/be74b5b71481afe03aad074ad1951dcae152b97a/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=77279bbb>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=77279bbb>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-21 15:22 [binutils-gdb] Fix gnulib/update-gnulib.sh sergiodj+buildbot
@ 2019-06-21 15:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-21 15:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	70175d8d62178279d0fecce661b26a4f5b209fea

Author(s) (in the same order as the commits):
	Gary Benson <gbenson@redhat.com>

Subject:
	Fix gnulib/update-gnulib.sh

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/70/70175d8d62178279d0fecce661b26a4f5b209fea/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=77279bbb>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=77279bbb>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-21 15:10 [binutils-gdb] libctf: unidentified type kinds on open are a sign of file corruption sergiodj+buildbot
@ 2019-06-21 15:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-21 15:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	0b4fa56e07639ed28cbbcd890868e01a82a5e45c

Author(s) (in the same order as the commits):
	Nick Alcock <nick.alcock@oracle.com>

Subject:
	libctf: unidentified type kinds on open are a sign of file corruption

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/0b/0b4fa56e07639ed28cbbcd890868e01a82a5e45c/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=77279bbb>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=77279bbb>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-21 14:34 [binutils-gdb] libctf: dump header offsets into the debugging output sergiodj+buildbot
@ 2019-06-21 14:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-21 14:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	364620bf636a0a961892c9274616f8d5ad85eecc

Author(s) (in the same order as the commits):
	Nick Alcock <nick.alcock@oracle.com>

Subject:
	libctf: dump header offsets into the debugging output

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/36/364620bf636a0a961892c9274616f8d5ad85eecc/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=77279bbb>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=77279bbb>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-21 14:04 [binutils-gdb] libctf: drop mmap()-based CTF data allocator sergiodj+buildbot
@ 2019-06-21 14:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-21 14:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	65365aa856e5a258329dc350b02bbb51f84b4c16

Author(s) (in the same order as the commits):
	Nick Alcock <nick.alcock@oracle.com>

Subject:
	libctf: drop mmap()-based CTF data allocator

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/65/65365aa856e5a258329dc350b02bbb51f84b4c16/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=77279bbb>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=77279bbb>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-21 13:47 [binutils-gdb] libctf: handle errors on dynhash insertion better sergiodj+buildbot
@ 2019-06-21 13:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-21 13:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	24865428034f44d9fffe6b2d9a318e1bd507c63a

Author(s) (in the same order as the commits):
	Nick Alcock <nick.alcock@oracle.com>

Subject:
	libctf: handle errors on dynhash insertion better

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/24/24865428034f44d9fffe6b2d9a318e1bd507c63a/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=77279bbb>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=77279bbb>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-21 12:52 [binutils-gdb] PR24689, string table corruption sergiodj+buildbot
@ 2019-06-21 12:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-21 12:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	890f750a3b053532a4b839a2dd6243076de12031

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR24689, string table corruption

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/89/890f750a3b053532a4b839a2dd6243076de12031/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=77279bbb>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=77279bbb>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-21  7:56 [binutils-gdb] [gdbserver] Fix s390x -m31 gdbserver build sergiodj+buildbot
@ 2019-06-21  8:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-21  8:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	7d10623d3b153d6c15406b203fb1cf111c53f1dd

Author(s) (in the same order as the commits):
	Tom de Vries <tdevries@suse.de>

Subject:
	[gdbserver] Fix s390x -m31 gdbserver build

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/7d/7d10623d3b153d6c15406b203fb1cf111c53f1dd/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=77279bbb>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=77279bbb>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-20  9:51 [binutils-gdb] Don't declare tui_init_content_element sergiodj+buildbot
@ 2019-06-20 10:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-20 10:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	e6a1c5cbcb9cee5a08d814669419936ee151b19d

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Don't declare tui_init_content_element

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/e6/e6a1c5cbcb9cee5a08d814669419936ee151b19d/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=77279bbb>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=77279bbb>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-20  5:24 [binutils-gdb] i386: Check vector length for EVEX broadcast instructions sergiodj+buildbot
@ 2019-06-20  5:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-20  5:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	f0a6222e30215d4b8ecb8124fe5ad4c3f321f8c4

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

Subject:
	i386: Check vector length for EVEX broadcast instructions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/f0/f0a6222e30215d4b8ecb8124fe5ad4c3f321f8c4/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=77279bbb>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=77279bbb>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-19 17:21 [binutils-gdb] [gdb] Fix clang buildbreaker sergiodj+buildbot
@ 2019-06-19 17:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-19 17:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	8d6a48df549cce08ba1f05350f592be52352c7e8

Author(s) (in the same order as the commits):
	Tom de Vries <tdevries@suse.de>

Subject:
	[gdb] Fix clang buildbreaker

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/8d/8d6a48df549cce08ba1f05350f592be52352c7e8/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=77279bbb>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=77279bbb>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-18 17:21 [binutils-gdb] Add comment to list0.h sergiodj+buildbot
@ 2019-06-18 17:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-18 17:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	d20ed5fd574ce1b72543c2963fa53946eb2225de

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Add comment to list0.h

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/d2/d20ed5fd574ce1b72543c2963fa53946eb2225de/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=77279bbb>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=77279bbb>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-18  7:53 [binutils-gdb] [gdb] Fix heap-buffer-overflow in child_path sergiodj+buildbot
@ 2019-06-18  7:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-18  7:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	310b3441a07cb07713a8065a39032504e098047b

Author(s) (in the same order as the commits):
	Tom de Vries <tdevries@suse.de>

Subject:
	[gdb] Fix heap-buffer-overflow in child_path

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/31/310b3441a07cb07713a8065a39032504e098047b/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=77279bbb>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=77279bbb>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-17 19:36 [binutils-gdb] i386: Check vector length for vshufXXX/vinsertXXX/vextractXXX sergiodj+buildbot
@ 2019-06-17 19:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-17 19:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	6e1c90b7f5d60aedc547dd84873d1c9291eefcdc

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

Subject:
	i386: Check vector length for vshufXXX/vinsertXXX/vextractXXX

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/6e/6e1c90b7f5d60aedc547dd84873d1c9291eefcdc/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: other threads ran - unlocked
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=77279bbb>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=77279bbb>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-17 18:56 [binutils-gdb] aarch64: remove unnecessary loc_hash_table traversal sergiodj+buildbot
@ 2019-06-17 18:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-17 18:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	39c05d9435893ed0b51c4b5c8e95fe977b983921

Author(s) (in the same order as the commits):
	Szabolcs Nagy <szabolcs.nagy@arm.com>

Subject:
	aarch64: remove unnecessary loc_hash_table traversal

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/39/39c05d9435893ed0b51c4b5c8e95fe977b983921/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=77279bbb>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=77279bbb>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-17  1:14 [binutils-gdb] [gdb/contrib] Fix gdb/contrib/gdb-add-index.sh for dwz-m-ed execs sergiodj+buildbot
@ 2019-06-17  1:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-17  1:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	2b9f6e89d67b342593734d14f328625848fa5156

Author(s) (in the same order as the commits):
	Tom de Vries <tdevries@suse.de>

Subject:
	[gdb/contrib] Fix gdb/contrib/gdb-add-index.sh for dwz-m-ed execs

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/2b/2b9f6e89d67b342593734d14f328625848fa5156/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=77279bbb>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=77279bbb>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-16 21:57 [binutils-gdb] Don't cast a tui_win_info directly to tui_gen_win_info sergiodj+buildbot
@ 2019-06-16 21:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-16 21:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	431b3eadc4f842231d404e7e995ae5c1dbd28414

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Don't cast a tui_win_info directly to tui_gen_win_info

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/43/431b3eadc4f842231d404e7e995ae5c1dbd28414/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=77279bbb>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=77279bbb>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-16 20:27 [binutils-gdb] gdb: Remove unused signal mask sergiodj+buildbot
@ 2019-06-16 20:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-16 20:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	bf5142e7fef4e2eca5d98cf805dbadc737118c1e

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Remove unused signal mask

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/bf/bf5142e7fef4e2eca5d98cf805dbadc737118c1e/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=77279bbb>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=77279bbb>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-16 18:41 [binutils-gdb] Replace uses of concat with xstrdup sergiodj+buildbot
@ 2019-06-16 18:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-16 18:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	395f9c911460b3e868c0b700e831c7f92746fad7

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Replace uses of concat with xstrdup

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/39/395f9c911460b3e868c0b700e831c7f92746fad7/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=77279bbb>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=77279bbb>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-16 18:17 [binutils-gdb] Remove unnecessary casts of NULL sergiodj+buildbot
@ 2019-06-16 18:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-16 18:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	cafb34387d063fa47bc2cdb33fc3fe2f13e6cec0

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove unnecessary casts of NULL

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ca/cafb34387d063fa47bc2cdb33fc3fe2f13e6cec0/>





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

* Failures on RHEL-s390x-m64, branch master
  2019-06-16 17:15 [binutils-gdb] gdb/testsuite: Improve detection of bug gdb/24541 sergiodj+buildbot
@ 2019-06-16 17:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-16 17:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	93cb9841d68263174a600dc70af742a8e2eabfc6

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/testsuite: Improve detection of bug gdb/24541

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/93/93cb9841d68263174a600dc70af742a8e2eabfc6/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=77279bbb>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=77279bbb>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-16 16:53 [binutils-gdb] Remove some NULL checks from the TUI sergiodj+buildbot
@ 2019-06-16 17:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-16 17:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	730ead81dfffc181f79a4b79ba8abf6850e63596

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove some NULL checks from the TUI

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/73/730ead81dfffc181f79a4b79ba8abf6850e63596/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=77279bbb>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=77279bbb>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-16 16:27 [binutils-gdb] Make gdb.base/index-cache.exp work with readnow board (PR 24669) sergiodj+buildbot
@ 2019-06-16 16:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-16 16:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	399aaebd1a5e9e3971758396bd0c5c3ec5ae2386

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Make gdb.base/index-cache.exp work with readnow board (PR 24669)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/39/399aaebd1a5e9e3971758396bd0c5c3ec5ae2386/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=77279bbb>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=77279bbb>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-16  1:15 [binutils-gdb] gdb/fortran: Show the type for non allocated / associated types sergiodj+buildbot
@ 2019-06-16  1:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-16  1:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	584a927c5ad0d18e9995a0049066b6c503bb7482

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/fortran: Show the type for non allocated / associated types

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/58/584a927c5ad0d18e9995a0049066b6c503bb7482/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=34c43033>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=34c43033>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-16  0:13 [binutils-gdb] gdb/mi: New commands to catch C++ exceptions sergiodj+buildbot
@ 2019-06-16  0:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-16  0:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	30056ea04ae3ecd828e2a06e12e6f174ae6659c9

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/mi: New commands to catch C++ exceptions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/30/30056ea04ae3ecd828e2a06e12e6f174ae6659c9/>

*** Diff to previous build ***
============================
new FAIL: gdb.mi/mi-catch-cpp-exceptions.exp: all with invalid regexp: run until breakpoint in 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/RHEL-s390x-m64/xfails/master/xfail?id=34c43033>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=34c43033>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-15 23:07 [binutils-gdb] gdb: Remove an update of current_source_line and current_source_symtab sergiodj+buildbot
@ 2019-06-15 23:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-15 23:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	0d3abd8cc936360f8c46502135edd2e646473438

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Remove an update of current_source_line and current_source_symtab

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/0d/0d3abd8cc936360f8c46502135edd2e646473438/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=34c43033>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=34c43033>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-15 22:42 [binutils-gdb] gdb: New function to open source file and compute line charpos data sergiodj+buildbot
@ 2019-06-15 22:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-15 22:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	00df30ae1ea6db8f3693cad8a499f55f1d66e913

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: New function to open source file and compute line charpos data

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/00/00df30ae1ea6db8f3693cad8a499f55f1d66e913/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=34c43033>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=34c43033>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-15 22:01 [binutils-gdb] gdb: Remove file path from test name sergiodj+buildbot
@ 2019-06-15 22:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-15 22:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	09e4c4e1f1732ed978db4b8c75877bf8a8097ae9

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Remove file path from test name

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/09/09e4c4e1f1732ed978db4b8c75877bf8a8097ae9/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=34c43033>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=34c43033>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-15  0:36 [binutils-gdb] Do not emit style escape sequences to log file sergiodj+buildbot
@ 2019-06-15  0:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-15  0:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	0735b091aba72d4b35aebb671a02c5cb4a837fe9

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Do not emit style escape sequences to log file

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/07/0735b091aba72d4b35aebb671a02c5cb4a837fe9/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=34c43033>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=34c43033>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-14 23:38 [binutils-gdb] Minor NEWS rearrangement sergiodj+buildbot
@ 2019-06-14 23:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-14 23:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	52ce35e2894e55cea94011dda6443be51e154f37

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Minor NEWS rearrangement

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/52/52ce35e2894e55cea94011dda6443be51e154f37/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=34c43033>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=34c43033>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-14 22:55 [binutils-gdb] Warn if add-symbol-file does not provide any symbols sergiodj+buildbot
@ 2019-06-14 23:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-14 23:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	f568655424ad268c8c5df3f56e4e19a86b16623d

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Warn if add-symbol-file does not provide any symbols

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/f5/f568655424ad268c8c5df3f56e4e19a86b16623d/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=34c43033>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=34c43033>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-14 16:57 [binutils-gdb] Only compute realpath when basenames_may_differ is set sergiodj+buildbot
@ 2019-06-14 17:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-14 17:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	a0c1ffedcf1988bc13fc5b6d57d3b74a17b60299

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Only compute realpath when basenames_may_differ is set

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/a0/a0c1ffedcf1988bc13fc5b6d57d3b74a17b60299/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=34c43033>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=34c43033>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-14 16:19 [binutils-gdb] gdb: Use scoped_restore_terminal_state in annotate.c sergiodj+buildbot
@ 2019-06-14 16:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-14 16:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	7c39e397aafaea64812f2611b061bdd50f30dce4

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Use scoped_restore_terminal_state in annotate.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/7c/7c39e397aafaea64812f2611b061bdd50f30dce4/>

*** Diff to previous build ***
============================
PASS -> FAIL: 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 -> 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, 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_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 again, 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_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: 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 -> 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, 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_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_frame: thread 1.3: select frame 1, 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_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 -> 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: 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 -> 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 again, 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.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.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 -> 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, 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, 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=direct: test_cli_in_mi_thread: thread 1.3: 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_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 -> 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, 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_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 again, 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_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: 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 -> 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, 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_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_frame: thread 1.3: select frame 1, 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_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 -> 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: 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 -> 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 again, 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.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.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 -> 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, 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, 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: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: thread without args, event on CLI, ensure no output CLI
PASS -> FAIL: 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 -> 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: frame without args, 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: 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 CLI
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: 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 -> 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 CLI
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: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.2: flush MI
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 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 -> FAIL: 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 -> 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_select_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_thread: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: flush MI
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.2: thread without args, 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
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 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 -> 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_thread: thread 1.3: thread without args, event on MI, ensure no output MI
PASS -> FAIL: 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 -> 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 again, event on MI, ensure no output CLI
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: 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 -> 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: -stack-select-frame, event on MI, ensure no output CLI
PASS -> FAIL: 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 -> 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: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: flush MI
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 again, event on CLI, ensure no output CLI
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 again, event on CLI, ensure no output CLI
PASS -> FAIL: 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: inferior 2: continue to breakpoint: main breakpoint
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: inferior 2: set thread-specific breakpoint, thread 2.2
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: inferior 2: stop at breakpoint in main
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: inferior 2: thread 2.2 stops CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: inferior 2: thread 2.2 stops MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: main stop
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: other threads ran - unlocked
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=34c43033>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=34c43033>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-14 15:48 [binutils-gdb] Recognize _ in attribute names sergiodj+buildbot
@ 2019-06-14 16:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-14 16:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	4268ec187d401b9b132afa1a13c73e0026a53c5d

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Recognize _ in attribute names

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/42/4268ec187d401b9b132afa1a13c73e0026a53c5d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=34c43033>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=34c43033>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-14 15:12 [binutils-gdb] Remove alloca(0) calls sergiodj+buildbot
@ 2019-06-14 15:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-14 15:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	abdb711e0855f0597a96db0486b598144b788212

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Remove alloca(0) calls

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ab/abdb711e0855f0597a96db0486b598144b788212/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=34c43033>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=34c43033>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-14 14:49 [binutils-gdb] Fix gdb.ada/vla.exp sergiodj+buildbot
@ 2019-06-14 14:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-14 14:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	9a9e394b05a841bdd9163f280d7ef19cc65634d6

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Fix gdb.ada/vla.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/9a/9a9e394b05a841bdd9163f280d7ef19cc65634d6/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=34c43033>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=34c43033>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-14 14:49 [binutils-gdb] Add R_AARCH64_P32_MOVW_PREL_* ELF32 relocs sergiodj+buildbot
@ 2019-06-14 14:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-14 14:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	e30d1fa1bfb1ff2e225cfac9226c357f2cf07a26

Author(s) (in the same order as the commits):
	Szabolcs Nagy <szabolcs.nagy@arm.com>

Subject:
	Add R_AARCH64_P32_MOVW_PREL_* ELF32 relocs

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/e3/e30d1fa1bfb1ff2e225cfac9226c357f2cf07a26/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=34c43033>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=34c43033>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-14  6:59 [binutils-gdb] Regenerate with approved autotools version sergiodj+buildbot
@ 2019-06-14  7:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-14  7:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	3a3a077c4acaed1ab231a376ff9faf6b71b7a0f1

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Regenerate with approved autotools version

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/3a/3a3a077c4acaed1ab231a376ff9faf6b71b7a0f1/>





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

* Failures on RHEL-s390x-m64, branch master
  2019-06-13 15:25 [binutils-gdb] sim/testsuite/or1k: Add tests for unordered compares sergiodj+buildbot
@ 2019-06-13 15:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-13 15:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	57a63d27dcc8c7620f2168b370b649c7458c687e

Author(s) (in the same order as the commits):
	Stafford Horne <shorne@gmail.com>

Subject:
	sim/testsuite/or1k: Add tests for unordered compares

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/57/57a63d27dcc8c7620f2168b370b649c7458c687e/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=34c43033>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=34c43033>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-13 14:32 [binutils-gdb] sim/common: wire up new unordered comparisons sergiodj+buildbot
@ 2019-06-13 14:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-13 14:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	f1cc84f59441d59827748e47a5971a12ed1ac283

Author(s) (in the same order as the commits):
	Stafford Horne <shorne@gmail.com>

Subject:
	sim/common: wire up new unordered comparisons

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/f1/f1cc84f59441d59827748e47a5971a12ed1ac283/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=34c43033>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=34c43033>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-13 14:06 [binutils-gdb] sim/common: Wire in df/di conversion sergiodj+buildbot
@ 2019-06-13 14:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-13 14:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	688cea90bc0af3a0188695a25f5c4e8db4ef763b

Author(s) (in the same order as the commits):
	Stafford Horne <shorne@gmail.com>

Subject:
	sim/common: Wire in df/di conversion

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/68/688cea90bc0af3a0188695a25f5c4e8db4ef763b/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=34c43033>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=34c43033>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-13 10:19 [binutils-gdb] Fix gdb build with -std=gnu++11 sergiodj+buildbot
@ 2019-06-13 10:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-13 10:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	66eb1ed3882aa3c54daa2fe24b7479b5ee0538f2

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix gdb build with -std=gnu++11

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/66/66eb1ed3882aa3c54daa2fe24b7479b5ee0538f2/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.compile/compile-cplus.exp: Test compile file and raw option without a filename
PASS -> FAIL: gdb.compile/compile-cplus.exp: Test compile file with unknown argument
PASS -> FAIL: gdb.compile/compile-cplus.exp: compile code -z
new FAIL: gdb.compile/compile.exp: test compile file "-raw" 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/RHEL-s390x-m64/xfails/master/xfail?id=34c43033>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=34c43033>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-13  2:53 [binutils-gdb] Make "print" and "compile print" support -OPT options sergiodj+buildbot
@ 2019-06-13  2:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-13  2:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	7d8062de98203eeec70d4439ab460b9ef50a2e0f

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Make "print" and "compile print" support -OPT options

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/7d/7d8062de98203eeec70d4439ab460b9ef50a2e0f/>

*** Diff to previous build ***
============================
new FAIL: gdb.base/options.exp: test-print: compile print -- -1
new FAIL: gdb.base/options.exp: test-print: compile print -1
new FAIL: gdb.base/options.exp: test-print: compile print -object --
new FAIL: gdb.base/options.exp: test-print: compile print -pretty -- /x 1
new FAIL: gdb.base/options.exp: test-print: compile print -pretty -- g_s
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=34c43033>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=34c43033>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-13  2:48 [binutils-gdb] Introduce generic command options framework sergiodj+buildbot
@ 2019-06-13  2:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-13  2:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	9d0faba9f52b898f0be539bc4d6fbd084772259d

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Introduce generic command options framework

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/9d/9d0faba9f52b898f0be539bc4d6fbd084772259d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=34c43033>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=34c43033>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-13  2:36 [binutils-gdb] New set/show testing framework (gdb.base/settings.exp) sergiodj+buildbot
@ 2019-06-13  2:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-13  2:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	dca0f6c0a4bafff9039d8bdb2a7efec9f70ce82f

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	New set/show testing framework (gdb.base/settings.exp)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/dc/dca0f6c0a4bafff9039d8bdb2a7efec9f70ce82f/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=34c43033>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=34c43033>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-13  2:25 [binutils-gdb] Remove "show" command completers, "set" command completers for string commands sergiodj+buildbot
@ 2019-06-13  2:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-13  2:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	597bf39df91c9a2e27cf1966dd4c942ac645ae33

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Remove "show" command completers, "set" command completers for string commands

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/59/597bf39df91c9a2e27cf1966dd4c942ac645ae33/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=34c43033>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=34c43033>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-13  2:04 [binutils-gdb] Fix "set enum-command value junk" sergiodj+buildbot
@ 2019-06-13  2:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-13  2:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	48c410fb70fe09c036e27092880db687e5c2fb0b

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix "set enum-command value junk"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/48/48c410fb70fe09c036e27092880db687e5c2fb0b/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=34c43033>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=34c43033>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-13  1:56 [binutils-gdb] Allow "unlimited" abbreviations sergiodj+buildbot
@ 2019-06-13  1:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-13  1:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	93bcb04349eb500781747a542ececc7a8ba3bd95

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Allow "unlimited" abbreviations

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/93/93bcb04349eb500781747a542ececc7a8ba3bd95/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=34c43033>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=34c43033>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-13  1:34 [binutils-gdb] Make check_for_argument skip whitespace after arg itself sergiodj+buildbot
@ 2019-06-13  1:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-13  1:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	cbba3ecd36f0f861e4e810fbd5415c9759080cdc

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Make check_for_argument skip whitespace after arg itself

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/cb/cbba3ecd36f0f861e4e810fbd5415c9759080cdc/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=34c43033>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=34c43033>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-13  1:10 [binutils-gdb] Fix latent bug with custom word point completers sergiodj+buildbot
@ 2019-06-13  1:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-13  1:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	3844e605e61777555aed09ab8ce88db2da95bc0b

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix latent bug with custom word point completers

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/38/3844e605e61777555aed09ab8ce88db2da95bc0b/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=34c43033>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=34c43033>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-13  0:53 [binutils-gdb] Fix latent bug in custom word point completion handling sergiodj+buildbot
@ 2019-06-13  0:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-13  0:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	00b56dbe7016bc33f882525a47faab943fdeda9a

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix latent bug in custom word point completion handling

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/00/00b56dbe7016bc33f882525a47faab943fdeda9a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=34c43033>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=34c43033>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-12 23:45 [binutils-gdb] opcodes/or1k: Regenerate opcodes sergiodj+buildbot
@ 2019-06-12 23:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-12 23:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	e4c4ac46e8e7ef92311181f85b193af369897151

Author(s) (in the same order as the commits):
	Stafford Horne <shorne@gmail.com>

Subject:
	opcodes/or1k: Regenerate opcodes

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/e4/e4c4ac46e8e7ef92311181f85b193af369897151/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=34c43033>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=34c43033>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-12 22:32 [binutils-gdb] Remove the ldmx mnemonic that never made it into POWER9 sergiodj+buildbot
@ 2019-06-12 22:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-12 22:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	6fbc939cfdbdf02f205c20925583738b0f835e62

Author(s) (in the same order as the commits):
	Peter Bergner <bergner@linux.ibm.com>

Subject:
	Remove the ldmx mnemonic that never made it into POWER9.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/6f/6fbc939cfdbdf02f205c20925583738b0f835e62/>

*** Diff to previous build ***
============================
PASS -> FAIL: 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 -> 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, 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_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 again, 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_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: 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 -> 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, 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_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_frame: thread 1.3: select frame 1, 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_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 -> 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: 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 -> 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 again, 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.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.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 -> 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, 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, 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=direct: test_cli_in_mi_thread: thread 1.3: 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_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 -> 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, 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_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 again, 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_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: 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 -> 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, 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_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_frame: thread 1.3: select frame 1, 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_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 -> 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: 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 -> 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 again, 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.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.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 -> 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, 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, 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: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: thread without args, event on CLI, ensure no output CLI
PASS -> FAIL: 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 -> 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: frame without args, 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: 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 CLI
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: 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 -> 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 CLI
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: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.2: flush MI
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 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 -> FAIL: 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 -> 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_select_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_thread: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: flush MI
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.2: thread without args, 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
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 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 -> 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_thread: thread 1.3: thread without args, event on MI, ensure no output MI
PASS -> FAIL: 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 -> 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 again, event on MI, ensure no output CLI
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: 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 -> 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: -stack-select-frame, event on MI, ensure no output CLI
PASS -> FAIL: 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 -> 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: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: flush MI
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 again, event on CLI, ensure no output CLI
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 again, event on CLI, ensure no output CLI
PASS -> FAIL: 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: inferior 2: continue to breakpoint: main breakpoint
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: inferior 2: set thread-specific breakpoint, thread 2.2
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: inferior 2: stop at breakpoint in main
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: inferior 2: thread 2.2 stops CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: inferior 2: thread 2.2 stops MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: main stop
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=34c43033>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=34c43033>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-12 21:16 [binutils-gdb] Prevent a seg-fault from objdup when disassembling binaries which do not contain a symbol table sergiodj+buildbot
@ 2019-06-12 21:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-12 21:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	62e0492f5723dd3db5e5a48a3a0ac161d7ba2701

Author(s) (in the same order as the commits):
	Adam Lackorzymski <adam@os.inf.tu-dresden.de>

Subject:
	Prevent a seg-fault from objdup when disassembling binaries which do not contain a symbol table.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/62/62e0492f5723dd3db5e5a48a3a0ac161d7ba2701/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=34c43033>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=34c43033>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-11 15:37 [binutils-gdb] Remove linux-waitpid.c debugging code sergiodj+buildbot
@ 2019-06-11 15:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-11 15:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	1c7fe9515dc1e8aa6378075ef56a646c1efdf7f5

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove linux-waitpid.c debugging code

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/1c/1c7fe9515dc1e8aa6378075ef56a646c1efdf7f5/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=34c43033>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=34c43033>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-11 13:39 [binutils-gdb] [gdb/testsuite] Fix remove-inferiors.exp FAIL with readnow board sergiodj+buildbot
@ 2019-06-11 13:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-11 13:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	fea82da0fe15137fda0056c0f0b92b6e70997ea8

Author(s) (in the same order as the commits):
	Tom de Vries <tdevries@suse.de>

Subject:
	[gdb/testsuite] Fix remove-inferiors.exp FAIL with readnow board

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/fe/fea82da0fe15137fda0056c0f0b92b6e70997ea8/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=34c43033>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=34c43033>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-11 13:14 [binutils-gdb] Remove shadowing from darwin-nat.c sergiodj+buildbot
@ 2019-06-11 13:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-11 13:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	86108c1311d82af6707d38e6d3dae1ec0aa92ec9

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@blackburn.act-europe.fr>

Subject:
	Remove shadowing from darwin-nat.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/86/86108c1311d82af6707d38e6d3dae1ec0aa92ec9/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=34c43033>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=34c43033>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-11 11:55 [binutils-gdb] [gdb/testsuite] Add readnow.exp sergiodj+buildbot
@ 2019-06-11 11:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-11 11:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	b49851c8e2bbb38e0e0f977e3fcc7abe3ad157b5

Author(s) (in the same order as the commits):
	Tom de Vries <tdevries@suse.de>

Subject:
	[gdb/testsuite] Add readnow.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/b4/b49851c8e2bbb38e0e0f977e3fcc7abe3ad157b5/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=34c43033>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=34c43033>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-11  7:57 [binutils-gdb] gdb: Check for not allocated/associated values during array slicing sergiodj+buildbot
@ 2019-06-11  8:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-11  8:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	a7067863418451b27130bb4300ac1890ff806c12

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Check for not allocated/associated values during array slicing

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/a7/a7067863418451b27130bb4300ac1890ff806c12/>

*** Diff to previous build ***
============================
PASS -> FAIL: 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 -> 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, 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_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 again, 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_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: 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 -> 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, 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_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_frame: thread 1.3: select frame 1, 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_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 -> 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: 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 -> 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 again, 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.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.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 -> 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, 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, 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=direct: test_cli_in_mi_thread: thread 1.3: 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_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 -> 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, 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_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 again, 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_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: 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 -> 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, 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_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_frame: thread 1.3: select frame 1, 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_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 -> 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: 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 -> 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 again, 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.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.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 -> 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, 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, 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: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: thread without args, event on CLI, ensure no output CLI
PASS -> FAIL: 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 -> 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: frame without args, 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: 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 CLI
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: 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 -> 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 CLI
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: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.2: flush MI
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 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 -> FAIL: 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 -> 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_select_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_thread: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: flush MI
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.2: thread without args, 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
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 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 -> 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_thread: thread 1.3: thread without args, event on MI, ensure no output MI
PASS -> FAIL: 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 -> 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 again, event on MI, ensure no output CLI
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: 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 -> 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: -stack-select-frame, event on MI, ensure no output CLI
PASS -> FAIL: 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 -> 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: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: flush MI
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 again, event on CLI, ensure no output CLI
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 again, event on CLI, ensure no output CLI
PASS -> FAIL: 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: inferior 2: continue to breakpoint: main breakpoint
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: inferior 2: set thread-specific breakpoint, thread 2.2
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: inferior 2: stop at breakpoint in main
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: inferior 2: thread 2.2 stops CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: inferior 2: thread 2.2 stops MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: main stop
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/RHEL-s390x-m64/xfails/master/xfail?id=34c43033>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=34c43033>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-10 20:13 [binutils-gdb] [gdb] Fix heap-buffer-overflow in cp_find_first_component_aux sergiodj+buildbot
@ 2019-06-10 20:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-10 20:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	9ab084121f50a6858b7298de6c5326cee3687c43

Author(s) (in the same order as the commits):
	Tom de Vries <tdevries@suse.de>

Subject:
	[gdb] Fix heap-buffer-overflow in cp_find_first_component_aux

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/9a/9ab084121f50a6858b7298de6c5326cee3687c43/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=34c43033>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=34c43033>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-10 19:29 [binutils-gdb] [gdb] Fix dynamic-stack-buffer-overflow in linespec_lexer_lex_string sergiodj+buildbot
@ 2019-06-10 19:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-10 19:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	f19e22e9226444ee566b5b5633c0a48a4f981eda

Author(s) (in the same order as the commits):
	Tom de Vries <tdevries@suse.de>

Subject:
	[gdb] Fix dynamic-stack-buffer-overflow in linespec_lexer_lex_string

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/f1/f19e22e9226444ee566b5b5633c0a48a4f981eda/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=34c43033>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=34c43033>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-10 19:04 [binutils-gdb] [gdb/symtab] Fix symbol loading performance regression sergiodj+buildbot
@ 2019-06-10 19:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-10 19:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	e99f9db0f5211455ca4256e8db9d9081967d255e

Author(s) (in the same order as the commits):
	Tom de Vries <tdevries@suse.de>

Subject:
	[gdb/symtab] Fix symbol loading performance regression

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/e9/e99f9db0f5211455ca4256e8db9d9081967d255e/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=34c43033>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=34c43033>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-10 15:47 [binutils-gdb] Update help text in ada-lang.c sergiodj+buildbot
@ 2019-06-10 15:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-10 15:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	9bf7038bb229d6e46a1f1861c257fc47843f114d

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Update help text in ada-lang.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/9b/9bf7038bb229d6e46a1f1861c257fc47843f114d/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=34c43033>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=34c43033>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-10 14:58 [binutils-gdb] Use gdbpy_enter in py-breakpoint.c sergiodj+buildbot
@ 2019-06-10 15:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-10 15:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	25ce02ee7b7667fb7bb882421ff869c080777bee

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use gdbpy_enter in py-breakpoint.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/25/25ce02ee7b7667fb7bb882421ff869c080777bee/>

*** 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
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: other threads ran - unlocked
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=34c43033>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=34c43033>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-10 13:53 [binutils-gdb] [gdb/symtab] Support DW_AT_main_subprogram with -readnow sergiodj+buildbot
@ 2019-06-10 14:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-10 14:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	81873cc81effbd657efe5f525d369e430ce77d7a

Author(s) (in the same order as the commits):
	Tom de Vries <tdevries@suse.de>

Subject:
	[gdb/symtab] Support DW_AT_main_subprogram with -readnow.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/81/81873cc81effbd657efe5f525d369e430ce77d7a/>





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

* Failures on RHEL-s390x-m64, branch master
  2019-06-07 15:36 [binutils-gdb] libctf: avoid strndup sergiodj+buildbot
@ 2019-06-07 15:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-07 15:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	942d35f72bea5a0d19a5d0e0a5ca533e37a88b2c

Author(s) (in the same order as the commits):
	Nick Alcock <nick.alcock@oracle.com>

Subject:
	libctf: avoid strndup

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/94/942d35f72bea5a0d19a5d0e0a5ca533e37a88b2c/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=c1adb933>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=c1adb933>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-07 15:10 [binutils-gdb] libctf: explicitly cast more size_t types used in printf()s sergiodj+buildbot
@ 2019-06-07 15:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-07 15:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	595a4d439bc5976d5bdf61da6d44337b3995d967

Author(s) (in the same order as the commits):
	Nick Alcock <nick.alcock@oracle.com>

Subject:
	libctf: explicitly cast more size_t types used in printf()s

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/59/595a4d439bc5976d5bdf61da6d44337b3995d967/>

*** 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://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=c1adb933>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=c1adb933>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-07 14:40 [binutils-gdb] libctf: mark various args as unused in the !HAVE_MMAP case sergiodj+buildbot
@ 2019-06-07 14:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-07 14:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	f5e73be11b24b6c4b7ecec5f762784c4bb40ec18

Author(s) (in the same order as the commits):
	Nick Alcock <nick.alcock@oracle.com>

Subject:
	libctf: mark various args as unused in the !HAVE_MMAP case

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/f5/f5e73be11b24b6c4b7ecec5f762784c4bb40ec18/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=c1adb933>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=c1adb933>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-07 13:33 [binutils-gdb] Apply substitute-path to relative filenames as well sergiodj+buildbot
@ 2019-06-07 13:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-07 13:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	4fa0265edea0940b865678d93749e224547dd36a

Author(s) (in the same order as the commits):
	Руслан Ижбулатов <lrn1986@gmail.com>

Subject:
	Apply substitute-path to relative filenames as well

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/4f/4fa0265edea0940b865678d93749e224547dd36a/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=c1adb933>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=c1adb933>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-06 18:15 [binutils-gdb] Add timestamps to "maint time" output sergiodj+buildbot
@ 2019-06-06 18:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-06 18:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	3847a7bfbf6340372962c07f31187ff87b4f492c

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Add timestamps to "maint time" output

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/38/3847a7bfbf6340372962c07f31187ff87b4f492c/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
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/RHEL-s390x-m64/xfails/master/xfail?id=c1adb933>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=c1adb933>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-06 15:13 [binutils-gdb] [BFD, AArch64] Fix PT_GNU_PROPERTY alignment issue sergiodj+buildbot
@ 2019-06-06 15:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-06 15:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	237df8fe1863bb47fcf71ce125cd962666173aaa

Author(s) (in the same order as the commits):
	Sudakshina Das <sudi.das@arm.com>

Subject:
	[BFD, AArch64] Fix PT_GNU_PROPERTY alignment issue

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/23/237df8fe1863bb47fcf71ce125cd962666173aaa/>

*** Diff to previous build ***
============================
PASS -> FAIL: 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 -> 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, 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_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 again, 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_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: 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 -> 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, 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_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_frame: thread 1.3: select frame 1, 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_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 -> 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: 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 -> 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 again, 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.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.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 -> 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, 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, 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=direct: test_cli_in_mi_thread: thread 1.3: 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_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 -> 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, 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_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 again, 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_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: 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 -> 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, 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_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_frame: thread 1.3: select frame 1, 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_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 -> 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: 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 -> 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 again, 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.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.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 -> 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, 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, 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: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: thread without args, event on CLI, ensure no output CLI
PASS -> FAIL: 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 -> 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: frame without args, 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: 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 CLI
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: 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 -> 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 CLI
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: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.2: flush MI
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 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 -> FAIL: 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 -> 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_select_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_thread: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: flush MI
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.2: thread without args, 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
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 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 -> 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_thread: thread 1.3: thread without args, event on MI, ensure no output MI
PASS -> FAIL: 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 -> 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 again, event on MI, ensure no output CLI
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: 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 -> 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: -stack-select-frame, event on MI, ensure no output CLI
PASS -> FAIL: 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 -> 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: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: flush MI
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 again, event on CLI, ensure no output CLI
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 again, event on CLI, ensure no output CLI
PASS -> FAIL: 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: inferior 2: continue to breakpoint: main breakpoint
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: inferior 2: set thread-specific breakpoint, thread 2.2
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: inferior 2: stop at breakpoint in main
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: inferior 2: thread 2.2 stops CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: inferior 2: thread 2.2 stops MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: main stop
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/RHEL-s390x-m64/xfails/master/xfail?id=c1adb933>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=c1adb933>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-06 13:19 [binutils-gdb] [LD, AArch64] Move ELF options behind -z sergiodj+buildbot
@ 2019-06-06 13:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-06 13:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	8bf6d176b0a442a8091d338d4af971591d19922c

Author(s) (in the same order as the commits):
	Sudakshina Das <sudi.das@arm.com>

Subject:
	[LD, AArch64] Move ELF options behind -z

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/8b/8bf6d176b0a442a8091d338d4af971591d19922c/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=c1adb933>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=c1adb933>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-05 13:33 [binutils-gdb] gdb/testsuite: Improve comments in recently added test sergiodj+buildbot
@ 2019-06-05 13:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-05 13:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	0088ba596bba2e0b94139f1c2c4f5875848edbd6

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/testsuite: Improve comments in recently added test

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/00/0088ba596bba2e0b94139f1c2c4f5875848edbd6/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=c1adb933>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=c1adb933>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-05 10:48 [binutils-gdb] gdb/riscv: Don't error when decoding a 6 or 8 byte instruction sergiodj+buildbot
@ 2019-06-05 10:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-05 10:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	312617a3d06b8df67b9f4f63f92ebfaa6b591921

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/riscv: Don't error when decoding a 6 or 8 byte instruction

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/31/312617a3d06b8df67b9f4f63f92ebfaa6b591921/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=c1adb933>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=c1adb933>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-04 23:38 [binutils-gdb] Introduce and use make_unique_xstrdup sergiodj+buildbot
@ 2019-06-04 23:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-04 23:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	b02f78f9285728ce2d05ce01e7b14880f70cd6e6

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Introduce and use make_unique_xstrdup

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/b0/b02f78f9285728ce2d05ce01e7b14880f70cd6e6/>

*** Diff to previous build ***
============================
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 -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=c1adb933>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=c1adb933>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-04 21:37 [binutils-gdb] Use CHAR_BIT instead of NBBY in libctf sergiodj+buildbot
@ 2019-06-04 21:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-04 21:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	76fad9996335e52f177c99c1ebf024fc7f761be2

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Use CHAR_BIT instead of NBBY in libctf

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/76/76fad9996335e52f177c99c1ebf024fc7f761be2/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=c1adb933>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=c1adb933>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-04 21:05 [binutils-gdb] i386: Check for reserved VEX.vvvv and EVEX.vvvv sergiodj+buildbot
@ 2019-06-04 21:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-04 21:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	63c6fc6cacf82e6b39f7373d44c1e1e1a0a757fa

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

Subject:
	i386: Check for reserved VEX.vvvv and EVEX.vvvv

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/63/63c6fc6cacf82e6b39f7373d44c1e1e1a0a757fa/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=c1adb933>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=c1adb933>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-04 19:41 [binutils-gdb] libctf: work on platforms without O_CLOEXEC sergiodj+buildbot
@ 2019-06-04 19:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-04 19:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	ad118caa9f690114d11384b0813f30980cc333f3

Author(s) (in the same order as the commits):
	Nick Alcock <nick.alcock@oracle.com>

Subject:
	libctf: work on platforms without O_CLOEXEC.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ad/ad118caa9f690114d11384b0813f30980cc333f3/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=c1adb933>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=c1adb933>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-04 19:32 [binutils-gdb] libctf: look for BSD versus GNU qsort_r signatures sergiodj+buildbot
@ 2019-06-04 19:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-04 19:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	6b22174ff163b828a2069f22353018ca97fc0fb4

Author(s) (in the same order as the commits):
	Nick Alcock <nick.alcock@oracle.com>

Subject:
	libctf: look for BSD versus GNU qsort_r signatures

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/6b/6b22174ff163b828a2069f22353018ca97fc0fb4/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=c1adb933>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=c1adb933>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-04 18:26 [binutils-gdb] libctf: fix the type of ctf_enum.cte_value sergiodj+buildbot
@ 2019-06-04 18:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-04 18:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	a610aa4f9cf61d38b8e0fe60dfaac078d636089f

Author(s) (in the same order as the commits):
	Nick Alcock <nick.alcock@oracle.com>

Subject:
	libctf: fix the type of ctf_enum.cte_value

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/a6/a610aa4f9cf61d38b8e0fe60dfaac078d636089f/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=c1adb933>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=c1adb933>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-04 17:31 [binutils-gdb] Enable Intel AVX512_VP2INTERSECT insn sergiodj+buildbot
@ 2019-06-04 17:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-04 17:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	9186c494a3bb61a55a29ec04aa0d1684a8c46838

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

Subject:
	Enable Intel AVX512_VP2INTERSECT insn

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/91/9186c494a3bb61a55a29ec04aa0d1684a8c46838/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=c1adb933>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=c1adb933>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-04 17:11 [binutils-gdb] Add support for Intel ENQCMD[S] instructions sergiodj+buildbot
@ 2019-06-04 17:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-04 17:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	5d79adc4b22b0abd4f12ea973a00e7fb0c1dad64

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

Subject:
	Add support for Intel ENQCMD[S] instructions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/5d/5d79adc4b22b0abd4f12ea973a00e7fb0c1dad64/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=c1adb933>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=c1adb933>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-04 16:45 [binutils-gdb] Add an objfile getter to gdb.Type sergiodj+buildbot
@ 2019-06-04 16:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-04 16:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	e1f2e1a2dadbaeffe0a8a6da7aab7effc6b046d2

Author(s) (in the same order as the commits):
	Christian Biesinger via gdb-patches <gdb-patches@sourceware.org>

Subject:
	Add an objfile getter to gdb.Type

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/e1/e1f2e1a2dadbaeffe0a8a6da7aab7effc6b046d2/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=c1adb933>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=c1adb933>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-04 16:15 [binutils-gdb] Remove an unnecessary set of parentheses in the arm-dis.c source file sergiodj+buildbot
@ 2019-06-04 16:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-04 16:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	a9d96ab97edabea31bed089bfd4caca80838e31c

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Remove an unnecessary set of parentheses in the arm-dis.c source file.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/a9/a9d96ab97edabea31bed089bfd4caca80838e31c/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: breakpoint 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/RHEL-s390x-m64/xfails/master/xfail?id=c1adb933>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=c1adb933>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-03 23:06 [binutils-gdb] Document in NEWS and gdb.texinfo the "help", "apropos" and "show style" changes sergiodj+buildbot
@ 2019-06-03 23:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-03 23:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	e664d728038abf414b6fb1a1c8cd3aacd0bb3b67

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Document in NEWS and gdb.texinfo the "help", "apropos" and "show style" changes.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/e6/e664d728038abf414b6fb1a1c8cd3aacd0bb3b67/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-nonstop.exp: wait for thread exit
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/RHEL-s390x-m64/xfails/master/xfail?id=c1adb933>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=c1adb933>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-03 22:28 [binutils-gdb] Update tests following changes to "help" and "apropos" sergiodj+buildbot
@ 2019-06-03 22:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-03 22:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	206584bdf15aa19bb3c971b28e2c1fc04f32d027

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Update tests following changes to "help" and "apropos"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/20/206584bdf15aa19bb3c971b28e2c1fc04f32d027/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=c1adb933>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=c1adb933>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-03 22:05 [binutils-gdb] Improve usability and/or readibility of help and apropos output sergiodj+buildbot
@ 2019-06-03 22:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-03 22:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	66d8c862859ab241c1db9b40c3981f8a71951bd4

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Improve usability and/or readibility of help and apropos output.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/66/66d8c862859ab241c1db9b40c3981f8a71951bd4/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/help.exp: help aliases
PASS -> FAIL: gdb.base/help.exp: help breakpoints
PASS -> FAIL: gdb.base/help.exp: help data
PASS -> FAIL: gdb.base/help.exp: help delete
PASS -> FAIL: gdb.base/help.exp: help delete "d" abbreviation
PASS -> FAIL: gdb.base/help.exp: help files
PASS -> FAIL: gdb.base/help.exp: help internals
PASS -> FAIL: gdb.base/help.exp: help obscure
PASS -> FAIL: gdb.base/help.exp: help running
PASS -> FAIL: gdb.base/help.exp: help stack
PASS -> FAIL: gdb.base/help.exp: help status
PASS -> FAIL: gdb.base/help.exp: help support
PASS -> FAIL: gdb.base/help.exp: help tracepoints
PASS -> FAIL: gdb.base/help.exp: help user-defined
PASS -> FAIL: gdb.base/maint.exp: help maint
PASS -> FAIL: gdb.base/maint.exp: help maint info
PASS -> FAIL: gdb.base/maint.exp: help maint print
PASS -> FAIL: gdb.cp/maint.exp: help maint cp
PASS -> FAIL: gdb.cp/maint.exp: help maintenance cplus
PASS -> FAIL: gdb.python/py-cmd.exp: see user-defined command in `help user-defined`
PASS -> FAIL: gdb.trace/tracecmd.exp: 1.0: help tracepoints
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=c1adb933>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=c1adb933>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-03 21:49 [binutils-gdb] Add highlight style, title style, fputs_highlighted. Improve 'show style' sergiodj+buildbot
@ 2019-06-03 21:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-03 21:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	9303eb2fb1630678def10613c81215c2bd21d278

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Add highlight style, title style, fputs_highlighted. Improve 'show style'

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/93/9303eb2fb1630678def10613c81215c2bd21d278/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=c1adb933>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=c1adb933>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-03 21:15 [binutils-gdb] Revert patch that disables building libctf for non-ELF based targets sergiodj+buildbot
@ 2019-06-03 21:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-03 21:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	79b377b3cf3a0e71e1e4710c4ee1e65e7a27a5d4

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Revert patch that disables building libctf for non-ELF based targets.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/79/79b377b3cf3a0e71e1e4710c4ee1e65e7a27a5d4/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=c1adb933>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=c1adb933>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-03 16:02 [binutils-gdb] Don't waste space in prefix_opcd_indices sergiodj+buildbot
@ 2019-06-03 16:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-03 16:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	4f6d070adb32e61c3c61e621c6566fc2d5af2232

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Don't waste space in prefix_opcd_indices

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/4f/4f6d070adb32e61c3c61e621c6566fc2d5af2232/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=c1adb933>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=c1adb933>




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

* Failures on RHEL-s390x-m64, branch master
  2019-06-03  2:58 [binutils-gdb] Remove fromhex implementation from gdbreplay sergiodj+buildbot
@ 2019-06-03  2:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-06-03  2:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	88ed7edbc632245fad33145e723d27976b6732ca

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove fromhex implementation from gdbreplay

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/88/88ed7edbc632245fad33145e723d27976b6732ca/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=c1adb933>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=c1adb933>




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

* Failures on RHEL-s390x-m64, branch master
  2019-05-31 18:35 [binutils-gdb] NEWS and documentation for | (pipe) command sergiodj+buildbot
@ 2019-05-31 18:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-31 18:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	e2c52041c02e2bdee5b28e97c7997caf0ee5bb2d

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	NEWS and documentation for | (pipe) command.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/e2/e2c52041c02e2bdee5b28e97c7997caf0ee5bb2d/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=75209240>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=75209240>




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

* Failures on RHEL-s390x-m64, branch master
  2019-05-31 18:04 [binutils-gdb] Implement | (pipe) command sergiodj+buildbot
@ 2019-05-31 18:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-31 18:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	947d39462e26b0edee9b58003ea579552dbf4fa8

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Implement | (pipe) command.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/94/947d39462e26b0edee9b58003ea579552dbf4fa8/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/default.exp: show convenience
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/RHEL-s390x-m64/xfails/master/xfail?id=75209240>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=75209240>




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

* Failures on RHEL-s390x-m64, branch master
  2019-05-31 17:03 [binutils-gdb] Add previous_saved_command_line to allow a command to repeat a previous command sergiodj+buildbot
@ 2019-05-31 17:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-31 17:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	68bb5386b84af4031175bf186269eb6b54b8611d

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Add previous_saved_command_line to allow a command to repeat a previous command.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/68/68bb5386b84af4031175bf186269eb6b54b8611d/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=75209240>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=75209240>




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

* Failures on RHEL-s390x-m64, branch master
  2019-05-31 15:41 [binutils-gdb] libctf: fix a number of build problems found on Solaris and NetBSD sergiodj+buildbot
@ 2019-05-31 14:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-31 14:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	a0486bac41d6ce47f27795a5abbca5cc53ddba00

Author(s) (in the same order as the commits):
	Jose E. Marchesi <jose.marchesi@oracle.com>

Subject:
	libctf: fix a number of build problems found on Solaris and NetBSD

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/a0/a0486bac41d6ce47f27795a5abbca5cc53ddba00/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=75209240>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=75209240>




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

* Failures on RHEL-s390x-m64, branch master
  2019-05-30 14:19 [binutils-gdb] Initialize variable word in complete sergiodj+buildbot
@ 2019-05-30 15:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-30 15:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	0ef209f22c24b9243de68c35c576f7111198f915

Author(s) (in the same order as the commits):
	Jan Vrany <jan.vrany@fit.cvut.cz>

Subject:
	Initialize variable word in complete

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/0e/0ef209f22c24b9243de68c35c576f7111198f915/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=75209240>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=75209240>




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

* Failures on RHEL-s390x-m64, branch master
  2019-05-29 21:49 [binutils-gdb] Don't crash is dwarf_decode_macro_bytes's 'body' is NULL, even when '!is_define' sergiodj+buildbot
@ 2019-05-29 22:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-29 22:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	955b06fa576df1a6954263043ea3f3a5b9ad5940

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Don't crash is dwarf_decode_macro_bytes's 'body' is NULL, even when '!is_define'

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/95/955b06fa576df1a6954263043ea3f3a5b9ad5940/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=75209240>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=75209240>




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

* Failures on RHEL-s390x-m64, branch master
  2019-05-29 17:24 [binutils-gdb] Fix failure in gdb.ada/complete.exp sergiodj+buildbot
@ 2019-05-29 18:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-29 18:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	f49055a52f04f75b6560f304eb975128dd82ad68

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Fix failure in gdb.ada/complete.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/f4/f49055a52f04f75b6560f304eb975128dd82ad68/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=75209240>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=75209240>




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

* Failures on RHEL-s390x-m64, branch master
  2019-05-29 16:38 [binutils-gdb] Make some DWARF complaints clearer sergiodj+buildbot
@ 2019-05-29 18:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-29 18:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	fa9c3fa035433debc24503e32c59688650ffcdbb

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Make some DWARF complaints clearer

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/fa/fa9c3fa035433debc24503e32c59688650ffcdbb/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-complete.exp: -complete br, max-completions 0
PASS -> FAIL: gdb.mi/mi-complete.exp: -complete br, max-completions 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/RHEL-s390x-m64/xfails/master/xfail?id=75209240>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=75209240>




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

* Failures on RHEL-s390x-m64, branch master
  2019-05-29 16:06 [binutils-gdb] Add new GCC 9 warnings to warnings.m4 sergiodj+buildbot
@ 2019-05-29 16:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-29 16:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	33a6bc350f5b4f03d586ba9d32667b6fea1dce4a

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Add new GCC 9 warnings to warnings.m4

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/33/33a6bc350f5b4f03d586ba9d32667b6fea1dce4a/>

*** 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=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/RHEL-s390x-m64/xfails/master/xfail?id=75209240>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=75209240>




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

* Failures on RHEL-s390x-m64, branch master
  2019-05-29 12:50 [binutils-gdb] Sync top level files with versions from gcc sergiodj+buildbot
@ 2019-05-29 13:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-29 13:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	f948b2de97884bfb4e5fc11d40a6bea9e0b096ae

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Sync top level files with versions from gcc.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/f9/f948b2de97884bfb4e5fc11d40a6bea9e0b096ae/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=75209240>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=75209240>




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

* Failures on RHEL-s390x-m64, branch master
  2019-05-29 11:42 [binutils-gdb] Do not build libctf for targets that do not use the ELF file format sergiodj+buildbot
@ 2019-05-29 11:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-29 11:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	90bd54236cb8b1c31c3662977159be971044c20d

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Do not build libctf for targets that do not use the ELF file format.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/90/90bd54236cb8b1c31c3662977159be971044c20d/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=75209240>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=75209240>




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

* Failures on RHEL-s390x-m64, branch master
  2019-05-29  1:13 [binutils-gdb] MIPS/LD: Skip overflow check for %pcrel_hi relocations sergiodj+buildbot
@ 2019-05-29  6:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-29  6:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	1e129bbefadbf09ace0fc7fcb3cfcda13700e3b8

Author(s) (in the same order as the commits):
	Faraz Shahbazker <fshahbazker@wavecomp.com>

Subject:
	MIPS/LD: Skip overflow check for %pcrel_hi relocations

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/1e/1e129bbefadbf09ace0fc7fcb3cfcda13700e3b8/>

*** 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=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/RHEL-s390x-m64/xfails/master/xfail?id=75209240>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=75209240>




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

* Failures on RHEL-s390x-m64, branch master
  2019-05-29  1:04 [binutils-gdb] Remove find_old_style_renaming_symbol sergiodj+buildbot
@ 2019-05-29  5:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-29  5:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	c0e70c624fc7d89f5cf281350692de89a063786f

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Remove find_old_style_renaming_symbol

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/c0/c0e70c624fc7d89f5cf281350692de89a063786f/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=75209240>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=75209240>




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

* Failures on RHEL-s390x-m64, branch master
  2019-05-29  0:56 [binutils-gdb] Add libctf to top-level MAINTAINERS; add myself as CTF maintainer sergiodj+buildbot
@ 2019-05-29  5:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-29  5:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	88981b157b08f2e9a404a2f86d4ee131f17ce3d4

Author(s) (in the same order as the commits):
	Nick Alcock <nick.alcock@oracle.com>

Subject:
	Add libctf to top-level MAINTAINERS; add myself as CTF maintainer.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/88/88981b157b08f2e9a404a2f86d4ee131f17ce3d4/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=75209240>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=75209240>




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

* Failures on RHEL-s390x-m64, branch master
  2019-05-29  0:50 [binutils-gdb] libctf: build system sergiodj+buildbot
@ 2019-05-29  5:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-29  5:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	0e65dfbaf3a0299e4837216a103c28625d4b4f1d

Author(s) (in the same order as the commits):
	Nick Alcock <nick.alcock@oracle.com>

Subject:
	libctf: build system

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/0e/0e65dfbaf3a0299e4837216a103c28625d4b4f1d/>

*** 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/watchpoint-fork.exp: parent: 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/RHEL-s390x-m64/xfails/master/xfail?id=75209240>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=75209240>




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

* Failures on RHEL-s390x-m64, branch master
  2019-05-29  4:51 [binutils-gdb] libctf: debug dumping sergiodj+buildbot
@ 2019-05-29  4:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-29  4:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	a30b3e182aad25f94de6412efd5d78f7805fb4d3

Author(s) (in the same order as the commits):
	Nick Alcock <nick.alcock@oracle.com>

Subject:
	libctf: debug dumping

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/a3/a30b3e182aad25f94de6412efd5d78f7805fb4d3/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=75209240>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=75209240>




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

* Failures on RHEL-s390x-m64, branch master
  2019-05-29  4:47 [binutils-gdb] libctf: labels sergiodj+buildbot
@ 2019-05-29  4:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-29  4:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	6dbf2b734063522b4f3d7403ce7a2b436802b839

Author(s) (in the same order as the commits):
	Nick Alcock <nick.alcock@oracle.com>

Subject:
	libctf: labels

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/6d/6dbf2b734063522b4f3d7403ce7a2b436802b839/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=75209240>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=75209240>




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

* Failures on RHEL-s390x-m64, branch master
  2019-05-29  4:16 [binutils-gdb] libctf: library version enforcement sergiodj+buildbot
@ 2019-05-29  4:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-29  4:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	6c33b742ce19cc2fd226d84f2991572239199a62

Author(s) (in the same order as the commits):
	Nick Alcock <nick.alcock@oracle.com>

Subject:
	libctf: library version enforcement

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/6c/6c33b742ce19cc2fd226d84f2991572239199a62/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=75209240>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=75209240>




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

* Failures on RHEL-s390x-m64, branch master
  2019-05-29  3:57 [binutils-gdb] libctf: type copying sergiodj+buildbot
@ 2019-05-29  3:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-29  3:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	c499eb6896cd803d26da8c719bfac9c03e596c08

Author(s) (in the same order as the commits):
	Nick Alcock <nick.alcock@oracle.com>

Subject:
	libctf: type copying

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/c4/c499eb6896cd803d26da8c719bfac9c03e596c08/>

*** Diff to previous build ***
============================
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 -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=75209240>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=75209240>




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

* Failures on RHEL-s390x-m64, branch master
  2019-05-29  3:33 [binutils-gdb] libctf: core type lookup sergiodj+buildbot
@ 2019-05-29  3:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-29  3:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	316afdb130346e44622229793d1fb8d391059f8d

Author(s) (in the same order as the commits):
	Nick Alcock <nick.alcock@oracle.com>

Subject:
	libctf: core type lookup

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/31/316afdb130346e44622229793d1fb8d391059f8d/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=75209240>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=75209240>




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

* Failures on RHEL-s390x-m64, branch master
  2019-05-29  3:14 [binutils-gdb] libctf: mmappable archives sergiodj+buildbot
@ 2019-05-29  3:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-29  3:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	9402cc593f4aa54677203efa9a92c4f28d3033eb

Author(s) (in the same order as the commits):
	Nick Alcock <nick.alcock@oracle.com>

Subject:
	libctf: mmappable archives

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/94/9402cc593f4aa54677203efa9a92c4f28d3033eb/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=75209240>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=75209240>




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

* Failures on RHEL-s390x-m64, branch master
  2019-05-29  2:19 [binutils-gdb] libctf: opening sergiodj+buildbot
@ 2019-05-29  2:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-29  2:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	72f3392127e1892cb203a98092b4ae32485365fe

Author(s) (in the same order as the commits):
	Nick Alcock <nick.alcock@oracle.com>

Subject:
	libctf: opening

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/72/72f3392127e1892cb203a98092b4ae32485365fe/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=75209240>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=75209240>




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

* Failures on RHEL-s390x-m64, branch master
  2019-05-29  1:53 [binutils-gdb] libctf: creation functions sergiodj+buildbot
@ 2019-05-29  1:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-29  1:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

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

Commit(s) tested:
	47d546f427d0d3bf9f503b5b118ae05b49d73d28

Author(s) (in the same order as the commits):
	Nick Alcock <nick.alcock@oracle.com>

Subject:
	libctf: creation functions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/47/47d546f427d0d3bf9f503b5b118ae05b49d73d28/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=75209240>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=75209240>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-29  1:35 [binutils-gdb] libctf: hashing sergiodj+buildbot
@ 2019-05-29  1:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-29  1:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10088>

Commit(s) tested:
	c0754cdd9af6d8259eac5c9daad9f9b0611358dd

Author(s) (in the same order as the commits):
	Nick Alcock <nick.alcock@oracle.com>

Subject:
	libctf: hashing

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/c0/c0754cdd9af6d8259eac5c9daad9f9b0611358dd/>

*** 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
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=75209240>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=75209240>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-29  0:36 [binutils-gdb] libctf: low-level list manipulation and helper utilities sergiodj+buildbot
@ 2019-05-29  0:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-29  0:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10086>

Commit(s) tested:
	94585e7f93c9477bcf2835d8245e967053ce2b41

Author(s) (in the same order as the commits):
	Nick Alcock <nick.alcock@oracle.com>

Subject:
	libctf: low-level list manipulation and helper utilities

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/94/94585e7f93c9477bcf2835d8245e967053ce2b41/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=75209240>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=75209240>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-29  0:11 [binutils-gdb] include: new header ctf-api.h sergiodj+buildbot
@ 2019-05-29  0:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-29  0:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10084>

Commit(s) tested:
	2e94b05630514109994abb77ee2dae730f17c263

Author(s) (in the same order as the commits):
	Nick Alcock <nick.alcock@oracle.com>

Subject:
	include: new header ctf-api.h

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/2e/2e94b05630514109994abb77ee2dae730f17c263/>

*** 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=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/RHEL-s390x-m64/xfails/master/xfail?id=75209240>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=75209240>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-29  0:08 [binutils-gdb] Suppress SIGTTOU when handling errors sergiodj+buildbot
@ 2019-05-29  0:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-29  0:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10082>

Commit(s) tested:
	766f883622ef008230250aa5aecef9fb9b29f233

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Suppress SIGTTOU when handling errors

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/76/766f883622ef008230250aa5aecef9fb9b29f233/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=75209240>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=75209240>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-29  0:06 [binutils-gdb] Microblaze linker segmentation fault sergiodj+buildbot
@ 2019-05-29  0:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-29  0:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10080>

Commit(s) tested:
	94667ab146a0c94f87f3d9aa7d1c819663b28338

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Microblaze linker segmentation fault

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/94/94667ab146a0c94f87f3d9aa7d1c819663b28338/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=75209240>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=75209240>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-29  0:04 [binutils-gdb] Alpha-linux linker segmentation fault sergiodj+buildbot
@ 2019-05-29  0:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-29  0:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10079>

Commit(s) tested:
	28fbeab8064f97ca5fe1a851fdc4146b7aed8863

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Alpha-linux linker segmentation fault

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/28/28fbeab8064f97ca5fe1a851fdc4146b7aed8863/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=75209240>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=75209240>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-29  0:02 [binutils-gdb] LM32 linker segmentation faults sergiodj+buildbot
@ 2019-05-29  0:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-29  0:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10078>

Commit(s) tested:
	a0f6fd217fa53ab80a335fb69f12f1f28ac3335a

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	LM32 linker segmentation faults

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/a0/a0f6fd217fa53ab80a335fb69f12f1f28ac3335a/>

*** Diff to previous build ***
============================
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 -> 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/RHEL-s390x-m64/xfails/master/xfail?id=75209240>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=75209240>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-28  5:51 [binutils-gdb] HPPA64 linker segmentation faults sergiodj+buildbot
@ 2019-05-28  6:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-28  6:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10076>

Commit(s) tested:
	586338b839d3f65d22eb3baef41f7395974f1f11

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	HPPA64 linker segmentation faults

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/58/586338b839d3f65d22eb3baef41f7395974f1f11/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=75209240>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=75209240>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-28  5:01 [binutils-gdb] Obsolete tic30-aout, and linker segmentation faults sergiodj+buildbot
@ 2019-05-28  5:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-28  5:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10075>

Commit(s) tested:
	a7b34aba62ce347b4e64ca197a5c8b997e3b72df

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Obsolete tic30-aout, and linker segmentation faults

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/a7/a7b34aba62ce347b4e64ca197a5c8b997e3b72df/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.linespec/explicit.exp: complete with no arguments and no symbols: cmd complete "b "
PASS -> FAIL: gdb.linespec/explicit.exp: complete with no arguments and no symbols: cmd complete "b -"
PASS -> FAIL: gdb.linespec/explicit.exp: complete with no arguments and no symbols: tab complete "b "
PASS -> FAIL: gdb.linespec/explicit.exp: complete with no arguments and no symbols: tab complete "b -"
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=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/RHEL-s390x-m64/xfails/master/xfail?id=75209240>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=75209240>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-28  3:44 [binutils-gdb] Fix typo in gdb/NEWS sergiodj+buildbot
@ 2019-05-28  3:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-28  3:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10073>

Commit(s) tested:
	eb41253a15e2c976869ba1b1f0c3c0e60065fd4f

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Fix typo in gdb/NEWS

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/eb/eb41253a15e2c976869ba1b1f0c3c0e60065fd4f/>

*** Diff to previous build ***
============================
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 -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=75209240>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=75209240>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-27  9:04 [binutils-gdb] Another generic ELF target assertion failure sergiodj+buildbot
@ 2019-05-27  9:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-27  9:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10072>

Commit(s) tested:
	ce5aecf87372749a5ec511f218956756aa185d0f

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Another generic ELF target assertion failure

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ce/ce5aecf87372749a5ec511f218956756aa185d0f/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=75209240>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=75209240>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-27  8:33 [binutils-gdb] Generic ELF target group signature symbol sergiodj+buildbot
@ 2019-05-27  8:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-27  8:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10071>

Commit(s) tested:
	3d7d6a6ff4678685f86976f08ab4c9c639e262e1

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Generic ELF target group signature symbol

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/3d/3d7d6a6ff4678685f86976f08ab4c9c639e262e1/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=75209240>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=75209240>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-25  0:56 [binutils-gdb] aarch64: handle STO_AARCH64_VARIANT_PCS in bfd sergiodj+buildbot
@ 2019-05-25  1:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-25  1:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10069>

Commit(s) tested:
	823710d5856996d1f54f04ecb2f7647aeae99b5b

Author(s) (in the same order as the commits):
	Szabolcs Nagy <szabolcs.nagy@arm.com>

Subject:
	aarch64: handle STO_AARCH64_VARIANT_PCS in bfd

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/82/823710d5856996d1f54f04ecb2f7647aeae99b5b/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=b69c6033>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=b69c6033>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-25  0:33 [binutils-gdb] aarch64: add STO_AARCH64_VARIANT_PCS and DT_AARCH64_VARIANT_PCS sergiodj+buildbot
@ 2019-05-25  0:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-25  0:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10068>

Commit(s) tested:
	2301ed1c9af1316b4bad3747d2b03f7d44940f87

Author(s) (in the same order as the commits):
	Szabolcs Nagy <szabolcs.nagy@arm.com>

Subject:
	aarch64: add STO_AARCH64_VARIANT_PCS and DT_AARCH64_VARIANT_PCS

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/23/2301ed1c9af1316b4bad3747d2b03f7d44940f87/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: 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/RHEL-s390x-m64/xfails/master/xfail?id=b69c6033>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=b69c6033>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-24  4:14 [binutils-gdb] PowerPC notoc linkage stubs sergiodj+buildbot
@ 2019-05-24  4:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-24  4:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10065>

Commit(s) tested:
	04bdff6a76b863e61ee46375dd7cdc9adfb75540

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PowerPC notoc linkage stubs

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/04/04bdff6a76b863e61ee46375dd7cdc9adfb75540/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=b69c6033>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=b69c6033>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-24  3:52 [binutils-gdb] PowerPC GOT_PCREL34 optimisation sergiodj+buildbot
@ 2019-05-24  3:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-24  3:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10064>

Commit(s) tested:
	4a421c53cf609d68fe956c2e7270d34c0ab8500f

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PowerPC GOT_PCREL34 optimisation

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/4a/4a421c53cf609d68fe956c2e7270d34c0ab8500f/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=b69c6033>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=b69c6033>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-24  3:29 [binutils-gdb] PowerPC relocations for prefix insns sergiodj+buildbot
@ 2019-05-24  3:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-24  3:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10063>

Commit(s) tested:
	5663e321848545857a690f30a780187e3366bd2d

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PowerPC relocations for prefix insns

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/56/5663e321848545857a690f30a780187e3366bd2d/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=b69c6033>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=b69c6033>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-24  3:11 [binutils-gdb] PowerPC D-form prefixed loads and stores sergiodj+buildbot
@ 2019-05-24  3:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-24  3:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10062>

Commit(s) tested:
	8acf14351c818d956babe50e61711740f378c941

Author(s) (in the same order as the commits):
	Peter Bergner <bergner@linux.ibm.com>

Subject:
	PowerPC D-form prefixed loads and stores

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/8a/8acf14351c818d956babe50e61711740f378c941/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=b69c6033>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=b69c6033>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-24  2:50 [binutils-gdb] PowerPC add initial -mfuture instruction support sergiodj+buildbot
@ 2019-05-24  3:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-24  3:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10061>

Commit(s) tested:
	dd7efa79151ed5a56caccfac870865764d922a2f

Author(s) (in the same order as the commits):
	Peter Bergner <bergner@linux.ibm.com>

Subject:
	PowerPC add initial -mfuture instruction support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/dd/dd7efa79151ed5a56caccfac870865764d922a2f/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=b69c6033>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=b69c6033>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-23 20:19 [binutils-gdb] opcodes: add support for eBPF sergiodj+buildbot
@ 2019-05-23 20:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-23 20:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10059>

Commit(s) tested:
	79472b45328232b083e897a511d4160a6dde0463

Author(s) (in the same order as the commits):
	Jose E. Marchesi <jose.marchesi@oracle.com>

Subject:
	opcodes: add support for eBPF

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/79/79472b45328232b083e897a511d4160a6dde0463/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=b69c6033>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=b69c6033>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-23 19:17 [binutils-gdb] include: add elf/bpf.h sergiodj+buildbot
@ 2019-05-23 19:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-23 19:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10057>

Commit(s) tested:
	8ebe62124023224eafd1b82c8bc2325962711ef8

Author(s) (in the same order as the commits):
	Jose E. Marchesi <jose.marchesi@oracle.com>

Subject:
	include: add elf/bpf.h

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/8e/8ebe62124023224eafd1b82c8bc2325962711ef8/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=b69c6033>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=b69c6033>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-23 18:17 [binutils-gdb] config.guess, config.sub: synchronize with config project master sources sergiodj+buildbot
@ 2019-05-23 18:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-23 18:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10056>

Commit(s) tested:
	2376c3702e43ad8a717d80888b34e1e7eaeacaa8

Author(s) (in the same order as the commits):
	Jose E. Marchesi <jose.marchesi@oracle.com>

Subject:
	config.guess,config.sub: synchronize with config project master sources

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/23/2376c3702e43ad8a717d80888b34e1e7eaeacaa8/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=b69c6033>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=b69c6033>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-23  1:16 [binutils-gdb] Constify target_ops::follow_exec sergiodj+buildbot
@ 2019-05-23  1:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-23  1:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10055>

Commit(s) tested:
	4ca51187d21562b6626eea2bd0e45f6b64719dfd

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Constify target_ops::follow_exec

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/4c/4ca51187d21562b6626eea2bd0e45f6b64719dfd/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=b69c6033>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=b69c6033>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-22 20:42 [binutils-gdb] Add "style" proc to the test suite sergiodj+buildbot
@ 2019-05-22 20:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-22 20:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10054>

Commit(s) tested:
	18125b163947bfd0c358d4a5acf4e0e3b43b64cf

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Add "style" proc to the test suite

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/18/18125b163947bfd0c358d4a5acf4e0e3b43b64cf/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=b69c6033>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=b69c6033>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-22 18:33 [binutils-gdb] [gdb/testsuite] Require c++11 for gdb.base/align.exp sergiodj+buildbot
@ 2019-05-22 18:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-22 18:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10053>

Commit(s) tested:
	af1a8d038798bef11471e28d999ad1687312a6a7

Author(s) (in the same order as the commits):
	Tom de Vries <tdevries@suse.de>

Subject:
	[gdb/testsuite] Require c++11 for gdb.base/align.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/af/af1a8d038798bef11471e28d999ad1687312a6a7/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-complete.exp: -complete br, max-completions 0
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/RHEL-s390x-m64/xfails/master/xfail?id=b69c6033>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=b69c6033>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-22 16:32 [binutils-gdb] AArch64: Treat pauth ops as nops on non-pauth systems sergiodj+buildbot
@ 2019-05-22 16:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-22 16:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10051>

Commit(s) tested:
	8fca4da0759df376bcb646bc4b79a92ba27e2362

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	AArch64: Treat pauth ops as nops on non-pauth systems

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/8f/8fca4da0759df376bcb646bc4b79a92ba27e2362/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=b69c6033>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=b69c6033>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-22 14:47 [binutils-gdb] Document gdb.in/gdb.cmd files and debugredirect cli command sergiodj+buildbot
@ 2019-05-22 14:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-22 14:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10050>

Commit(s) tested:
	b706061469811a16ff2fb8d42f6e98a22e454212

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Document gdb.in/gdb.cmd files and debugredirect cli command

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/b7/b706061469811a16ff2fb8d42f6e98a22e454212/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=b69c6033>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=b69c6033>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-22 11:18 [binutils-gdb] ARM STM32L4XX erratum test failure with MALLOC_PERTURB_ sergiodj+buildbot
@ 2019-05-22 11:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-22 11:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10048>

Commit(s) tested:
	b0f4fbf81a1cf67d49558b2e8890e5c8628f8403

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	ARM STM32L4XX erratum test failure with MALLOC_PERTURB_

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/b0/b0f4fbf81a1cf67d49558b2e8890e5c8628f8403/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=b69c6033>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=b69c6033>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-22  0:49 [binutils-gdb] gdb/fortran: Handle gdbarch_floatformat_for_type returning nullptr sergiodj+buildbot
@ 2019-05-22  0:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-22  0:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10045>

Commit(s) tested:
	dc42e902cc54af2b7e7b54a1171d562f867342d5

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/fortran: Handle gdbarch_floatformat_for_type returning nullptr

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/dc/dc42e902cc54af2b7e7b54a1171d562f867342d5/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=b69c6033>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=b69c6033>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-21 21:26 [binutils-gdb] MIPS/LD: Reject tprel_hi and tprel_lo relocations in shared library sergiodj+buildbot
@ 2019-05-21 21:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-21 21:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10044>

Commit(s) tested:
	b474a2022dc14fea0dd8ea4cc66b813486132075

Author(s) (in the same order as the commits):
	Faraz Shahbazker <fshahbazker@wavecomp.com>

Subject:
	MIPS/LD: Reject tprel_hi and tprel_lo relocations in shared library

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/b4/b474a2022dc14fea0dd8ea4cc66b813486132075/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=b69c6033>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=b69c6033>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-21 20:39 [binutils-gdb] MIPS/LD: Fix memory fault linking non-PIC object in to shared library sergiodj+buildbot
@ 2019-05-21 21:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-21 21:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10043>

Commit(s) tested:
	304f09d0d4b519f143144d213e1280a0691de8ba

Author(s) (in the same order as the commits):
	Faraz Shahbazker <fshahbazker@wavecomp.com>

Subject:
	MIPS/LD: Fix memory fault linking non-PIC object in to shared library

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/30/304f09d0d4b519f143144d213e1280a0691de8ba/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=b69c6033>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=b69c6033>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-21 19:31 [binutils-gdb] [binutils, ARM] <spec_reg> changes for VMRS and VMSR instructions sergiodj+buildbot
@ 2019-05-21 19:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-21 19:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10042>

Commit(s) tested:
	ba6cd17f0a28e54d9b4ef46397d448f1d208d9a0

Author(s) (in the same order as the commits):
	Sudakshina Das <sudi.das@arm.com>

Subject:
	[binutils, ARM] <spec_reg> changes for VMRS and VMSR instructions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ba/ba6cd17f0a28e54d9b4ef46397d448f1d208d9a0/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=b69c6033>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=b69c6033>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-21 19:25 [binutils-gdb] [binutils, Arm] Add support for conditional instructions in Armv8.1-M Mainline sergiodj+buildbot
@ 2019-05-21 19:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-21 19:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10041>

Commit(s) tested:
	e39c1607a2df3a97bf7b70bef6de5b7a2db55eea

Author(s) (in the same order as the commits):
	Sudakshina Das <sudi.das@arm.com>

Subject:
	[binutils, Arm] Add support for conditional instructions in Armv8.1-M Mainline

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/e3/e39c1607a2df3a97bf7b70bef6de5b7a2db55eea/>

*** Diff to previous build ***
============================
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 -> 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/RHEL-s390x-m64/xfails/master/xfail?id=b69c6033>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=b69c6033>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-21 18:53 [binutils-gdb] [binutils, Arm] Add support for shift instructions in MVE sergiodj+buildbot
@ 2019-05-21 19:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-21 19:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10040>

Commit(s) tested:
	23d00a419fe67801afc02a87f7ab9c5374b0238e

Author(s) (in the same order as the commits):
	Sudakshina Das <sudi.das@arm.com>

Subject:
	[binutils, Arm] Add support for shift instructions in MVE

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/23/23d00a419fe67801afc02a87f7ab9c5374b0238e/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=b69c6033>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=b69c6033>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-21 17:09 [binutils-gdb] [gdb/cli] Fix use of uninitialized variable in complete_command sergiodj+buildbot
@ 2019-05-21 17:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-21 17:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10036>

Commit(s) tested:
	fb7806c7a49d6eb75cdbff183d10d00f75968c0f

Author(s) (in the same order as the commits):
	Tom de Vries <tdevries@suse.de>

Subject:
	[gdb/cli] Fix use of uninitialized variable in complete_command

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/fb/fb7806c7a49d6eb75cdbff183d10d00f75968c0f/>

*** 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
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=b69c6033>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=b69c6033>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-21 16:56 [binutils-gdb] [gdb/testsuite] Require c++11 where necessary sergiodj+buildbot
@ 2019-05-21 17:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-21 17:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10035>

Commit(s) tested:
	669d0468399d8375f4d25289938a0c06d12e7f2e

Author(s) (in the same order as the commits):
	Tom de Vries <tdevries@suse.de>

Subject:
	[gdb/testsuite] Require c++11 where necessary

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/66/669d0468399d8375f4d25289938a0c06d12e7f2e/>

*** Diff to previous build ***
============================
new FAIL: gdb.compile/compile-cplus-array-decay.exp: compile print integers
new FAIL: gdb.compile/compile-cplus-array-decay.exp: compile print strings
new FAIL: gdb.cp/subtypes.exp: ptype foobar<char>::Bar
new FAIL: gdb.cp/subtypes.exp: ptype foobar<char>::Baz
new FAIL: gdb.cp/subtypes.exp: ptype foobar<char>::Foo
new FAIL: gdb.cp/subtypes.exp: ptype foobar<int>::Bar
new FAIL: gdb.cp/subtypes.exp: ptype foobar<int>::Baz
new FAIL: gdb.cp/subtypes.exp: ptype foobar<int>::Foo
new FAIL: gdb.cp/subtypes.exp: ptype main::Bar
new FAIL: gdb.cp/subtypes.exp: ptype main::Baz
new FAIL: gdb.cp/subtypes.exp: ptype main::Foo
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/RHEL-s390x-m64/xfails/master/xfail?id=b69c6033>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=b69c6033>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-21 15:16 [binutils-gdb] [binutils][Arm] Fix Branch Future relocation handling and testisms sergiodj+buildbot
@ 2019-05-21 15:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-21 15:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10034>

Commit(s) tested:
	e6f65e7573a317ac4efff26fe0e49fe1b9e7a596

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[binutils][Arm] Fix Branch Future relocation handling and testisms

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/e6/e6f65e7573a317ac4efff26fe0e49fe1b9e7a596/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=b69c6033>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=b69c6033>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-21 14:27 [binutils-gdb] AArch64: Implement choice between Cortex-A53 erratum workarounds. (PR ld/24373) sergiodj+buildbot
@ 2019-05-21 14:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-21 14:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10033>

Commit(s) tested:
	739b5c9c778dee9e2f54d864f83a81ecb0639535

Author(s) (in the same order as the commits):
	Tamar Christina <tamar.christina@arm.com>

Subject:
	AArch64: Implement choice between Cortex-A53 erratum workarounds. (PR ld/24373)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/73/739b5c9c778dee9e2f54d864f83a81ecb0639535/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-complete.exp: -complete br, max-completions 0
PASS -> FAIL: gdb.mi/mi-complete.exp: -complete br, max-completions 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/RHEL-s390x-m64/xfails/master/xfail?id=b69c6033>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=b69c6033>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-21 10:14 [binutils-gdb] Fix PR 24571 - Relaxation does not shorten jmp or call to target at pc-relative range boundary sergiodj+buildbot
@ 2019-05-21 10:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-21 10:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10031>

Commit(s) tested:
	7622049e0bef81fab900860400838bc977449892

Author(s) (in the same order as the commits):
	Senthil Kumar Selvaraj <senthilkumar.selvaraj@microchip.com>

Subject:
	Fix PR 24571 -  Relaxation does not shorten jmp or call to target at pc-relative range boundary

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/76/7622049e0bef81fab900860400838bc977449892/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=b69c6033>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=b69c6033>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-21  9:03 [binutils-gdb] Fix PR 24564 - link fails for some rcalls/rjmps with wraparound sergiodj+buildbot
@ 2019-05-21  9:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-21  9:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10030>

Commit(s) tested:
	338ba75534fbfeb64d7009f29a89f25826a1f4d2

Author(s) (in the same order as the commits):
	Senthil Kumar Selvaraj <senthilkumar.selvaraj@microchip.com>

Subject:
	Fix PR 24564 - link fails for some rcalls/rjmps with wraparound

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/33/338ba75534fbfeb64d7009f29a89f25826a1f4d2/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=b69c6033>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=b69c6033>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-21  7:37 [binutils-gdb] Updated translations for various binutils subdirectories sergiodj+buildbot
@ 2019-05-21  7:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-21  7:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10029>

Commit(s) tested:
	999b073bdb188635feaf1f719237b4845b5b06f3

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Updated translations for various binutils subdirectories.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/99/999b073bdb188635feaf1f719237b4845b5b06f3/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: other threads ran - unlocked
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=b69c6033>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=b69c6033>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-18  9:06 [binutils-gdb] gdb: Add constructor to struct cu_partial_die_info sergiodj+buildbot
@ 2019-05-18  9:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-18  9:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10026>

Commit(s) tested:
	122cf0f2d93ae6f7a53e8dd643ebb068b79df9cf

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Add constructor to struct cu_partial_die_info

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/12/122cf0f2d93ae6f7a53e8dd643ebb068b79df9cf/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: other threads ran - unlocked
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=7180df81>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=7180df81>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-17 17:37 [binutils-gdb] Don't cast away const in find_and_open_source sergiodj+buildbot
@ 2019-05-17 17:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-17 17:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10025>

Commit(s) tested:
	33d0e35aed8870ad317af7eeca5274cf4fd87d15

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Don't cast away const in find_and_open_source

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/33/33d0e35aed8870ad317af7eeca5274cf4fd87d15/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=7180df81>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=7180df81>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-17 17:00 [binutils-gdb] Constify annotate_source sergiodj+buildbot
@ 2019-05-17 17:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-17 17:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10023>

Commit(s) tested:
	a45575b0356d671df2c55fcfc66de719b6b2e5e5

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Constify annotate_source

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/a4/a45575b0356d671df2c55fcfc66de719b6b2e5e5/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=7180df81>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=7180df81>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-17 16:43 [binutils-gdb] testsuite: Remove TRANSCRIPT support sergiodj+buildbot
@ 2019-05-17 16:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-17 16:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10022>

Commit(s) tested:
	87781e8475f8ec80463937130cde48540ff87149

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	testsuite: Remove TRANSCRIPT support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/87/87781e8475f8ec80463937130cde48540ff87149/>

*** Diff to previous build ***
============================
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 -> 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/RHEL-s390x-m64/xfails/master/xfail?id=7180df81>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=7180df81>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-17 16:26 [binutils-gdb] testsuite: Add replay logging to GDBSERVER_DEBUG sergiodj+buildbot
@ 2019-05-17 16:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-17 16:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10021>

Commit(s) tested:
	b420b89e4b321ff31f2e76cac499b908f042069b

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	testsuite: Add replay logging to GDBSERVER_DEBUG

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/b4/b420b89e4b321ff31f2e76cac499b908f042069b/>

*** 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/schedlock.exp: schedlock=off: cmd=next: call_function=0: other threads ran - unlocked
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=7180df81>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=7180df81>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-17 16:15 [binutils-gdb] testsuite: Create .cmd files for gdb and gdbserver sergiodj+buildbot
@ 2019-05-17 16:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-17 16:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10020>

Commit(s) tested:
	408e9b8b9ebeb854baea9aac52fa8df4d41eb53d

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	testsuite: Create .cmd files for gdb and gdbserver

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/40/408e9b8b9ebeb854baea9aac52fa8df4d41eb53d/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=7180df81>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=7180df81>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-17 15:53 [binutils-gdb] testsuite: Record all gdb input to gdb.in sergiodj+buildbot
@ 2019-05-17 15:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-17 15:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10019>

Commit(s) tested:
	f9e2e39d23495844d998f54a0fccb9d6be7edb0e

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	testsuite: Record all gdb input to gdb.in

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/f9/f9e2e39d23495844d998f54a0fccb9d6be7edb0e/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: breakpoint 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/RHEL-s390x-m64/xfails/master/xfail?id=7180df81>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=7180df81>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-17 14:55 [binutils-gdb] testsuite: Disable some tests when logging sergiodj+buildbot
@ 2019-05-17 15:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-17 15:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10018>

Commit(s) tested:
	81f47ac29f8cdb888f2d81c5daa9bfc4747738aa

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	testsuite: Disable some tests when logging

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/81/81f47ac29f8cdb888f2d81c5daa9bfc4747738aa/>

*** 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 -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: other threads ran - unlocked
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=7180df81>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=7180df81>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-17 13:46 [binutils-gdb] Add debug redirect option sergiodj+buildbot
@ 2019-05-17 13:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-17 13:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10016>

Commit(s) tested:
	ca1285d17534cff3041c07ac7841288e1b3ba19c

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Add debug redirect option

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ca/ca1285d17534cff3041c07ac7841288e1b3ba19c/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=7180df81>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=7180df81>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-17 13:27 [binutils-gdb] Change file close behavior for tee_file sergiodj+buildbot
@ 2019-05-17 13:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-17 13:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10015>

Commit(s) tested:
	f3a09c800fcd1d597fa2b9578cb59adfc15b698d

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Change file close behavior for tee_file

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/f3/f3a09c800fcd1d597fa2b9578cb59adfc15b698d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=7180df81>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=7180df81>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-17 11:02 [binutils-gdb] MI: Add new command -complete sergiodj+buildbot
@ 2019-05-17 11:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-17 11:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10014>

Commit(s) tested:
	26648588294d039fcf1efbf512d785753cb6286d

Author(s) (in the same order as the commits):
	Jan Vrany <jan.vrany@fit.cvut.cz>

Subject:
	MI: Add new command -complete

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/26/26648588294d039fcf1efbf512d785753cb6286d/>

*** Diff to previous build ***
============================
new FAIL: gdb.mi/mi-complete.exp: -complete br, max-completions 0
new FAIL: gdb.mi/mi-complete.exp: -complete br, max-completions 1
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: breakpoint
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=7180df81>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=7180df81>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-17 10:42 [binutils-gdb] MI: extract command completion logic from complete_command() sergiodj+buildbot
@ 2019-05-17 11:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-17 11:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10013>

Commit(s) tested:
	6e035501e15e72398fcd9db88c97dd30e585a9ae

Author(s) (in the same order as the commits):
	Jan Vrany <jan.vrany@fit.cvut.cz>

Subject:
	MI: extract command completion logic from complete_command()

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/6e/6e035501e15e72398fcd9db88c97dd30e585a9ae/>

*** Diff to previous build ***
============================
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -line -qualified: cmd complete "b -line +10 -qualified "
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -line -qualified: cmd complete "b -line +10 -qualified -fun"
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -line -qualified: cmd complete "b -line +10 -qualified thr"
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -line -qualified: cmd complete "b -line -10 -qualified "
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -line -qualified: cmd complete "b -line -10 -qualified -fun"
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -line -qualified: cmd complete "b -line -10 -qualified thr"
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -line -qualified: cmd complete "b -line 10 -qualified "
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -line -qualified: cmd complete "b -line 10 -qualified -fun"
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -line -qualified: cmd complete "b -line 10 -qualified thr"
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -line -qualified: cmd complete "b -line argument -qualified "
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -line: cmd complete "b -line -fun"
PASS -> FAIL: gdb.linespec/explicit.exp: complete after -line: cmd complete "b -line argument "
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -line: cmd complete "b -line thr"
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -qualified -line -qualified: cmd complete "b -qualified -line +10 -qualified "
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -qualified -line -qualified: cmd complete "b -qualified -line +10 -qualified -fun"
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -qualified -line -qualified: cmd complete "b -qualified -line +10 -qualified thr"
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -qualified -line -qualified: cmd complete "b -qualified -line -10 -qualified "
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -qualified -line -qualified: cmd complete "b -qualified -line -10 -qualified -fun"
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -qualified -line -qualified: cmd complete "b -qualified -line -10 -qualified thr"
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -qualified -line -qualified: cmd complete "b -qualified -line 10 -qualified "
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -qualified -line -qualified: cmd complete "b -qualified -line 10 -qualified -fun"
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -qualified -line -qualified: cmd complete "b -qualified -line 10 -qualified thr"
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -qualified -line -qualified: cmd complete "b -qualified -line argument -qualified "
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -qualified -line: cmd complete "b -qualified -line +10 "
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -qualified -line: cmd complete "b -qualified -line +10 -fun"
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -qualified -line: cmd complete "b -qualified -line +10 thr"
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -qualified -line: cmd complete "b -qualified -line -10 "
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -qualified -line: cmd complete "b -qualified -line -10 -fun"
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -qualified -line: cmd complete "b -qualified -line -10 thr"
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -qualified -line: cmd complete "b -qualified -line -fun"
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -qualified -line: cmd complete "b -qualified -line 10 "
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -qualified -line: cmd complete "b -qualified -line 10 -fun"
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -qualified -line: cmd complete "b -qualified -line 10 thr"
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -qualified -line: cmd complete "b -qualified -line argument "
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -qualified -line: cmd complete "b -qualified -line thr"
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -qualified -source -qualified: cmd complete "b -qualified -source argument -qualified  -fun"
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -qualified -source -qualified: cmd complete "b -qualified -source argument -qualified  thr"
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -qualified -source -qualified: cmd complete "b -qualified -source argument -qualified "
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -qualified -source: cmd complete "b -qualified -source -fun"
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -qualified -source: cmd complete "b -qualified -source argument  -fun"
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -qualified -source: cmd complete "b -qualified -source argument  thr"
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -qualified -source: cmd complete "b -qualified -source argument "
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -qualified -source: cmd complete "b -qualified -source thr"
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -source -qualified: cmd complete "b -source argument -qualified  -fun"
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -source -qualified: cmd complete "b -source argument -qualified  thr"
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -source -qualified: cmd complete "b -source argument -qualified "
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -source: cmd complete "b -source -fun"
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -source: cmd complete "b -source argument  -fun"
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -source: cmd complete "b -source argument  thr"
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -source: cmd complete "b -source argument "
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: complete after -source: cmd complete "b -source thr"
PASS -> UNRESOLVED: gdb.linespec/explicit.exp: set max-completions unlimited
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/RHEL-s390x-m64/xfails/master/xfail?id=7180df81>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=7180df81>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-17 10:06 [binutils-gdb] Add myself to gdb/MAINTAINERS sergiodj+buildbot
@ 2019-05-17 10:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-17 10:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10012>

Commit(s) tested:
	7d0e2ecedef69de0a242ac49a475f6a3968d4476

Author(s) (in the same order as the commits):
	Jan Vrany <jan.vrany@fit.cvut.cz>

Subject:
	Add myself to gdb/MAINTAINERS

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/7d/7d0e2ecedef69de0a242ac49a475f6a3968d4476/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=7180df81>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=7180df81>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-17  7:58 [binutils-gdb] [gdb] Fix heap-use-after-free in typename_concat sergiodj+buildbot
@ 2019-05-17  7:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-17  7:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10011>

Commit(s) tested:
	fb816e8b1c8ef6b7b07eb3612bb61bd7ef1ff94f

Author(s) (in the same order as the commits):
	Tom de Vries <tdevries@suse.de>

Subject:
	[gdb] Fix heap-use-after-free in typename_concat

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/fb/fb816e8b1c8ef6b7b07eb3612bb61bd7ef1ff94f/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=7180df81>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=7180df81>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-16 21:53 [binutils-gdb] Make stap-probe.c:stap_parse_register_operand's "regname" an std::string sergiodj+buildbot
@ 2019-05-16 21:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 21:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10010>

Commit(s) tested:
	677052f2a5c67f1d9b2e6d1b2a2149b5f0c20cd0

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Make stap-probe.c:stap_parse_register_operand's "regname" an std::string

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/67/677052f2a5c67f1d9b2e6d1b2a2149b5f0c20cd0/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=7180df81>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=7180df81>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-16 21:37 [binutils-gdb] Fix complaint string formatting on stap-probe.c sergiodj+buildbot
@ 2019-05-16 21:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 21:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10009>

Commit(s) tested:
	f3da9116654bb2e899063a0aa9e11c2606b38fff

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Fix complaint string formatting on stap-probe.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/f3/f3da9116654bb2e899063a0aa9e11c2606b38fff/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=7180df81>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=7180df81>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-16 21:21 [binutils-gdb] Slightly improve logic of some operations on stap-probe.c sergiodj+buildbot
@ 2019-05-16 21:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 21:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10008>

Commit(s) tested:
	f1bb75ab2a68b7d0878966f5a945eb7d33a48280

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Slightly improve logic of some operations on stap-probe.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/f1/f1bb75ab2a68b7d0878966f5a945eb7d33a48280/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=7180df81>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=7180df81>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-16 21:04 [binutils-gdb] Update some comments on stap-probe.c sergiodj+buildbot
@ 2019-05-16 21:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 21:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10007>

Commit(s) tested:
	3ca58cdea13ddad01d70aa170eb419903b241b94

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Update some comments on stap-probe.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/3c/3ca58cdea13ddad01d70aa170eb419903b241b94/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=7180df81>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=7180df81>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-16 20:49 [binutils-gdb] Bool-ify stap-probe.c and stap-related code on i386-tdep.c sergiodj+buildbot
@ 2019-05-16 20:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 20:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10006>

Commit(s) tested:
	af2d9beee989c7b75de849d9c08629a1e3f567ad

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Bool-ify stap-probe.c and stap-related code on i386-tdep.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/af/af2d9beee989c7b75de849d9c08629a1e3f567ad/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=7180df81>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=7180df81>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-16 19:46 [binutils-gdb] Fix darwin-nat.c build sergiodj+buildbot
@ 2019-05-16 19:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 19:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10005>

Commit(s) tested:
	61c9c4212daa0be96503b9069da387aebf9cba04

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Fix darwin-nat.c build

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/61/61c9c4212daa0be96503b9069da387aebf9cba04/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: other threads ran - unlocked
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=7180df81>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=7180df81>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-16 19:14 [binutils-gdb] [PATCH 55/57][Arm][OBJDUMP] Add support for MVE instructions: vmul, vmulh, vrmulh and vneg sergiodj+buildbot
@ 2019-05-16 19:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 19:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10003>

Commit(s) tested:
	f49bb598d96fd66bb6f2e9b14951f094e3d29396

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[PATCH 55/57][Arm][OBJDUMP] Add support for MVE instructions: vmul, vmulh, vrmulh and vneg

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/f4/f49bb598d96fd66bb6f2e9b14951f094e3d29396/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=7180df81>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=7180df81>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-16 18:42 [binutils-gdb] [PATCH 53/57][Arm][OBJDUMP] Add support for MVE instructions: vand, vbrsr, vcls, vclz and vctp sergiodj+buildbot
@ 2019-05-16 18:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 18:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10001>

Commit(s) tested:
	e523f10159d469dc0ca77069d092411f200685a1

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[PATCH 53/57][Arm][OBJDUMP] Add support for MVE instructions: vand, vbrsr, vcls, vclz and vctp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/e5/e523f10159d469dc0ca77069d092411f200685a1/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=7180df81>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=7180df81>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-16 18:25 [binutils-gdb] [PATCH 52/57][Arm][OBJDUMP] Add support for MVE instructions: vadc, vabav, vabd, vabs, vadd, vsbc and vsub sergiodj+buildbot
@ 2019-05-16 18:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 18:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/10000>

Commit(s) tested:
	66dcaa5d55eb39471d962bb949df009a9ea3f959

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[PATCH 52/57][Arm][OBJDUMP] Add support for MVE instructions: vadc, vabav, vabd, vabs, vadd, vsbc and vsub

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/66/66dcaa5d55eb39471d962bb949df009a9ea3f959/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=7180df81>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=7180df81>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-16 17:53 [binutils-gdb] [PATCH 50/57][Arm][OBJDUMP] Add support for MVE shift instructions sergiodj+buildbot
@ 2019-05-16 17:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 17:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9998>

Commit(s) tested:
	ed63aa178c4b5e47eb8658813b2a3b621b7a092b

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[PATCH 50/57][Arm][OBJDUMP] Add support for MVE shift instructions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ed/ed63aa178c4b5e47eb8658813b2a3b621b7a092b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=7180df81>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=7180df81>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-16 17:22 [binutils-gdb] [PATCH 48/57][Arm][OBJDUMP] Add support for MVE instructions: vddup, vdwdup, vidup and viwdup sergiodj+buildbot
@ 2019-05-16 17:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 17:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9996>

Commit(s) tested:
	1c8f2df85f56d8f3213667e2a11cd480f2a26667

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[PATCH 48/57][Arm][OBJDUMP] Add support for MVE instructions: vddup, vdwdup, vidup and viwdup

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/1c/1c8f2df85f56d8f3213667e2a11cd480f2a26667/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=7180df81>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=7180df81>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-16 17:04 [binutils-gdb] [PATCH 47/57][Arm][OBJDUMP] Add support for MVE instructions: vaddv, vmlaldav, vmladav, vmlas, vrmlsldavh, vmlsldav, vmlsdav, vrmlaldavh, vqdmlah, vqrdmlash, vqrdmlash, vqdmlsdh, vqrdmlsdh, vqdmulh and vqrdmulh sergiodj+buildbot
@ 2019-05-16 17:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 17:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9995>

Commit(s) tested:
	d3b6314397347943f40cdbf6efe34e209a162cc0

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[PATCH 47/57][Arm][OBJDUMP] Add support for MVE instructions: vaddv, vmlaldav, vmladav, vmlas, vrmlsldavh, vmlsldav, vmlsdav, vrmlaldavh, vqdmlah, vqrdmlash, vqrdmlash, vqdmlsdh, vqrdmlsdh, vqdmulh and vqrdmulh

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/d3/d3b6314397347943f40cdbf6efe34e209a162cc0/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: 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/RHEL-s390x-m64/xfails/master/xfail?id=7180df81>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=7180df81>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-16 16:29 [binutils-gdb] [PATCH 45/57][Arm][OBJDUMP] Add support for MVE instructions: vmov, vmvn, vorr, vorn, vmovx and vbic sergiodj+buildbot
@ 2019-05-16 16:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 16:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9993>

Commit(s) tested:
	c507f10b0711f24e1b82b8bd096e605317cf77fe

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[PATCH 45/57][Arm][OBJDUMP] Add support for MVE instructions: vmov, vmvn, vorr, vorn, vmovx and vbic

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/c5/c507f10b0711f24e1b82b8bd096e605317cf77fe/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: 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/RHEL-s390x-m64/xfails/master/xfail?id=7180df81>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=7180df81>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-16 15:57 [binutils-gdb] [PATCH 1/57][Arm][GAS]: Add support for +mve and +mve.fp sergiodj+buildbot
@ 2019-05-16 15:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 15:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9984>

Commit(s) tested:
	a7ad558c377fd5f5cc7bc77837c532f907f2c53b

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[PATCH 1/57][Arm][GAS]: Add support for +mve and +mve.fp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/a7/a7ad558c377fd5f5cc7bc77837c532f907f2c53b/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=7180df81>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=7180df81>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-16 13:25 [binutils-gdb] Revert "ARM STM32L4XX erratum test failure" sergiodj+buildbot
@ 2019-05-16 13:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-16 13:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9983>

Commit(s) tested:
	a2699ef206aedf8e8d49d8519ae8a535e4b4afe5

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Revert "ARM STM32L4XX erratum test failure"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/a2/a2699ef206aedf8e8d49d8519ae8a535e4b4afe5/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=7180df81>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=7180df81>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-15 21:57 [binutils-gdb] gdb/fortran: Add sizeof tests for indexed and sliced arrays sergiodj+buildbot
@ 2019-05-15 21:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-15 21:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9982>

Commit(s) tested:
	14237686d71b6ef1e6a85f2791cb54d1ec019cb1

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/fortran: Add sizeof tests for indexed and sliced arrays

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/14/14237686d71b6ef1e6a85f2791cb54d1ec019cb1/>

*** Diff to previous build ***
============================
new FAIL: gdb.fortran/vla-sizeof.exp: print sizeof non-allocated sliced vla1
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=7180df81>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=7180df81>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-15 14:17 [binutils-gdb] Don't crash if dwarf_decode_macro_bytes's 'body' is NULL sergiodj+buildbot
@ 2019-05-15 14:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-15 14:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9980>

Commit(s) tested:
	7bede82892a06e6c26989803e70f53697392dcf9

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Don't crash if dwarf_decode_macro_bytes's 'body' is NULL

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/7b/7bede82892a06e6c26989803e70f53697392dcf9/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=7180df81>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=7180df81>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-15  7:31 [binutils-gdb] ARM STM32L4XX erratum test failure sergiodj+buildbot
@ 2019-05-15  7:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-15  7:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9979>

Commit(s) tested:
	3a1bb98c3c4f983b950fbaf2797ddcd21fcb5211

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	ARM STM32L4XX erratum test failure

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/3a/3a1bb98c3c4f983b950fbaf2797ddcd21fcb5211/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=7180df81>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=7180df81>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-14 22:29 [binutils-gdb] Fix assertion failure in coerce_unspec_val_to_type sergiodj+buildbot
@ 2019-05-14 22:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-14 22:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9977>

Commit(s) tested:
	c408a94f8115767ea7e6aa1a75bc59ea5ae960fa

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Fix assertion failure in coerce_unspec_val_to_type

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/c4/c408a94f8115767ea7e6aa1a75bc59ea5ae960fa/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=7180df81>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=7180df81>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-14 14:08 [binutils-gdb] Add file name styling to "info sharedlibrary" sergiodj+buildbot
@ 2019-05-14 14:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-14 14:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9976>

Commit(s) tested:
	e7bd7fba34ae1f892acf1e13ac86fca55b68026d

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Add file name styling to "info sharedlibrary"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/e7/e7bd7fba34ae1f892acf1e13ac86fca55b68026d/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=7180df81>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=7180df81>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-14 10:31 [binutils-gdb] Add new option to objcopy: --verilog-data-width. Use this option to set the size of byte bundles generated in verilog format files sergiodj+buildbot
@ 2019-05-14 10:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-14 10:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9975>

Commit(s) tested:
	37d0d09177dc02e0002ab8b90d9b7bc402af9240

Author(s) (in the same order as the commits):
	Jamey Hicks <jamey.hicks@gmail.com>

Subject:
	Add new option to objcopy: --verilog-data-width.  Use this option to set the size of byte bundles generated in verilog format files.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/37/37d0d09177dc02e0002ab8b90d9b7bc402af9240/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=7180df81>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=7180df81>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-14 10:15 [binutils-gdb] A series of fixes to addres problems detected by compiling the assembler with address sanitization enabled sergiodj+buildbot
@ 2019-05-14 10:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-14 10:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9974>

Commit(s) tested:
	3076e59490428c9719765f9b007d6d0d0238f006

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	A series of fixes to addres problems detected by compiling the assembler with address sanitization enabled.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/30/3076e59490428c9719765f9b007d6d0d0238f006/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=7180df81>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=7180df81>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-14  9:55 [binutils-gdb] AArch64: Add half float view to V registers sergiodj+buildbot
@ 2019-05-14  9:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-14  9:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9973>

Commit(s) tested:
	a6d0f2490c0c7969eb60038f01c0ee0f46e4d5fd

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	AArch64: Add half float view to V registers

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/a6/a6d0f2490c0c7969eb60038f01c0ee0f46e4d5fd/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=7180df81>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=7180df81>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-14  8:28 [binutils-gdb] [gdb/testsuite] Fix base address selection entry encoding in dw2-skip-prologue.S sergiodj+buildbot
@ 2019-05-14  8:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-14  8:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9972>

Commit(s) tested:
	2764128dee821448ba43a50ed8cee387f2ee8dca

Author(s) (in the same order as the commits):
	Tom de Vries <tdevries@suse.de>

Subject:
	[gdb/testsuite] Fix base address selection entry encoding in dw2-skip-prologue.S

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/27/2764128dee821448ba43a50ed8cee387f2ee8dca/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=7180df81>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=7180df81>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-12 16:12 [binutils-gdb] Fix two langauge -> language typos sergiodj+buildbot
@ 2019-05-12 16:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-12 16:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9971>

Commit(s) tested:
	66b8bb74ca8fb23e407b80e1b0e7c1a433286b41

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Fix two langauge -> language typos

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/66/66b8bb74ca8fb23e407b80e1b0e7c1a433286b41/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=7180df81>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=7180df81>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-11  0:59 [binutils-gdb] PowerPC objdump -Mraw sergiodj+buildbot
@ 2019-05-11  1:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-11  1:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9966>

Commit(s) tested:
	0067be51e9436c5bbd961a4f54c10dbd50c491ea

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PowerPC objdump -Mraw

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/00/0067be51e9436c5bbd961a4f54c10dbd50c491ea/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-10 20:58 [binutils-gdb] cc-with-tweaks: show dwz stderr and verify result sergiodj+buildbot
@ 2019-05-10 20:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-10 20:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9964>

Commit(s) tested:
	a9eac7f9b45e92b83db476d167e5ff26607a8b47

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@efficios.com>

Subject:
	cc-with-tweaks: show dwz stderr and verify result

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/a9/a9eac7f9b45e92b83db476d167e5ff26607a8b47/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-10 16:16 [binutils-gdb] Add completion for Ada catch commands sergiodj+buildbot
@ 2019-05-10 16:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-10 16:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9963>

Commit(s) tested:
	71bed2dba6c0706633ead4994cc89e063abf28ea

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Add completion for Ada catch commands

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/71/71bed2dba6c0706633ead4994cc89e063abf28ea/>

*** 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/schedlock.exp: schedlock=off: cmd=next: call_function=0: other threads ran - unlocked
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-10 13:40 [binutils-gdb] Two minor constifications sergiodj+buildbot
@ 2019-05-10 13:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-10 13:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9962>

Commit(s) tested:
	24c54127c5c4da81b9e6c248c8e918b3564b271a

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Two minor constifications

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/24/24c54127c5c4da81b9e6c248c8e918b3564b271a/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-09 13:53 [binutils-gdb] [gdb/testsuite] Fix gdb.arch/amd64-tailcall-self.S sergiodj+buildbot
@ 2019-05-09 14:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-09 14:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9960>

Commit(s) tested:
	63b667adb4a915f13ec3ace77af4b9cbd76bceac

Author(s) (in the same order as the commits):
	Tom de Vries <tdevries@suse.de>

Subject:
	[gdb/testsuite] Fix gdb.arch/amd64-tailcall-self.S

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/63/63b667adb4a915f13ec3ace77af4b9cbd76bceac/>

*** 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
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-09 13:21 [binutils-gdb] [binutils][aarch64] New SVE_SHLIMM_UNPRED_22 operand sergiodj+buildbot
@ 2019-05-09 13:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-09 13:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9958>

Commit(s) tested:
	28ed815ad2b0cb93eede83022269d6a60b9cdf31

Author(s) (in the same order as the commits):
	Matthew Malcomson <matthew.malcomson@arm.com>

Subject:
	[binutils][aarch64] New SVE_SHLIMM_UNPRED_22 operand.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/28/28ed815ad2b0cb93eede83022269d6a60b9cdf31/>

*** 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=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/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-09 13:14 [binutils-gdb] [binutils][aarch64] New sve_size_tsz_bhs iclass sergiodj+buildbot
@ 2019-05-09 13:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-09 13:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9957>

Commit(s) tested:
	fd1dc4a0c1b87c1efa7e0398fd47fd1e87fa0fb4

Author(s) (in the same order as the commits):
	Matthew Malcomson <matthew.malcomson@arm.com>

Subject:
	[binutils][aarch64] New sve_size_tsz_bhs iclass.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/fd/fd1dc4a0c1b87c1efa7e0398fd47fd1e87fa0fb4/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: other threads ran - unlocked
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-09 12:31 [binutils-gdb] [binutils][aarch64] New sve_shift_tsz_bhsd iclass sergiodj+buildbot
@ 2019-05-09 12:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-09 12:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9955>

Commit(s) tested:
	1be5f94f9c85821287b9ae423f738a8bab499526

Author(s) (in the same order as the commits):
	Matthew Malcomson <matthew.malcomson@arm.com>

Subject:
	[binutils][aarch64] New sve_shift_tsz_bhsd iclass.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/1b/1be5f94f9c85821287b9ae423f738a8bab499526/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-09 12:14 [binutils-gdb] [binutils][aarch64] New SVE_SHRIMM_UNPRED_22 operand sergiodj+buildbot
@ 2019-05-09 12:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-09 12:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9954>

Commit(s) tested:
	3c17238bc9fe8a078a6199470291f07bab9c64c8

Author(s) (in the same order as the commits):
	Matthew Malcomson <matthew.malcomson@arm.com>

Subject:
	[binutils][aarch64] New SVE_SHRIMM_UNPRED_22 operand.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/3c/3c17238bc9fe8a078a6199470291f07bab9c64c8/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: other threads ran - unlocked
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-09 11:57 [binutils-gdb] [binutils][aarch64] New sve_size_013 iclass sergiodj+buildbot
@ 2019-05-09 12:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-09 12:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9953>

Commit(s) tested:
	cd50a87ae29f163e7d254729a902a5e51fcccbbc

Author(s) (in the same order as the commits):
	Matthew Malcomson <matthew.malcomson@arm.com>

Subject:
	[binutils][aarch64] New sve_size_013 iclass.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/cd/cd50a87ae29f163e7d254729a902a5e51fcccbbc/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-09 11:25 [binutils-gdb] [binutils][aarch64] New sve_size_sd2 iclass sergiodj+buildbot
@ 2019-05-09 11:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-09 11:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9951>

Commit(s) tested:
	0a57e14ffa4c2900f64780375282dc5dc493e250

Author(s) (in the same order as the commits):
	Matthew Malcomson <matthew.malcomson@arm.com>

Subject:
	[binutils][aarch64] New sve_size_sd2 iclass.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/0a/0a57e14ffa4c2900f64780375282dc5dc493e250/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-09 10:53 [binutils-gdb] [binutils][aarch64] New SVE_Zm3_11_INDEX operand sergiodj+buildbot
@ 2019-05-09 11:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-09 11:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9949>

Commit(s) tested:
	116adc27470ed3682b6236e44e3b18838673036c

Author(s) (in the same order as the commits):
	Matthew Malcomson <matthew.malcomson@arm.com>

Subject:
	[binutils][aarch64] New SVE_Zm3_11_INDEX operand.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/11/116adc27470ed3682b6236e44e3b18838673036c/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-09 10:37 [binutils-gdb] [binutils][aarch64] New iclass sve_size_hsd2 sergiodj+buildbot
@ 2019-05-09 10:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-09 10:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9948>

Commit(s) tested:
	3bd82c86f0f432bd7653101069bf056fda14b7cd

Author(s) (in the same order as the commits):
	Matthew Malcomson <matthew.malcomson@arm.com>

Subject:
	[binutils][aarch64] New iclass sve_size_hsd2.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/3b/3bd82c86f0f432bd7653101069bf056fda14b7cd/>

*** 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
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: other threads ran - unlocked
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-09 10:22 [binutils-gdb] [binutils][aarch64] Introduce SVE_IMM_ROT3 operand sergiodj+buildbot
@ 2019-05-09 10:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-09 10:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9947>

Commit(s) tested:
	adccc50753467ac66573471f180a60d8d96ce223

Author(s) (in the same order as the commits):
	Matthew Malcomson <matthew.malcomson@arm.com>

Subject:
	[binutils][aarch64] Introduce SVE_IMM_ROT3 operand.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ad/adccc50753467ac66573471f180a60d8d96ce223/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-09 10:07 [binutils-gdb] [binutils][aarch64] Allow movprfx for SVE2 instructions sergiodj+buildbot
@ 2019-05-09 10:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-09 10:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9946>

Commit(s) tested:
	5cd99750959f54fea9e7290ec850df6c96878b56

Author(s) (in the same order as the commits):
	Matthew Malcomson <matthew.malcomson@arm.com>

Subject:
	[binutils][aarch64] Allow movprfx for SVE2 instructions.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/5c/5cd99750959f54fea9e7290ec850df6c96878b56/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-09  7:22 [binutils-gdb] [gdb/testsuite] Fix gdb.arch/amd64-entry-value-paramref.S sergiodj+buildbot
@ 2019-05-09  7:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-09  7:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9944>

Commit(s) tested:
	9cfd2b89bd3fe943a87d5425d0bb0f8b14c85eb6

Author(s) (in the same order as the commits):
	Tom de Vries <tdevries@suse.de>

Subject:
	[gdb/testsuite] Fix gdb.arch/amd64-entry-value-paramref.S

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/9c/9cfd2b89bd3fe943a87d5425d0bb0f8b14c85eb6/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-09  7:05 [binutils-gdb] Convert gdbtypes.c to type-safe registry API sergiodj+buildbot
@ 2019-05-09  7:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-09  7:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9943>

Commit(s) tested:
	7a1021395e0ef7a92e1653533b753a2221396015

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Convert gdbtypes.c to type-safe registry API

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/7a/7a1021395e0ef7a92e1653533b753a2221396015/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-09  6:34 [binutils-gdb] Convert objc-lang.c to type-safe registry API sergiodj+buildbot
@ 2019-05-09  6:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-09  6:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9941>

Commit(s) tested:
	4c58e3376da3fedaca81f8c9386f3ccb81261f8a

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Convert objc-lang.c to type-safe registry API

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/4c/4c58e3376da3fedaca81f8c9386f3ccb81261f8a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-09  6:17 [binutils-gdb] Convert stabsread.c to type-safe registry API sergiodj+buildbot
@ 2019-05-09  6:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-09  6:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9940>

Commit(s) tested:
	d772d2abcc163142fc38655896c4704b06dae0b6

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Convert stabsread.c to type-safe registry API

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/d7/d772d2abcc163142fc38655896c4704b06dae0b6/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-09  5:43 [binutils-gdb] Convert hppa-tdep.c to type-safe registry API sergiodj+buildbot
@ 2019-05-09  5:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-09  5:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9938>

Commit(s) tested:
	9a73f0ad6ca2a9c027f30fca3d79fa958784dcbf

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Convert hppa-tdep.c to type-safe registry API

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/9a/9a73f0ad6ca2a9c027f30fca3d79fa958784dcbf/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-09  5:25 [binutils-gdb] Convert elfread.c to type-safe registry API sergiodj+buildbot
@ 2019-05-09  5:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-09  5:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9937>

Commit(s) tested:
	8127a2fab5780f27a1c9998b0be4d8b5c28c1603

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Convert elfread.c to type-safe registry API

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/81/8127a2fab5780f27a1c9998b0be4d8b5c28c1603/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-09  5:09 [binutils-gdb] Convert mdebugread.c to type-safe registry API sergiodj+buildbot
@ 2019-05-09  5:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-09  5:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9936>

Commit(s) tested:
	91d3055d8b77d56cf64f85ace4237a0ccca98a4a

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Convert mdebugread.c to type-safe registry API

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/91/91d3055d8b77d56cf64f85ace4237a0ccca98a4a/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-09  4:52 [binutils-gdb] Add a noop deleter sergiodj+buildbot
@ 2019-05-09  4:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-09  4:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9935>

Commit(s) tested:
	31930bd34d15dd22c5ef47b46d8bc95a5ec34d0e

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Add a noop deleter

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/31/31930bd34d15dd22c5ef47b46d8bc95a5ec34d0e/>

*** 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/schedlock.exp: schedlock=off: cmd=next: call_function=0: other threads ran - unlocked
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-09  4:18 [binutils-gdb] Convert ada-lang.c to type-safe registry API sergiodj+buildbot
@ 2019-05-09  4:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-09  4:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9933>

Commit(s) tested:
	f37b313d5cafbed4e724db4724d1ab567b373be4

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Convert ada-lang.c to type-safe registry API

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/f3/f37b313d5cafbed4e724db4724d1ab567b373be4/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-09  3:27 [binutils-gdb] Convert ada-tasks.c to type-safe registry API sergiodj+buildbot
@ 2019-05-09  3:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-09  3:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9930>

Commit(s) tested:
	14ef6690f1f24ad6b2f87bac36607146fbda6ccb

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Convert ada-tasks.c to type-safe registry API

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/14/14ef6690f1f24ad6b2f87bac36607146fbda6ccb/>





^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-09  2:52 [binutils-gdb] Convert probes to type-safe registry API sergiodj+buildbot
@ 2019-05-09  2:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-09  2:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9929>

Commit(s) tested:
	814cf43a1f16157fcbe2c662f567d064393a0fcb

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Convert probes to type-safe registry API

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/81/814cf43a1f16157fcbe2c662f567d064393a0fcb/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-09  2:03 [binutils-gdb] Convert remote.c to type-safe registry API sergiodj+buildbot
@ 2019-05-09  2:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-09  2:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9926>

Commit(s) tested:
	7b4a314f8b9b50c2289ca6b5d21513052c48730b

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Convert remote.c to type-safe registry API

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/7b/7b4a314f8b9b50c2289ca6b5d21513052c48730b/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-09  1:46 [binutils-gdb] Convert breakpoint.c to type-safe registry API sergiodj+buildbot
@ 2019-05-09  1:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-09  1:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9925>

Commit(s) tested:
	51d3063a35fad1fa0cd53c167bb5a4325afeea16

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Convert breakpoint.c to type-safe registry API

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/51/51d3063a35fad1fa0cd53c167bb5a4325afeea16/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-09  1:11 [binutils-gdb] Convert auxv.c to type-safe registry API sergiodj+buildbot
@ 2019-05-09  1:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-09  1:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9923>

Commit(s) tested:
	e9b89e2d01043108283df02261ed718aae705bc8

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Convert auxv.c to type-safe registry API

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/e9/e9b89e2d01043108283df02261ed718aae705bc8/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-09  0:36 [binutils-gdb] Convert dwarf2_per_objfile to type-safe registry API sergiodj+buildbot
@ 2019-05-09  0:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-09  0:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9921>

Commit(s) tested:
	5bfd760d66c816d53a930635a84990c8536bb545

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Convert dwarf2_per_objfile to type-safe registry API

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/5b/5bfd760d66c816d53a930635a84990c8536bb545/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-09  0:18 [binutils-gdb] Convert auto-load.c to type-safe registry API sergiodj+buildbot
@ 2019-05-09  0:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-09  0:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9920>

Commit(s) tested:
	e85e19b4d7d9b3b322f27684f8c0a3a9ac0e57ab

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Convert auto-load.c to type-safe registry API

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/e8/e85e19b4d7d9b3b322f27684f8c0a3a9ac0e57ab/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: other threads ran - unlocked
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-08 23:46 [binutils-gdb] Convert break-catch-syscall.c to type-safe registry API sergiodj+buildbot
@ 2019-05-08 23:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-08 23:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9918>

Commit(s) tested:
	6ae614f66a0a86c9e83b9f40ee1f4e105b681f7b

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Convert break-catch-syscall.c to type-safe registry API

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/6a/6ae614f66a0a86c9e83b9f40ee1f4e105b681f7b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-08 23:31 [binutils-gdb] Convert inflow to type-safe registry API sergiodj+buildbot
@ 2019-05-08 23:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-08 23:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9917>

Commit(s) tested:
	6509b8ebfb19769d726c16eb3a8967ac6784f621

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Convert inflow to type-safe registry API

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/65/6509b8ebfb19769d726c16eb3a8967ac6784f621/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-08 22:58 [binutils-gdb] Convert symbol_cache to type-safe registry API sergiodj+buildbot
@ 2019-05-08 23:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-08 23:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9915>

Commit(s) tested:
	3017b94d60f1e8929886be6992547973ad354f4c

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Convert symbol_cache to type-safe registry API

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/30/3017b94d60f1e8929886be6992547973ad354f4c/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: other threads ran - unlocked
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-08 22:42 [binutils-gdb] Convert main_info to type-safe registry API sergiodj+buildbot
@ 2019-05-08 22:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-08 22:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9914>

Commit(s) tested:
	a32ad8c55c5c6bcdbc6773b6b825c4505fd44c16

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Convert main_info to type-safe registry API

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/a3/a32ad8c55c5c6bcdbc6773b6b825c4505fd44c16/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-08 20:19 [binutils-gdb] gdb: Merge two 'New commands' sections in NEWS file sergiodj+buildbot
@ 2019-05-08 20:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-08 20:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9912>

Commit(s) tested:
	1bd0c6e4964f68523794aded05aa4d184db44d48

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Merge two 'New commands' sections in NEWS file

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/1b/1bd0c6e4964f68523794aded05aa4d184db44d48/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-08 19:38 [binutils-gdb] When debugging a mixed Ada/C program using this scenario: sergiodj+buildbot
@ 2019-05-08 19:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-08 19:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9911>

Commit(s) tested:
	2228ef7700e81bfedbffe352f3efa3716224cdbe

Author(s) (in the same order as the commits):
	Xavier Roirand <roirand@adacore.com>

Subject:
	When debugging a mixed Ada/C program using this scenario:

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/22/2228ef7700e81bfedbffe352f3efa3716224cdbe/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-08 19:04 [binutils-gdb] Move "watchdog" to remote.c sergiodj+buildbot
@ 2019-05-08 19:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-08 19:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9909>

Commit(s) tested:
	ed2b7c1703246eef1ce6b393ced99fe267cbeb7b

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Move "watchdog" to remote.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ed/ed2b7c1703246eef1ce6b393ced99fe267cbeb7b/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-08 18:11 [binutils-gdb] Fix build problem in fputs_maybe_filtered sergiodj+buildbot
@ 2019-05-08 18:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-08 18:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9906>

Commit(s) tested:
	ca1df239078318425cf8038995bf02f1b9ab6e50

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Fix build problem in fputs_maybe_filtered

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ca/ca1df239078318425cf8038995bf02f1b9ab6e50/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-08 17:32 [binutils-gdb] Correctly handle non-C-style arrays in c_get_string sergiodj+buildbot
@ 2019-05-08 17:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-08 17:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9903>

Commit(s) tested:
	80e55b132940813fa454da2592a31db6c8af85f1

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Correctly handle non-C-style arrays in c_get_string

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/80/80e55b132940813fa454da2592a31db6c8af85f1/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-08 17:16 [binutils-gdb] Change ptype/o to print bit offset sergiodj+buildbot
@ 2019-05-08 17:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-08 17:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9902>

Commit(s) tested:
	9d3421afbb9f3cfc8e67366ba75ea12ed8f732a3

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Change ptype/o to print bit offset

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/9d/9d3421afbb9f3cfc8e67366ba75ea12ed8f732a3/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-08 16:34 [binutils-gdb] Fix VLA printing for Ada sergiodj+buildbot
@ 2019-05-08 16:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-08 16:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9900>

Commit(s) tested:
	988915ee7b880ff059f849893b71118d9bd2c4fc

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Fix VLA printing for Ada

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/98/988915ee7b880ff059f849893b71118d9bd2c4fc/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-08 14:11 [binutils-gdb] Do not force the m68k-elf linker to fail if it encoutners a non-ELF format file sergiodj+buildbot
@ 2019-05-08 14:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-08 14:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9899>

Commit(s) tested:
	79299211a1a9a701f146620d419da6ee0175798c

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Do not force the m68k-elf linker to fail if it encoutners a non-ELF format file.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/79/79299211a1a9a701f146620d419da6ee0175798c/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-07 10:09 [binutils-gdb] [gdb/testsuite] Fix ls_host return in index-cache.exp sergiodj+buildbot
@ 2019-05-07 10:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-07 10:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9898>

Commit(s) tested:
	7bd55dac80c2faced875119b60acfb51741e397e

Author(s) (in the same order as the commits):
	Tom de Vries <tdevries@suse.de>

Subject:
	[gdb/testsuite] Fix ls_host return in index-cache.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/7b/7bd55dac80c2faced875119b60acfb51741e397e/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: other threads ran - unlocked
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-07  9:52 [binutils-gdb] [gdb/testsuite] Fix .debug_aranges in watch-loc.c sergiodj+buildbot
@ 2019-05-07 10:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-07 10:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9897>

Commit(s) tested:
	75f06e9dc59d3f810e2afe2f47afbcb74204ef61

Author(s) (in the same order as the commits):
	Tom de Vries <tdevries@suse.de>

Subject:
	[gdb/testsuite] Fix .debug_aranges in watch-loc.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/75/75f06e9dc59d3f810e2afe2f47afbcb74204ef61/>





^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-07  9:16 [binutils-gdb] [gdb/testsuite] Fix .debug_aranges in dw2-case-insensitive-debug.S sergiodj+buildbot
@ 2019-05-07  9:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-07  9:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9896>

Commit(s) tested:
	77e7aaa4bd980fb96244b874bc867e20b399fe60

Author(s) (in the same order as the commits):
	Tom de Vries <tdevries@suse.de>

Subject:
	[gdb/testsuite] Fix .debug_aranges in dw2-case-insensitive-debug.S

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/77/77e7aaa4bd980fb96244b874bc867e20b399fe60/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-07  9:16 [binutils-gdb] [gdb/testsuite] Fix handling of DW_FORM_ref_addr in dwarf assembler sergiodj+buildbot
@ 2019-05-07  8:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-07  8:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9895>

Commit(s) tested:
	456ba0fa36d17648a6cf32d1561c8c5802103153

Author(s) (in the same order as the commits):
	Tom de Vries <tdevries@suse.de>

Subject:
	[gdb/testsuite] Fix handling of DW_FORM_ref_addr in dwarf assembler

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/45/456ba0fa36d17648a6cf32d1561c8c5802103153/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-06 14:09 [binutils-gdb] Add load-link, store-conditional paired EVA instructions sergiodj+buildbot
@ 2019-05-06 14:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-06 14:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9891>

Commit(s) tested:
	41cee0897b670168e0d6f455c9bc45c73f8023df

Author(s) (in the same order as the commits):
	Faraz Shahbazker <fshahbazker@wavecomp.com>

Subject:
	Add load-link, store-conditional paired EVA instructions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/41/41cee0897b670168e0d6f455c9bc45c73f8023df/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-06  3:06 [binutils-gdb] PicoJava weak undefined symbols sergiodj+buildbot
@ 2019-05-06  2:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-06  2:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9889>

Commit(s) tested:
	e1cbf07ac4f8c8525dfadaa19bfb2997a2bfaad9

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PicoJava weak undefined symbols

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/e1/e1cbf07ac4f8c8525dfadaa19bfb2997a2bfaad9/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=814a0aaf>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=814a0aaf>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-04 23:12 [binutils-gdb] Remove a VEC from aarch64-tdep.c sergiodj+buildbot
@ 2019-05-04 23:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-04 23:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9886>

Commit(s) tested:
	89055eaa122ceb99ae20bfe10d028da2ca7fee83

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove a VEC from aarch64-tdep.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/89/89055eaa122ceb99ae20bfe10d028da2ca7fee83/>

*** 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
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=eaf7ef42>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=eaf7ef42>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-04 22:41 [binutils-gdb] Change arc_tdesc_init to return bool sergiodj+buildbot
@ 2019-05-04 22:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-04 22:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9884>

Commit(s) tested:
	fbdf05a16ec647358e65582721c4ca7dae15e58d

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change arc_tdesc_init to return bool

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/fb/fbdf05a16ec647358e65582721c4ca7dae15e58d/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=eaf7ef42>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=eaf7ef42>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-04 22:24 [binutils-gdb] Use gdb_assert_not_reached in arm-linux-nat.c sergiodj+buildbot
@ 2019-05-04 22:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-04 22:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9883>

Commit(s) tested:
	06d16ec97736b5fc0f41cb5a43f756b7ba3d974b

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use gdb_assert_not_reached in arm-linux-nat.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/06/06d16ec97736b5fc0f41cb5a43f756b7ba3d974b/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=eaf7ef42>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=eaf7ef42>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-04 22:08 [binutils-gdb] Use "false" in compile_cplus_convert_enum sergiodj+buildbot
@ 2019-05-04 22:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-04 22:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9882>

Commit(s) tested:
	9c056022194f9d1f068885cb45c9d23a2e44db54

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use "false" in compile_cplus_convert_enum

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/9c/9c056022194f9d1f068885cb45c9d23a2e44db54/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=eaf7ef42>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=eaf7ef42>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-04 21:52 [binutils-gdb] Use bool, true, and false in arc-tdep.c sergiodj+buildbot
@ 2019-05-04 22:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-04 22:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9881>

Commit(s) tested:
	fa9c2a59e3110d8c7d37c1fa602cb6b25b796dc7

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use bool, true, and false in arc-tdep.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/fa/fa9c2a59e3110d8c7d37c1fa602cb6b25b796dc7/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=eaf7ef42>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=eaf7ef42>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-04 21:19 [binutils-gdb] Change valid_command_p to return bool sergiodj+buildbot
@ 2019-05-04 21:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-04 21:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9879>

Commit(s) tested:
	6fe876770ad6739a5b3ca50f53dfcfbe433ba0fa

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change valid_command_p to return bool

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/6f/6fe876770ad6739a5b3ca50f53dfcfbe433ba0fa/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=eaf7ef42>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=eaf7ef42>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-04 21:04 [binutils-gdb] Change valid_user_defined_cmd_name_p to return bool sergiodj+buildbot
@ 2019-05-04 21:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-04 21:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9878>

Commit(s) tested:
	7f008c9e6a3cbb248f5b6e8638af4b9d5225981b

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change valid_user_defined_cmd_name_p to return bool

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/7f/7f008c9e6a3cbb248f5b6e8638af4b9d5225981b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=eaf7ef42>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=eaf7ef42>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-04 20:02 [binutils-gdb] Don't derive partial_symbol from general_symbol_info sergiodj+buildbot
@ 2019-05-04 20:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-04 20:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9874>

Commit(s) tested:
	af97b4161f07a716783183f1b17fa5cac9f99a49

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Don't derive partial_symbol from general_symbol_info

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/af/af97b4161f07a716783183f1b17fa5cac9f99a49/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: other threads ran - unlocked
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=eaf7ef42>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=eaf7ef42>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-04  8:16 [binutils-gdb] PR24511, nm should not mark symbols in .init_array as "t" sergiodj+buildbot
@ 2019-05-04  8:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-04  8:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9871>

Commit(s) tested:
	a288c270991de1578ad28ac312120f4167347234

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR24511, nm should not mark symbols in .init_array as "t"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/a2/a288c270991de1578ad28ac312120f4167347234/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=eaf7ef42>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=eaf7ef42>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-03 23:39 [binutils-gdb] Fix cast of character to enum type in Ada sergiodj+buildbot
@ 2019-05-04  0:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-04  0:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9868>

Commit(s) tested:
	222a8d255834c717f1690658a9f85501a46f9403

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Fix cast of character to enum type in Ada

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/22/222a8d255834c717f1690658a9f85501a46f9403/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=eaf7ef42>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=eaf7ef42>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-03 23:22 [binutils-gdb] Add noyywrap to ada-lex.l sergiodj+buildbot
@ 2019-05-03 23:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-03 23:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9867>

Commit(s) tested:
	fcd60b848ed7619461b0b0e316201e7745cdb61d

Author(s) (in the same order as the commits):
	Dilyan Palauzov <dilyan.palauzov@aegee.org>

Subject:
	Add noyywrap to ada-lex.l

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/fc/fcd60b848ed7619461b0b0e316201e7745cdb61d/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=eaf7ef42>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=eaf7ef42>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-03 11:15 [binutils-gdb] [gdb/testsuite] Add cc-with-gdb-index.exp sergiodj+buildbot
@ 2019-05-03 11:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-03 11:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9863>

Commit(s) tested:
	0fdfd794d22b3b516c3031e76afecaa0ed813931

Author(s) (in the same order as the commits):
	Tom de Vries <tdevries@suse.de>

Subject:
	[gdb/testsuite] Add cc-with-gdb-index.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/0f/0fdfd794d22b3b516c3031e76afecaa0ed813931/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=eaf7ef42>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=eaf7ef42>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-03  8:37 [binutils-gdb] On MS-Windows, define _WIN32_WINNT in a single common place sergiodj+buildbot
@ 2019-05-03  8:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-03  8:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9862>

Commit(s) tested:
	353ea2d106a51cfd1680f7d351f35eb8f69c9248

Author(s) (in the same order as the commits):
	Eli Zaretskii <eliz@gnu.org>

Subject:
	On MS-Windows, define _WIN32_WINNT in a single common place.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/35/353ea2d106a51cfd1680f7d351f35eb8f69c9248/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=eaf7ef42>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=eaf7ef42>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-03  1:02 [binutils-gdb] Remove _initialize_valarith sergiodj+buildbot
@ 2019-05-03  2:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-03  2:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9856>

Commit(s) tested:
	b8c05e85ef4ce9610a3a43198180cf24aea327cb

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Remove _initialize_valarith

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/b8/b8c05e85ef4ce9610a3a43198180cf24aea327cb/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=eaf7ef42>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=eaf7ef42>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-01 16:32 [binutils-gdb] [BINUTILS, AArch64] Enable Transactional Memory Extension sergiodj+buildbot
@ 2019-05-01 17:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-01 17:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9853>

Commit(s) tested:
	b83b4b138298d2a6bfab11f533d7e315c0a1c97b

Author(s) (in the same order as the commits):
	Sudakshina Das <sudi.das@arm.com>

Subject:
	[BINUTILS, AArch64] Enable Transactional Memory Extension

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/b8/b83b4b138298d2a6bfab11f533d7e315c0a1c97b/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=eaf7ef42>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=eaf7ef42>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-01 14:52 [binutils-gdb] Fix bug in assignment to nested packed structure sergiodj+buildbot
@ 2019-05-01 14:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-01 14:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9852>

Commit(s) tested:
	4504bbdec57c77b6468838276e62b2137eedfdd5

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Fix bug in assignment to nested packed structure

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/45/4504bbdec57c77b6468838276e62b2137eedfdd5/>

*** 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
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=eaf7ef42>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=eaf7ef42>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-05-01 13:53 [binutils-gdb] [gdb/testsuite] Fix "unable to find usable gdb" error with cc-with-tweaks.exp sergiodj+buildbot
@ 2019-05-01 14:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-05-01 14:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9850>

Commit(s) tested:
	f59f30f55776b10d4f728065e9f9a10cf63a1b29

Author(s) (in the same order as the commits):
	Tom de Vries <tdevries@suse.de>

Subject:
	[gdb/testsuite] Fix "unable to find usable gdb" error with cc-with-tweaks.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/f5/f59f30f55776b10d4f728065e9f9a10cf63a1b29/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=eaf7ef42>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=eaf7ef42>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-30 23:41 [binutils-gdb] Support DW_FORM_strx1, _strx2, _strx3, _strx4 forms sergiodj+buildbot
@ 2019-04-30 23:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-30 23:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9848>

Commit(s) tested:
	15f18d1467aa08ff7a4793f21e02fd4c2ebc0a0b

Author(s) (in the same order as the commits):
	Ali Tamur <tamur@google.com>

Subject:
	Support DW_FORM_strx1, _strx2, _strx3, _strx4 forms.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/15/15f18d1467aa08ff7a4793f21e02fd4c2ebc0a0b/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=eaf7ef42>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=eaf7ef42>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-30 21:55 [binutils-gdb] gdb/windows-nat.c: Get rid of main_thread_id global sergiodj+buildbot
@ 2019-04-30 22:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-30 22:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9847>

Commit(s) tested:
	ab4ee6147eb2e8fafd1fb96c945029c789182d3b

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	gdb/windows-nat.c: Get rid of main_thread_id global

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ab/ab4ee6147eb2e8fafd1fb96c945029c789182d3b/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=eaf7ef42>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=eaf7ef42>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-30 15:28 [binutils-gdb] Fix "catch exception" with dynamic linking sergiodj+buildbot
@ 2019-04-30 15:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-30 15:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9844>

Commit(s) tested:
	2ff0a947394eebf5ff9cd26088dce60ec8c10b48

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Fix "catch exception" with dynamic linking

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/2f/2ff0a947394eebf5ff9cd26088dce60ec8c10b48/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=eaf7ef42>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=eaf7ef42>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-30 15:12 [binutils-gdb] Fix crash in dwarf2read.c with template parameters sergiodj+buildbot
@ 2019-04-30 15:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-30 15:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9843>

Commit(s) tested:
	a776957c8c3a9177345ee7ca91077234ed7f508e

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Fix crash in dwarf2read.c with template parameters

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/a7/a776957c8c3a9177345ee7ca91077234ed7f508e/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=eaf7ef42>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=eaf7ef42>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-30 14:23 [binutils-gdb] gdb/fortran: Add allocatable type qualifier sergiodj+buildbot
@ 2019-04-30 14:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-30 14:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9840>

Commit(s) tested:
	bc68014d16c30a6e90fdf9fc43e98be8cbbead9a

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/fortran: Add allocatable type qualifier

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/bc/bc68014d16c30a6e90fdf9fc43e98be8cbbead9a/>

*** 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=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/RHEL-s390x-m64/xfails/master/xfail?id=eaf7ef42>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=eaf7ef42>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-30 14:07 [binutils-gdb] gdb/fortran: Update rules for printing whitespace in types sergiodj+buildbot
@ 2019-04-30 14:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-30 14:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9839>

Commit(s) tested:
	f1fdc960664c24d911d6189b94e5c054b4bb9053

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/fortran: Update rules for printing whitespace in types

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/f1/f1fdc960664c24d911d6189b94e5c054b4bb9053/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=eaf7ef42>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=eaf7ef42>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-30 13:50 [binutils-gdb] gdb/fortran: print function arguments when printing function type sergiodj+buildbot
@ 2019-04-30 13:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-30 13:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9838>

Commit(s) tested:
	bf7a4de1722a63c8b017d010e75d5e9e5e622f36

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/fortran: print function arguments when printing function type

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/bf/bf7a4de1722a63c8b017d010e75d5e9e5e622f36/>

*** Diff to previous build ***
============================
new FAIL: gdb.fortran/ptype-on-functions.exp: ptype some_module::get_number
new FAIL: gdb.fortran/ptype-on-functions.exp: ptype some_module::set_number
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=eaf7ef42>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=eaf7ef42>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-30 13:16 [binutils-gdb] gdb/fortran: Additional builtin procedures sergiodj+buildbot
@ 2019-04-30 13:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-30 13:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9835>

Commit(s) tested:
	b6d03bb2b65ac5c919f1d08674bbaa2a9bfb2d0c

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/fortran: Additional builtin procedures

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/b6/b6d03bb2b65ac5c919f1d08674bbaa2a9bfb2d0c/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=eaf7ef42>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=eaf7ef42>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-29 22:12 [binutils-gdb] gdb: Introduce 'print max-depth' feature sergiodj+buildbot
@ 2019-04-29 22:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-29 22:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9832>

Commit(s) tested:
	2e62ab400ff96334c92e5acf0a462cb9dc0d19a7

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Introduce 'print max-depth' feature

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/2e/2e62ab400ff96334c92e5acf0a462cb9dc0d19a7/>

*** Diff to previous build ***
============================
new FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_depth=-1: a_struct_with_union with option max_depth=-1
new FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_depth=2: a_struct_with_union with option max_depth=2
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/RHEL-s390x-m64/xfails/master/xfail?id=eaf7ef42>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=eaf7ef42>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-29 21:55 [binutils-gdb] gdb: Introduce new language field la_is_string_type_p sergiodj+buildbot
@ 2019-04-29 21:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-29 21:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9830>

Commit(s) tested:
	4be290b2517839872ef7de47230be8dbd291a7e5

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Introduce new language field la_is_string_type_p

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/4b/4be290b2517839872ef7de47230be8dbd291a7e5/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=eaf7ef42>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=eaf7ef42>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-29 21:38 [binutils-gdb] gdb: Introduce new language field la_struct_too_deep_ellipsis sergiodj+buildbot
@ 2019-04-29 21:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-29 21:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9829>

Commit(s) tested:
	721b08c68679ad4058bfa7ae73811e6f9e845cfd

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Introduce new language field la_struct_too_deep_ellipsis

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/72/721b08c68679ad4058bfa7ae73811e6f9e845cfd/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=eaf7ef42>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=eaf7ef42>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-29 15:13 [binutils-gdb] [gdb/testsuite] Fix regexp in skip_opencl_tests sergiodj+buildbot
@ 2019-04-29 15:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-29 15:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9826>

Commit(s) tested:
	d2b584a55b658fa52ffa3a42b689940d2e98e969

Author(s) (in the same order as the commits):
	Tom de Vries <tdevries@suse.de>

Subject:
	[gdb/testsuite] Fix regexp in skip_opencl_tests

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/d2/d2b584a55b658fa52ffa3a42b689940d2e98e969/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=eaf7ef42>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=eaf7ef42>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-29 14:33 [binutils-gdb] S12Z: Opcodes: Fix crash when trying to decode a truncated operation sergiodj+buildbot
@ 2019-04-29 14:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-29 14:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9825>

Commit(s) tested:
	4a90ce955e5bcde074b8616ff9d20f9939a9a358

Author(s) (in the same order as the commits):
	John Darrington <john@darrington.wattle.id.au>

Subject:
	S12Z: Opcodes: Fix crash when trying to decode a truncated operation.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/4a/4a90ce955e5bcde074b8616ff9d20f9939a9a358/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=eaf7ef42>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=eaf7ef42>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-28  5:25 [binutils-gdb] Follow-up to Support style in 'frame|thread apply' sergiodj+buildbot
@ 2019-04-28  5:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-28  5:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9823>

Commit(s) tested:
	fa731fa0d400568fb1fd68c247fc0c55b53c2a2f

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Follow-up to Support style in 'frame|thread apply'

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/fa/fa731fa0d400568fb1fd68c247fc0c55b53c2a2f/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=2dd2ce50>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2dd2ce50>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-27 11:41 [binutils-gdb] Implement show | set may-call-functions [on|off] sergiodj+buildbot
@ 2019-04-27 11:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-27 11:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9818>

Commit(s) tested:
	136afab8c7d8a8a91dbf38e79be4f9dc4125d552

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Implement show | set may-call-functions [on|off]

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/13/136afab8c7d8a8a91dbf38e79be4f9dc4125d552/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
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/RHEL-s390x-m64/xfails/master/xfail?id=2dd2ce50>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2dd2ce50>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-27  1:55 [binutils-gdb] [MIPS] Add load-link, store-conditional paired instructions sergiodj+buildbot
@ 2019-04-27  2:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-27  2:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9816>

Commit(s) tested:
	a45328b93bdd5399da8a9e56817e445cc2068edd

Author(s) (in the same order as the commits):
	Andrew Bennett <andrew.bennett@imgtec.com>

Subject:
	[MIPS] Add load-link, store-conditional paired instructions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/a4/a45328b93bdd5399da8a9e56817e445cc2068edd/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=2dd2ce50>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2dd2ce50>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-25 20:51 [binutils-gdb] c++/24367: Infinite recursion of typedef substitution sergiodj+buildbot
@ 2019-04-25 20:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-25 20:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9813>

Commit(s) tested:
	725cbb63263d27e87f5a4f9b73281e7710de53e4

Author(s) (in the same order as the commits):
	Keith Seitz <keiths@redhat.com>

Subject:
	c++/24367: Infinite recursion of typedef substitution

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/72/725cbb63263d27e87f5a4f9b73281e7710de53e4/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=2dd2ce50>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2dd2ce50>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-25 19:44 [binutils-gdb] Make SJLJ exceptions more efficient sergiodj+buildbot
@ 2019-04-25 19:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-25 19:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9809>

Commit(s) tested:
	c6fdd8b2052baa9b7a27d4d34f109c9622b53509

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Make SJLJ exceptions more efficient

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/c6/c6fdd8b2052baa9b7a27d4d34f109c9622b53509/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=2dd2ce50>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2dd2ce50>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-25 19:27 [binutils-gdb] Remove exception_none sergiodj+buildbot
@ 2019-04-25 19:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-25 19:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9808>

Commit(s) tested:
	cc06b668978e542ecbc2aff1beca40e5baff86b0

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Remove exception_none

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/cc/cc06b668978e542ecbc2aff1beca40e5baff86b0/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=2dd2ce50>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2dd2ce50>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-25 19:20 [binutils-gdb] Implement dump of mappings with ELF headers by gcore sergiodj+buildbot
@ 2019-04-25 18:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-25 18:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9806>

Commit(s) tested:
	57e5e645010430b3d73f8c6a757d09f48dc8f8d5

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Implement dump of mappings with ELF headers by gcore

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/57/57e5e645010430b3d73f8c6a757d09f48dc8f8d5/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=2dd2ce50>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2dd2ce50>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-25 14:51 [binutils-gdb] Detect invalid length field in debug frame FDE header sergiodj+buildbot
@ 2019-04-25 14:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-25 14:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9804>

Commit(s) tested:
	723adb650a31859d7cc45832cb8adca0206455ed

Author(s) (in the same order as the commits):
	Sandra Loosemore <sandra@codesourcery.com>

Subject:
	Detect invalid length field in debug frame FDE header.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/72/723adb650a31859d7cc45832cb8adca0206455ed/>

*** Diff to previous build ***
============================
PASS -> FAIL: 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 -> 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, 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_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 again, 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_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: 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 -> 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, 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_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_frame: thread 1.3: select frame 1, 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_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 -> 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: 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 -> 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 again, 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.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.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 -> 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, 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, 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=direct: test_cli_in_mi_thread: thread 1.3: 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_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 -> 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, 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_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 again, 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_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: 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 -> 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, 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_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_frame: thread 1.3: select frame 1, 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_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 -> 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: 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 -> 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 again, 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.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.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 -> 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, 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, 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: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: thread without args, event on CLI, ensure no output CLI
PASS -> FAIL: 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 -> 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: frame without args, 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: 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 CLI
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: 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 -> 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 CLI
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: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.2: flush MI
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 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 -> FAIL: 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 -> 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_select_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_thread: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: flush MI
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.2: thread without args, 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
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 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 -> 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_thread: thread 1.3: thread without args, event on MI, ensure no output MI
PASS -> FAIL: 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 -> 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 again, event on MI, ensure no output CLI
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: 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 -> 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: -stack-select-frame, event on MI, ensure no output CLI
PASS -> FAIL: 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 -> 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: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: flush MI
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 again, event on CLI, ensure no output CLI
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 again, event on CLI, ensure no output CLI
PASS -> FAIL: 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: inferior 2: continue to breakpoint: main breakpoint
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: inferior 2: set thread-specific breakpoint, thread 2.2
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: inferior 2: stop at breakpoint in main
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: inferior 2: thread 2.2 stops CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: inferior 2: thread 2.2 stops MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: main stop
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=1: inferior 1 exited
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: other threads ran - unlocked
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=2dd2ce50>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2dd2ce50>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
       [not found] <@gdb-build>
@ 2019-04-25 13:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-25 13:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9803>

Commit(s) tested:
	68bb0359eec3093560929b8ad2b3f5d30e7a7e1d

Author(s) (in the same order as the commits):
	Sudakshina Das <sudi.das@arm.com>

Subject:
	[BFD, AArch64] Improve bti/pac plts.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/68/68bb0359eec3093560929b8ad2b3f5d30e7a7e1d/>

*** Failed to update master GDB git repository.  The build can continue. ***





^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-24 20:48 [binutils-gdb] Fix Rust testing sergiodj+buildbot
@ 2019-04-24 21:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-24 21:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9800>

Commit(s) tested:
	1670072efb31e82d52d408940062860e2835d79c

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Fix Rust testing

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/16/1670072efb31e82d52d408940062860e2835d79c/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=2dd2ce50>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2dd2ce50>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-24 18:26 [binutils-gdb] Fix passing of struct with bitfields on x86-64 sergiodj+buildbot
@ 2019-04-24 18:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-24 18:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9797>

Commit(s) tested:
	a59240a41ac34d91e4ef5dd8b484763639388364

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Fix passing of struct with bitfields on x86-64

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/a5/a59240a41ac34d91e4ef5dd8b484763639388364/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=2dd2ce50>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2dd2ce50>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-24  9:43 [binutils-gdb] S12Z: Opcodes: Handle bit map operations with non-canonical operands sergiodj+buildbot
@ 2019-04-24  9:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-24  9:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9796>

Commit(s) tested:
	a679f24ecc00ff7df02c5e6e4804fc9f19cbe595

Author(s) (in the same order as the commits):
	John Darrington <john@darrington.wattle.id.au>

Subject:
	S12Z: Opcodes: Handle bit map operations with non-canonical operands.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/a6/a679f24ecc00ff7df02c5e6e4804fc9f19cbe595/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=2dd2ce50>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2dd2ce50>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-24  9:43 [binutils-gdb] S12Z: s12z-opc.h: Add extern "C" bracketing sergiodj+buildbot
@ 2019-04-24  9:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-24  9:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9795>

Commit(s) tested:
	d10be0cb9e61f29a0de368ebcc78bba22a902ad5

Author(s) (in the same order as the commits):
	John Darrington <john@darrington.wattle.id.au>

Subject:
	S12Z: s12z-opc.h: Add extern "C" bracketing

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/d1/d10be0cb9e61f29a0de368ebcc78bba22a902ad5/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=2dd2ce50>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2dd2ce50>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-24  5:24 [binutils-gdb] gdb/rl78: Use default gdbarch methods where possible sergiodj+buildbot
@ 2019-04-24  6:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-24  6:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9793>

Commit(s) tested:
	b614e6f3f820fe08d407b57821456f672d4d1a6f

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/rl78: Use default gdbarch methods where possible

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/b6/b614e6f3f820fe08d407b57821456f672d4d1a6f/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=2dd2ce50>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2dd2ce50>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-24  5:07 [binutils-gdb] gdb/xstormy16: Use default gdbarch methods where possible sergiodj+buildbot
@ 2019-04-24  5:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-24  5:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9792>

Commit(s) tested:
	14faed38e730e3ab2a1aa8d5232b4883638fd857

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/xstormy16: Use default gdbarch methods where possible

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/14/14faed38e730e3ab2a1aa8d5232b4883638fd857/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
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/RHEL-s390x-m64/xfails/master/xfail?id=2dd2ce50>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2dd2ce50>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-24  4:50 [binutils-gdb] gdb/vax: Use default gdbarch methods where possible sergiodj+buildbot
@ 2019-04-24  4:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-24  4:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9791>

Commit(s) tested:
	541aad8ac923fa2d4a9d35fdf82b487b9f6e0ea8

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/vax: Use default gdbarch methods where possible

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/54/541aad8ac923fa2d4a9d35fdf82b487b9f6e0ea8/>

*** Diff to previous build ***
============================
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 -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=2dd2ce50>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2dd2ce50>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-24  4:34 [binutils-gdb] gdb/v850: Use default gdbarch methods where possible sergiodj+buildbot
@ 2019-04-24  4:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-24  4:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9790>

Commit(s) tested:
	29222070e410d441108895fcc3011f576bd05461

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/v850: Use default gdbarch methods where possible

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/29/29222070e410d441108895fcc3011f576bd05461/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=2dd2ce50>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2dd2ce50>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-24  3:46 [binutils-gdb] gdb/sparc: Use default_unwind_pc sergiodj+buildbot
@ 2019-04-24  4:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-24  4:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9787>

Commit(s) tested:
	d31f262c36a450fe64e5886228d585c75cfecf14

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/sparc: Use default_unwind_pc

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/d3/d31f262c36a450fe64e5886228d585c75cfecf14/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=2dd2ce50>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2dd2ce50>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-24  3:29 [binutils-gdb] gdb/sh: Use default gdbarch methods where possible sergiodj+buildbot
@ 2019-04-24  3:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-24  3:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9786>

Commit(s) tested:
	6d14d64dfefef524398f45fd59c1443ebac624f6

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/sh: Use default gdbarch methods where possible

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/6d/6d14d64dfefef524398f45fd59c1443ebac624f6/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=2dd2ce50>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2dd2ce50>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-24  3:12 [binutils-gdb] gdb/score: Use default gdbarch methods where possible sergiodj+buildbot
@ 2019-04-24  3:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-24  3:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9785>

Commit(s) tested:
	a40dde9db56ffcea8c2b99e8c4e292ce64f64f9c

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/score: Use default gdbarch methods where possible

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/a4/a40dde9db56ffcea8c2b99e8c4e292ce64f64f9c/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=2dd2ce50>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2dd2ce50>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-24  2:39 [binutils-gdb] gdb/rs6000: Use default gdbarch methods where possible sergiodj+buildbot
@ 2019-04-24  2:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-24  2:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9783>

Commit(s) tested:
	833a4480dd7cadfd645d7b141168a0e22dc50665

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/rs6000: Use default gdbarch methods where possible

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/83/833a4480dd7cadfd645d7b141168a0e22dc50665/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=2dd2ce50>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2dd2ce50>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-24  2:22 [binutils-gdb] gdb/or1k: Use default gdbarch methods where possible sergiodj+buildbot
@ 2019-04-24  2:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-24  2:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9782>

Commit(s) tested:
	3f2cef4945a916e3b566010340bbc70cfe927916

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/or1k: Use default gdbarch methods where possible

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/3f/3f2cef4945a916e3b566010340bbc70cfe927916/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=2dd2ce50>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2dd2ce50>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-24  2:06 [binutils-gdb] gdb/nios2: Use default gdbarch methods where possible sergiodj+buildbot
@ 2019-04-24  2:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-24  2:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9781>

Commit(s) tested:
	96acf8844a655e34de3f3b014a7f64f26266dee1

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/nios2: Use default gdbarch methods where possible

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/96/96acf8844a655e34de3f3b014a7f64f26266dee1/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=2dd2ce50>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2dd2ce50>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-24  1:49 [binutils-gdb] gdb/nds32: Use default gdbarch methods where possible sergiodj+buildbot
@ 2019-04-24  2:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-24  2:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9780>

Commit(s) tested:
	ca0ab0aa8194eda711cf52efe6c26cb821218476

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/nds32: Use default gdbarch methods where possible

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ca/ca0ab0aa8194eda711cf52efe6c26cb821218476/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=2dd2ce50>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2dd2ce50>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-24  1:32 [binutils-gdb] gdb/msp430: Use default gdbarch methods where possible sergiodj+buildbot
@ 2019-04-24  1:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-24  1:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9779>

Commit(s) tested:
	c825904428f7c89a65eeb313b243f65e950a0a19

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/msp430: Use default gdbarch methods where possible

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/c8/c825904428f7c89a65eeb313b243f65e950a0a19/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=2dd2ce50>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2dd2ce50>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-24  1:15 [binutils-gdb] gdb/moxie: Use default gdbarch methods where possible sergiodj+buildbot
@ 2019-04-24  1:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-24  1:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9778>

Commit(s) tested:
	27f113c8e9b2361caf3dfcf15437020306bf93b9

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/moxie: Use default gdbarch methods where possible

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/27/27f113c8e9b2361caf3dfcf15437020306bf93b9/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=2dd2ce50>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2dd2ce50>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-24  1:00 [binutils-gdb] gdb/mn10300: Use default gdbarch methods where possible sergiodj+buildbot
@ 2019-04-24  1:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-24  1:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9777>

Commit(s) tested:
	aee6c3cd1fea463422f19394f95c311f239b6067

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/mn10300: Use default gdbarch methods where possible

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ae/aee6c3cd1fea463422f19394f95c311f239b6067/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=2dd2ce50>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2dd2ce50>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-24  0:27 [binutils-gdb] gdb/m68hc11: Use default gdbarch methods where possible sergiodj+buildbot
@ 2019-04-24  1:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-24  1:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9775>

Commit(s) tested:
	43cf3eded2d3ec0af6f5cf534dd89f47d4958a92

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/m68hc11: Use default gdbarch methods where possible

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/43/43cf3eded2d3ec0af6f5cf534dd89f47d4958a92/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=2dd2ce50>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2dd2ce50>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-23 23:54 [binutils-gdb] gdb/m32c: Use default gdbarch methods where possible sergiodj+buildbot
@ 2019-04-24  0:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-24  0:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9773>

Commit(s) tested:
	89b268d8233e11acdfbc5af196166aacc1440ff3

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/m32c: Use default gdbarch methods where possible

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/89/89b268d8233e11acdfbc5af196166aacc1440ff3/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=2dd2ce50>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2dd2ce50>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-23 22:47 [binutils-gdb] gdb/lm32: Use default gdbarch methods where possible sergiodj+buildbot
@ 2019-04-23 23:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-23 23:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9769>

Commit(s) tested:
	946c28d2f93789ff4eec86a8c321af35759fa20a

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/lm32: Use default gdbarch methods where possible

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/94/946c28d2f93789ff4eec86a8c321af35759fa20a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=2dd2ce50>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2dd2ce50>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-23 22:28 [binutils-gdb] gdb/iq2000: Use default gdbarch methods where possible sergiodj+buildbot
@ 2019-04-23 22:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-23 22:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9768>

Commit(s) tested:
	bf12844a68f3f4f267846a19df6a280f53e7ec5f

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/iq2000: Use default gdbarch methods where possible

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/bf/bf12844a68f3f4f267846a19df6a280f53e7ec5f/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=2dd2ce50>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2dd2ce50>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-23 17:28 [binutils-gdb] Remove unused overload of line_header::file_name_at sergiodj+buildbot
@ 2019-04-23 17:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-23 17:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9764>

Commit(s) tested:
	9e97ba436a8e59ac4574001d618240eac0328934

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Remove unused overload of line_header::file_name_at

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/9e/9e97ba436a8e59ac4574001d618240eac0328934/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=2dd2ce50>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2dd2ce50>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-23 14:16 [binutils-gdb] [gdb/testsuite] Fix gdb.btrace/reconnect.exp with native-gdbserver sergiodj+buildbot
@ 2019-04-23 14:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-23 14:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9762>

Commit(s) tested:
	5c565afd4c7ab6f3d287c9abd288d1d1e3e7cade

Author(s) (in the same order as the commits):
	Tom de Vries <tdevries@suse.de>

Subject:
	[gdb/testsuite] Fix gdb.btrace/reconnect.exp with native-gdbserver

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/5c/5c565afd4c7ab6f3d287c9abd288d1d1e3e7cade/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=2dd2ce50>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2dd2ce50>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-23 13:59 [binutils-gdb] [gdb/contrib] Remove superfluous .alt file after dwz invocation in cc-with-tweaks.sh sergiodj+buildbot
@ 2019-04-23 14:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-23 14:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9761>

Commit(s) tested:
	6892f60143f7809641dc1824e29dcc406a705df6

Author(s) (in the same order as the commits):
	Tom de Vries <tdevries@suse.de>

Subject:
	[gdb/contrib] Remove superfluous .alt file after dwz invocation in cc-with-tweaks.sh

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/68/6892f60143f7809641dc1824e29dcc406a705df6/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=2dd2ce50>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2dd2ce50>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-23 13:32 [binutils-gdb] Testsuite: Remove pie from trace tests sergiodj+buildbot
@ 2019-04-23 13:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-23 13:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9760>

Commit(s) tested:
	ba22ff8694e366fe5f27824566aae65fc6626841

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Testsuite: Remove pie from trace tests

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ba/ba22ff8694e366fe5f27824566aae65fc6626841/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=2dd2ce50>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2dd2ce50>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-23  4:05 [binutils-gdb] Support for DW_OP_addrx and DW_FORM_addrx tags sergiodj+buildbot
@ 2019-04-23  4:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-23  4:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9759>

Commit(s) tested:
	336d760da60d93ce76c4560525f65339f3403914

Author(s) (in the same order as the commits):
	Ali Tamur <tamur@google.com>

Subject:
	Support for DW_OP_addrx and DW_FORM_addrx tags

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/33/336d760da60d93ce76c4560525f65339f3403914/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=2dd2ce50>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2dd2ce50>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-23  3:48 [binutils-gdb] [FYI] Add myself to gdb/MAINTAINERS sergiodj+buildbot
@ 2019-04-23  4:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-23  4:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9758>

Commit(s) tested:
	ad9d13f8e966a844e7e647af6e82259101956f17

Author(s) (in the same order as the commits):
	Ali Tamur <tamur@google.com>

Subject:
	[FYI] Add myself to gdb/MAINTAINERS

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ad/ad9d13f8e966a844e7e647af6e82259101956f17/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=2dd2ce50>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2dd2ce50>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-23  3:32 [binutils-gdb] RISC-V: Enable 32-bit linux gdb core file support sergiodj+buildbot
@ 2019-04-23  3:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-23  3:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9757>

Commit(s) tested:
	79b8e8ab453619cb0262e1ad18447d918a605073

Author(s) (in the same order as the commits):
	Jim Wilson <jimw@sifive.com>

Subject:
	RISC-V: Enable 32-bit linux gdb core file support.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/79/79b8e8ab453619cb0262e1ad18447d918a605073/>

*** 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
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=2dd2ce50>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2dd2ce50>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-22 18:42 [binutils-gdb] solib-svr4: Pass down svr4_info as much as possible sergiodj+buildbot
@ 2019-04-23  2:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-23  2:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9756>

Commit(s) tested:
	d70cc3ba8740fc0eb0328da2453cefba8211944b

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@efficios.com>

Subject:
	solib-svr4: Pass down svr4_info as much as possible

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/d7/d70cc3ba8740fc0eb0328da2453cefba8211944b/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=2dd2ce50>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2dd2ce50>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-20 18:38 [binutils-gdb] Remove common/queue.h sergiodj+buildbot
@ 2019-04-20 18:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-20 18:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9750>

Commit(s) tested:
	fb8819867993ee942aacd8ea6d5027b16cecda48

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove common/queue.h

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/fb/fb8819867993ee942aacd8ea6d5027b16cecda48/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-20 18:22 [binutils-gdb] Remove an include of common/queue.h sergiodj+buildbot
@ 2019-04-20 18:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-20 18:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9749>

Commit(s) tested:
	8732db6ceb3d5d352685199a15306dbb69c086d6

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove an include of common/queue.h

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/87/8732db6ceb3d5d352685199a15306dbb69c086d6/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
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
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: other threads ran - unlocked
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-20 17:46 [binutils-gdb] Use std::list for event notifications in gdbserver sergiodj+buildbot
@ 2019-04-20 18:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-20 18:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9747>

Commit(s) tested:
	b494cdff6922944383ef4dc20fcc90c4d823d315

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use std::list for event notifications in gdbserver

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/b4/b494cdff6922944383ef4dc20fcc90c4d823d315/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-20 17:28 [binutils-gdb] Make objfile::static_links an htab_up sergiodj+buildbot
@ 2019-04-20 17:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-20 17:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9746>

Commit(s) tested:
	cf250e36790aaa255bb486e2122bb83c95c7669b

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Make objfile::static_links an htab_up

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/cf/cf250e36790aaa255bb486e2122bb83c95c7669b/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-20 17:12 [binutils-gdb] Make copy_name return std::string sergiodj+buildbot
@ 2019-04-20 17:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-20 17:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9745>

Commit(s) tested:
	61f4b350419e91560be94e0671a760b2e4902c65

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Make copy_name return std::string

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/61/61f4b350419e91560be94e0671a760b2e4902c65/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-20 15:56 [binutils-gdb] Fix "list" when control characters are seen sergiodj+buildbot
@ 2019-04-20 15:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-20 15:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9740>

Commit(s) tested:
	62160ec9547cdd21ac7334d9a378ca2930aac61c

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Fix "list" when control characters are seen

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/62/62160ec9547cdd21ac7334d9a378ca2930aac61c/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-20 15:36 [binutils-gdb] Fix GDB crash when registers cannot be modified sergiodj+buildbot
@ 2019-04-20 15:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-20 15:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9739>

Commit(s) tested:
	ee3c5f8968e7b43854204898fa46933b3a1b5991

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Fix GDB crash when registers cannot be modified.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ee/ee3c5f8968e7b43854204898fa46933b3a1b5991/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-20 15:04 [binutils-gdb] OBVIOUS move add_comm_alias "!" <=> "shell" near the add_com "shell" sergiodj+buildbot
@ 2019-04-20 15:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-20 15:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9737>

Commit(s) tested:
	d563b953142db796f61425a1a300f0feddcdcd55

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	OBVIOUS move add_comm_alias "!" <=> "shell" near the add_com "shell"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/d5/d563b953142db796f61425a1a300f0feddcdcd55/>

*** 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
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: watchpoint 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/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-19  8:42 [binutils-gdb] s12z and h8300 no-print-map-discarded fails sergiodj+buildbot
@ 2019-04-19  9:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-19  9:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9736>

Commit(s) tested:
	fce9773608d45757dfb26ef7783f37d432ae9a88

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	s12z and h8300 no-print-map-discarded fails

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/fc/fce9773608d45757dfb26ef7783f37d432ae9a88/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-18 21:56 [binutils-gdb] [gdb/testsuite] Fix gdb.base/break-probes.exp with native-gdbserver sergiodj+buildbot
@ 2019-04-18 22:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-18 22:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9735>

Commit(s) tested:
	36cd4ba59817473935f781174744e7883ff221ee

Author(s) (in the same order as the commits):
	Tom de Vries <tdevries@suse.de>

Subject:
	[gdb/testsuite] Fix gdb.base/break-probes.exp with native-gdbserver

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/36/36cd4ba59817473935f781174744e7883ff221ee/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-18 16:56 [binutils-gdb] Make process_stratum_target::stratum "final" sergiodj+buildbot
@ 2019-04-18 17:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-18 17:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9734>

Commit(s) tested:
	dc34c8972ec803b093201c4c12e084f059be32f7

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Make process_stratum_target::stratum "final"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/dc/dc34c8972ec803b093201c4c12e084f059be32f7/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-18 16:30 [binutils-gdb] [gdb] Handle vfork in thread with follow-fork-mode child sergiodj+buildbot
@ 2019-04-18 16:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-18 16:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9733>

Commit(s) tested:
	b73715df01e6e9b3de5a49cd7bf4170deef48461

Author(s) (in the same order as the commits):
	Tom de Vries <tdevries@suse.de>

Subject:
	[gdb] Handle vfork in thread with follow-fork-mode child

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/b7/b73715df01e6e9b3de5a49cd7bf4170deef48461/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-17 17:44 [binutils-gdb] x86: Suggest -fPIE when not building shared object sergiodj+buildbot
@ 2019-04-17 17:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-17 17:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9732>

Commit(s) tested:
	9a7f0679fd3b9815b8eb938bfdad3934b8435419

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Suggest -fPIE when not building shared object

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/9a/9a7f0679fd3b9815b8eb938bfdad3934b8435419/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-17 16:36 [binutils-gdb] x86: Also check x86 linker_def for non-shared definition sergiodj+buildbot
@ 2019-04-17 16:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-17 16:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9731>

Commit(s) tested:
	4e84a8f8bbeab52fa7048873655e582ceb92534d

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Also check x86 linker_def for non-shared definition

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/4e/4e84a8f8bbeab52fa7048873655e582ceb92534d/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-17 13:19 [binutils-gdb] Avoid crash in dwarf2_init_complex_target_type sergiodj+buildbot
@ 2019-04-17 13:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-17 13:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9730>

Commit(s) tested:
	a12e57448ecf2644e3ddc98bbd4bbb914a5f8c92

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Avoid crash in dwarf2_init_complex_target_type

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/a1/a12e57448ecf2644e3ddc98bbd4bbb914a5f8c92/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-17  9:56 [binutils-gdb] gdbserver: Add debug-file option sergiodj+buildbot
@ 2019-04-17 10:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-17 10:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9728>

Commit(s) tested:
	aeb2e706e1b9c491d20c88c8ead1ae9df9cee04a

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	gdbserver: Add debug-file option

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ae/aeb2e706e1b9c491d20c88c8ead1ae9df9cee04a/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-17  9:15 [binutils-gdb] gdbserver: Move remote_debug to a single place sergiodj+buildbot
@ 2019-04-17  9:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-17  9:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9727>

Commit(s) tested:
	c1bc0935a4afb513486dc0a479cd57c0924b677c

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	gdbserver: Move remote_debug to a single place

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/c1/c1bc0935a4afb513486dc0a479cd57c0924b677c/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-17  0:08 [binutils-gdb] gdb/riscv: Allow breakpoints to be created at invalid addresses sergiodj+buildbot
@ 2019-04-17  0:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-17  0:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9726>

Commit(s) tested:
	c01660c625766e848195285cc20581b9ed7ecfe2

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/riscv: Allow breakpoints to be created at invalid addresses

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/c0/c01660c625766e848195285cc20581b9ed7ecfe2/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-15 16:46 [binutils-gdb] Fix AMD64 return value ABI in expression evaluation sergiodj+buildbot
@ 2019-04-15 17:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-15 17:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9725>

Commit(s) tested:
	4aa866af6b13c7080c6d92201fc1a2f4ea19998e

Author(s) (in the same order as the commits):
	Leszek Swirski <leszeks@google.com>

Subject:
	Fix AMD64 return value ABI in expression evaluation

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/4a/4aa866af6b13c7080c6d92201fc1a2f4ea19998e/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
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/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-15 16:10 [binutils-gdb] AArch64 SVE: Check for vector length change when getting gdbarch sergiodj+buildbot
@ 2019-04-15 16:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-15 16:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9723>

Commit(s) tested:
	4da037ef9dba6c17089250d228efdbe6f7d830c9

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	AArch64 SVE: Check for vector length change when getting gdbarch

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/4d/4da037ef9dba6c17089250d228efdbe6f7d830c9/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-15 15:51 [binutils-gdb] AArch64: Tidy up aarch64_gdbarch_init sergiodj+buildbot
@ 2019-04-15 16:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-15 16:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9722>

Commit(s) tested:
	ccb8d7e8194b848a6c4aa43272540eec0f4f21f2

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	AArch64: Tidy up aarch64_gdbarch_init

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/cc/ccb8d7e8194b848a6c4aa43272540eec0f4f21f2/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-15 15:32 [binutils-gdb] [binutils, ARM, 16/16] Add support to VLDR and VSTR of system registers sergiodj+buildbot
@ 2019-04-15 15:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-15 15:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9721>

Commit(s) tested:
	32c36c3ce94becbf0b8e1adad6ff28aa9d5e0b66

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[binutils, ARM, 16/16] Add support to VLDR and VSTR of system registers

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/32/32c36c3ce94becbf0b8e1adad6ff28aa9d5e0b66/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: other threads ran - unlocked
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-15 15:14 [binutils-gdb] [binutils, ARM, 15/16] Add support for VSCCLRM sergiodj+buildbot
@ 2019-04-15 15:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-15 15:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9720>

Commit(s) tested:
	efd6b3591b4bc8440f4145dfc0e6dbfc0545f7d8

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[binutils, ARM, 15/16] Add support for VSCCLRM

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ef/efd6b3591b4bc8440f4145dfc0e6dbfc0545f7d8/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/info-os.exp: get process list
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=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/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-15 14:41 [binutils-gdb] [binutils, ARM, 13/16] Add support for CLRM sergiodj+buildbot
@ 2019-04-15 14:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-15 14:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9718>

Commit(s) tested:
	4b5a202f107b5393da30fd0b488c3eff2bc758a5

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[binutils, ARM, 13/16] Add support for CLRM

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/4b/4b5a202f107b5393da30fd0b488c3eff2bc758a5/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
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/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-15 14:07 [binutils-gdb] [binutils, ARM, 11/16] New BFCSEL instruction for Armv8.1-M Mainline sergiodj+buildbot
@ 2019-04-15 14:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-15 14:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9716>

Commit(s) tested:
	f6b2b12db82f7b76c30ec389a67fbce5d2805323

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[binutils, ARM, 11/16] New BFCSEL instruction for Armv8.1-M Mainline

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/f6/f6b2b12db82f7b76c30ec389a67fbce5d2805323/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-15 13:50 [binutils-gdb] [binutils, ARM, 10/16] BFCSEL infrastructure with new global reloc R_ARM_THM_BF12 sergiodj+buildbot
@ 2019-04-15 14:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-15 14:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9715>

Commit(s) tested:
	1889da7048b310151d142b100678b6bd6053b548

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[binutils, ARM, 10/16] BFCSEL infrastructure with new global reloc R_ARM_THM_BF12

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/18/1889da7048b310151d142b100678b6bd6053b548/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-15 13:33 [binutils-gdb] [binutils, ARM, 9/16] New BFL instruction for Armv8.1-M Mainline sergiodj+buildbot
@ 2019-04-15 13:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-15 13:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9714>

Commit(s) tested:
	65d1bc05e89e45b102783422c3984ed718547d5c

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[binutils, ARM, 9/16] New BFL instruction for Armv8.1-M Mainline

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/65/65d1bc05e89e45b102783422c3984ed718547d5c/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-15 13:18 [binutils-gdb] [binutils, ARM, 8/16] BFL infrastructure with new global reloc R_ARM_THM_BF18 sergiodj+buildbot
@ 2019-04-15 13:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-15 13:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9713>

Commit(s) tested:
	1caf72a5849abf9a717ed3e0232abf591ff933e7

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[binutils, ARM, 8/16] BFL infrastructure with new global reloc R_ARM_THM_BF18

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/1c/1caf72a5849abf9a717ed3e0232abf591ff933e7/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-15 13:09 [binutils-gdb] [binutils, ARM, 7/16] New BFX and BFLX instruction for Armv8.1-M Mainline sergiodj+buildbot
@ 2019-04-15 13:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-15 13:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9712>

Commit(s) tested:
	f1c7f42126274d48f6b0a929e4e15a32193997c6

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[binutils, ARM, 7/16] New BFX and BFLX instruction for Armv8.1-M Mainline

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/f1/f1c7f42126274d48f6b0a929e4e15a32193997c6/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-15 12:41 [binutils-gdb] [binutils, ARM, 6/16] New BF instruction for Armv8.1-M Mainline sergiodj+buildbot
@ 2019-04-15 12:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-15 12:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9711>

Commit(s) tested:
	4389b29a5af431eeac517272b66560e12df3c430

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[binutils, ARM, 6/16] New BF instruction for Armv8.1-M Mainline

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/43/4389b29a5af431eeac517272b66560e12df3c430/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-15 12:26 [binutils-gdb] [binutils, ARM, 5/16] BF insns infrastructure with new global reloc R_ARM_THM_BF16 sergiodj+buildbot
@ 2019-04-15 12:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-15 12:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9710>

Commit(s) tested:
	e5d6e09ee6cea13942a8042945e784f483a6f3af

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[binutils, ARM, 5/16] BF insns infrastructure with new global reloc R_ARM_THM_BF16

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/e5/e5d6e09ee6cea13942a8042945e784f483a6f3af/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-13 21:26 [binutils-gdb] sim: Use host not target byte order for merging and splitting values sergiodj+buildbot
@ 2019-04-13 22:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-13 22:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9706>

Commit(s) tested:
	798066abd8e5ec2a411979fd34bfe0cd494c1813

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	sim: Use host not target byte order for merging and splitting values

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/79/798066abd8e5ec2a411979fd34bfe0cd494c1813/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
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/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-13  0:05 [binutils-gdb] gdb: Fix failure in gdb.base/complex-parts.exp for x86-32 sergiodj+buildbot
@ 2019-04-13  0:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-13  0:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9705>

Commit(s) tested:
	35add35e85c21f02e3e5808273cb77b24069b0aa

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Fix failure in gdb.base/complex-parts.exp for x86-32

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/35/35add35e85c21f02e3e5808273cb77b24069b0aa/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-12 12:53 [binutils-gdb] Another fix for GDB styling sergiodj+buildbot
@ 2019-04-12 13:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-12 13:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9702>

Commit(s) tested:
	51196bbc5618a3741bd7bbed01ac76b25a2e6f9c

Author(s) (in the same order as the commits):
	Eli Zaretskii <eliz@gnu.org>

Subject:
	Another fix for GDB styling

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/51/51196bbc5618a3741bd7bbed01ac76b25a2e6f9c/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-12 10:57 [binutils-gdb] Testsuite: Add gdbserver sysroot test sergiodj+buildbot
@ 2019-04-12 11:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-12 11:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9701>

Commit(s) tested:
	e5a1a79a4e0ee33292d45b10a759eb41f7358b7c

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Testsuite: Add gdbserver sysroot test

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/e5/e5a1a79a4e0ee33292d45b10a759eb41f7358b7c/>

*** Diff to previous build ***
============================
new FAIL: gdb.server/sysroot.exp: sysroot=local: continue to printf
new FAIL: gdb.server/sysroot.exp: sysroot=remote: continue to printf
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-12  8:47 [binutils-gdb] gdb: Remove LANG_MAGIC sergiodj+buildbot
@ 2019-04-12  8:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-12  8:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9700>

Commit(s) tested:
	62253a61473764b0d084b01eff06a93fb38bb2e3

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Remove LANG_MAGIC

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/62/62253a61473764b0d084b01eff06a93fb38bb2e3/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-11 23:12 [binutils-gdb] gdb: Fix alignment computation for structs with only static fields sergiodj+buildbot
@ 2019-04-11 23:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-11 23:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9698>

Commit(s) tested:
	41077b6625d16cc6c0c4b404a177a8850300b8a0

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Fix alignment computation for structs with only static fields

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/41/41077b6625d16cc6c0c4b404a177a8850300b8a0/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-nonstop.exp: wait for thread exit
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-11 19:21 [binutils-gdb] Make "msg" const in internal_vproblem sergiodj+buildbot
@ 2019-04-11 19:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-11 19:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9696>

Commit(s) tested:
	02cf60c7a42710ee0364698c436b6ca5e771374b

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Make "msg" const in internal_vproblem

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/02/02cf60c7a42710ee0364698c436b6ca5e771374b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-11 17:34 [binutils-gdb] [gdb/testsuite] Add cc-with-dwz.exp and cc-with-dwz-m.exp sergiodj+buildbot
@ 2019-04-11 17:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-11 17:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9695>

Commit(s) tested:
	c30391f893fd99e768c1a6282763ef553c45f1ff

Author(s) (in the same order as the commits):
	Tom de Vries <tdevries@suse.de>

Subject:
	[gdb/testsuite] Add cc-with-dwz.exp and cc-with-dwz-m.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/c3/c30391f893fd99e768c1a6282763ef553c45f1ff/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-11 11:45 [binutils-gdb] PR24435, buffer overflow reading dynamic entries sergiodj+buildbot
@ 2019-04-11 11:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-11 11:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9692>

Commit(s) tested:
	9bff840e8cc560f5096a43609ed3e0d980733fd9

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR24435, buffer overflow reading dynamic entries

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/9b/9bff840e8cc560f5096a43609ed3e0d980733fd9/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-11 10:57 [binutils-gdb] AArch64: When DF_BIND_NOW don't use TLSDESC GOT value sergiodj+buildbot
@ 2019-04-11 11:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-11 11:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9691>

Commit(s) tested:
	ce12121b63145322b4961bbb2b94b939cb916ba7

Author(s) (in the same order as the commits):
	Tamar Christina <tamar.christina@arm.com>

Subject:
	AArch64: When DF_BIND_NOW don't use TLSDESC GOT value.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ce/ce12121b63145322b4961bbb2b94b939cb916ba7/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-11  9:56 [binutils-gdb] [BINUTILS, AArch64, 2/2] Update Store Allocation Tag instructions sergiodj+buildbot
@ 2019-04-11 10:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-11 10:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9690>

Commit(s) tested:
	bd7ceb8d26e011ff3fd23402ec2587d7c374f090

Author(s) (in the same order as the commits):
	Sudakshina Das <sudi.das@arm.com>

Subject:
	[BINUTILS, AArch64, 2/2] Update Store Allocation Tag instructions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/bd/bd7ceb8d26e011ff3fd23402ec2587d7c374f090/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-11  9:38 [binutils-gdb] [BINUTILS, AArch64, 1/2] Add new LDGM/STGM instruction sergiodj+buildbot
@ 2019-04-11  9:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-11  9:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9689>

Commit(s) tested:
	e54010f1aeb050cb9d65862a0afe9095a7a85f27

Author(s) (in the same order as the commits):
	Sudakshina Das <sudi.das@arm.com>

Subject:
	[BINUTILS, AArch64, 1/2] Add new LDGM/STGM instruction

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/e5/e54010f1aeb050cb9d65862a0afe9095a7a85f27/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-11  0:58 [binutils-gdb] Fix amd64->i386 linux syscall restart problem sergiodj+buildbot
@ 2019-04-11  0:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-11  0:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9687>

Commit(s) tested:
	3f52fdbcb599f76b4838020721ca6c9f1cc28f84

Author(s) (in the same order as the commits):
	Kevin Buettner <kevinb@redhat.com>

Subject:
	Fix amd64->i386 linux syscall restart problem

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/3f/3f52fdbcb599f76b4838020721ca6c9f1cc28f84/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-10 15:14 [binutils-gdb] Pull in patch for libiberty that fixes a stack exhaustion bug when demangling a pathalogically constructed mangled name sergiodj+buildbot
@ 2019-04-10 15:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-10 15:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9686>

Commit(s) tested:
	c1202057eb9161a86af27d867703235fee7b7555

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Pull in patch for libiberty that fixes a stack exhaustion bug when demangling a pathalogically constructed mangled name.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/c1/c1202057eb9161a86af27d867703235fee7b7555/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-10 14:42 [binutils-gdb] Fix a couple of comments sergiodj+buildbot
@ 2019-04-10 14:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-10 14:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9684>

Commit(s) tested:
	ee3711344b6e0cffeb237fa6889aab04853f9004

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Fix a couple of comments

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ee/ee3711344b6e0cffeb237fa6889aab04853f9004/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-10 14:24 [binutils-gdb] Remove some uses of "object_files" sergiodj+buildbot
@ 2019-04-10 14:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-10 14:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9683>

Commit(s) tested:
	bf227d6105cb3908cde816429c84569da12e829c

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove some uses of "object_files"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/bf/bf227d6105cb3908cde816429c84569da12e829c/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-10  9:22 [binutils-gdb] PR24427, bfd/doc/chew.c reads uninitialized memory and subtracts from function pointer sergiodj+buildbot
@ 2019-04-10  9:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-10  9:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9682>

Commit(s) tested:
	b05971a652c35ed72d3c95290e18d8f6e4ef6c46

Author(s) (in the same order as the commits):
	Michael Forney <mforney@mforney.org>

Subject:
	PR24427, bfd/doc/chew.c reads uninitialized memory and subtracts from function pointer

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/b0/b05971a652c35ed72d3c95290e18d8f6e4ef6c46/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-09 19:44 [binutils-gdb] Fix Rust lexer buglet sergiodj+buildbot
@ 2019-04-09 19:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-09 19:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9681>

Commit(s) tested:
	8dc433a0fb04f8fa37530d0788053dd9bea5c37d

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Fix Rust lexer buglet

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/8d/8dc433a0fb04f8fa37530d0788053dd9bea5c37d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-09 18:36 [binutils-gdb] Use find_thread_in_random in select_event_lwp sergiodj+buildbot
@ 2019-04-09 18:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-09 18:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9680>

Commit(s) tested:
	b0319eaaf9d1f4e730c532058f2fff0b4e5ce682

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Use find_thread_in_random in select_event_lwp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/b0/b0319eaaf9d1f4e730c532058f2fff0b4e5ce682/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-09 18:18 [binutils-gdb] Consistently use bool for fake_pid_p sergiodj+buildbot
@ 2019-04-09 18:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-09 18:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9679>

Commit(s) tested:
	9ab8741a48294e19d514721c710c81bba46db7f2

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Consistently use bool for fake_pid_p

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/9a/9ab8741a48294e19d514721c710c81bba46db7f2/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-09 16:54 [binutils-gdb] Use -qualified flag when setting temporary breakpoint in start command sergiodj+buildbot
@ 2019-04-09 17:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-09 17:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9678>

Commit(s) tested:
	e242fd1249ae85a97f08f95d5c61f4cbe3b906e0

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@efficios.com>

Subject:
	Use -qualified flag when setting temporary breakpoint in start command

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/e2/e242fd1249ae85a97f08f95d5c61f4cbe3b906e0/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-09 10:15 [binutils-gdb] [MIPS] Add RDHWR with the SEL field for MIPS R6 sergiodj+buildbot
@ 2019-04-09 10:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-09 10:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9677>

Commit(s) tested:
	7e96e219a4fc703282ea5b0cc8845a96c01ca030

Author(s) (in the same order as the commits):
	Robert Suchanek <robert.suchanek@mips.com>

Subject:
	[MIPS] Add RDHWR with the SEL field for MIPS R6.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/7e/7e96e219a4fc703282ea5b0cc8845a96c01ca030/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-09  4:40 [binutils-gdb] Tests for gdb.InferiorThread.handle sergiodj+buildbot
@ 2019-04-09  4:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-09  4:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9675>

Commit(s) tested:
	947210e5690c61b395ccd887bc58bcb45ccd357b

Author(s) (in the same order as the commits):
	Kevin Buettner <kevinb@redhat.com>

Subject:
	Tests for gdb.InferiorThread.handle

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/94/947210e5690c61b395ccd887bc58bcb45ccd357b/>

*** 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
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-09  4:09 [binutils-gdb] Add python method InferiorThread.handle sergiodj+buildbot
@ 2019-04-09  4:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-09  4:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9673>

Commit(s) tested:
	cf63b0162b6cbf74bdb056609d1ad777c6d48954

Author(s) (in the same order as the commits):
	Kevin Buettner <kevinb@redhat.com>

Subject:
	Add python method InferiorThread.handle

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/cf/cf63b0162b6cbf74bdb056609d1ad777c6d48954/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-09  3:51 [binutils-gdb] Introduce target_ops method thread_info_to_thread_handle sergiodj+buildbot
@ 2019-04-09  4:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-09  4:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9672>

Commit(s) tested:
	3d6c62048d8408fbfb6c66830e0c650e36259637

Author(s) (in the same order as the commits):
	Kevin Buettner <kevinb@redhat.com>

Subject:
	Introduce target_ops method thread_info_to_thread_handle

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/3d/3d6c62048d8408fbfb6c66830e0c650e36259637/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-08 19:35 [binutils-gdb] Some gdb_exception{,error,quit} tweaks sergiodj+buildbot
@ 2019-04-08 20:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-08 20:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9669>

Commit(s) tested:
	56be6ea89cdf94078d5dff3734b8c1970dbf52fa

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Some gdb_exception{,error,quit} tweaks

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/56/56be6ea89cdf94078d5dff3734b8c1970dbf52fa/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
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/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-08 19:19 [binutils-gdb] x86: Remove i386-*-kaos* and i386-*-chaos targets sergiodj+buildbot
@ 2019-04-08 19:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-08 19:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9668>

Commit(s) tested:
	3ae61bb67d62eb53d110835b8b7c3a289e6bce45

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Remove i386-*-kaos* and i386-*-chaos targets

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/3a/3ae61bb67d62eb53d110835b8b7c3a289e6bce45/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-08 18:38 [binutils-gdb] x86: Consolidate AVX512 BF16 entries in i386-opc.tbl sergiodj+buildbot
@ 2019-04-08 19:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-08 19:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9667>

Commit(s) tested:
	6f2791d5de45a9490ba6844617feac038c8da8bd

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Consolidate AVX512 BF16 entries in i386-opc.tbl

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/6f/6f2791d5de45a9490ba6844617feac038c8da8bd/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-08 17:11 [binutils-gdb] Replace throw_exception with throw in some cases sergiodj+buildbot
@ 2019-04-08 18:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-08 18:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9666>

Commit(s) tested:
	eedc3f4f0a02c9774277bd1a34aab6ebdc32f797

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Replace throw_exception with throw in some cases

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ee/eedc3f4f0a02c9774277bd1a34aab6ebdc32f797/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-08 16:55 [binutils-gdb] Make exception throwing a bit more efficient sergiodj+buildbot
@ 2019-04-08 17:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-08 17:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9665>

Commit(s) tested:
	26003a205e207db7985c32ec1964a04652b68413

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Make exception throwing a bit more efficient

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/26/26003a205e207db7985c32ec1964a04652b68413/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-08 16:39 [binutils-gdb] Remove some now-dead exception code sergiodj+buildbot
@ 2019-04-08 16:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-08 16:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9664>

Commit(s) tested:
	d272eb370a4c086a1d0f86a7a94e89328ec8d97e

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove some now-dead exception code

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/d2/d272eb370a4c086a1d0f86a7a94e89328ec8d97e/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-08 16:39 [binutils-gdb] Rewrite TRY/CATCH sergiodj+buildbot
@ 2019-04-08 16:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-08 16:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9662>

Commit(s) tested:
	a70b814420059e1f2de2130d532ddd7b2b2500fc

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Rewrite TRY/CATCH

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/a7/a70b814420059e1f2de2130d532ddd7b2b2500fc/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-08 15:53 [binutils-gdb] Make exceptions use std::string and be self-managing sergiodj+buildbot
@ 2019-04-08 16:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-08 16:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9661>

Commit(s) tested:
	3d6e9d2336c9ffcedb10f89631981a23dd518e8e

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Make exceptions use std::string and be self-managing

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/3d/3d6e9d2336c9ffcedb10f89631981a23dd518e8e/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-08 15:37 [binutils-gdb] Simplify exception handling sergiodj+buildbot
@ 2019-04-08 15:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-08 15:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9660>

Commit(s) tested:
	c5c10118216867e133c132b4f46e19fb6aa9258a

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Simplify exception handling

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/c5/c5c10118216867e133c132b4f46e19fb6aa9258a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-08  4:59 [binutils-gdb] Fix x86_64-rdos build fail sergiodj+buildbot
@ 2019-04-08  5:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-08  5:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9659>

Commit(s) tested:
	5f2a6b85105b51f2963aaeb1212c724cab678050

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Fix x86_64-rdos build fail

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/5f/5f2a6b85105b51f2963aaeb1212c724cab678050/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-07 13:40 [binutils-gdb] PR24421, Wrong brackets in opcodes/arm-dis.c sergiodj+buildbot
@ 2019-04-07 14:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-07 14:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9653>

Commit(s) tested:
	dffaa15c481cea4081732d616334e24abc557fd1

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR24421, Wrong brackets in opcodes/arm-dis.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/df/dffaa15c481cea4081732d616334e24abc557fd1/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-07 13:25 [binutils-gdb] Merge libiberty from gcc sergiodj+buildbot
@ 2019-04-07 13:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-07 13:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9652>

Commit(s) tested:
	07ffcfecac22d21774a110db0f65f0387c8f1102

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Merge libiberty from gcc

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/07/07ffcfecac22d21774a110db0f65f0387c8f1102/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=945b05cb>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=945b05cb>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-06 20:05 [binutils-gdb] Revert the header-sorting patch sergiodj+buildbot
@ 2019-04-06 21:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-06 21:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9649>

Commit(s) tested:
	4de283e4b5f21207fe12f99913d1f28d4f07843c

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Revert the header-sorting patch

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/4d/4de283e4b5f21207fe12f99913d1f28d4f07843c/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=d426d3bd>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d426d3bd>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-06 14:44 [binutils-gdb] x86: Move x86-specific linker options to elf_linker_x86_params sergiodj+buildbot
@ 2019-04-06 15:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-06 15:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9648>

Commit(s) tested:
	5b9c07b2782fb9368f06c2561b7329c384ec5da0

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Move x86-specific linker options to elf_linker_x86_params

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/5b/5b9c07b2782fb9368f06c2561b7329c384ec5da0/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint: continue to breakpoint: _exit
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d426d3bd>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d426d3bd>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-06  4:55 [binutils-gdb] Sort includes for files gdb/[a-f]*.[chyl] sergiodj+buildbot
@ 2019-04-06  1:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-06  1:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9646>

Commit(s) tested:
	d55e5aa6b29906346c51ad00e6a9b112590aa294

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Sort includes for files gdb/[a-f]*.[chyl].

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/d5/d55e5aa6b29906346c51ad00e6a9b112590aa294/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=d426d3bd>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d426d3bd>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-05 17:49 [binutils-gdb] Use linux_get_auxv to get AT_PHDR in the PPC stub sergiodj+buildbot
@ 2019-04-05 17:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-05 17:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9643>

Commit(s) tested:
	0570503dd31bc20294e228339fcbdd39b19608cc

Author(s) (in the same order as the commits):
	Pedro Franco de Carvalho <pedromfc@linux.ibm.com>

Subject:
	Use linux_get_auxv to get AT_PHDR in the PPC stub

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/05/0570503dd31bc20294e228339fcbdd39b19608cc/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: 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 -> 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/RHEL-s390x-m64/xfails/master/xfail?id=d426d3bd>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d426d3bd>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-05  5:50 [binutils-gdb] Move innermost_block_tracker global to parse_state sergiodj+buildbot
@ 2019-04-05 17:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-05 17:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9641>

Commit(s) tested:
	699bd4cfa8895d0767d491a3e44ac09d3f4d1801

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Move innermost_block_tracker global to parse_state

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/69/699bd4cfa8895d0767d491a3e44ac09d3f4d1801/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d426d3bd>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d426d3bd>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-05  5:20 [binutils-gdb] Move completion parsing to parser_state sergiodj+buildbot
@ 2019-04-05  5:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-05  5:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9639>

Commit(s) tested:
	2a61252965c91540133bece7deb92eb22e3cf929

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Move completion parsing to parser_state

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/2a/2a61252965c91540133bece7deb92eb22e3cf929/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: 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 -> 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/RHEL-s390x-m64/xfails/master/xfail?id=d426d3bd>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d426d3bd>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-05  4:48 [binutils-gdb] Move lexptr and prev_lexptr to parser_state sergiodj+buildbot
@ 2019-04-05  5:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-05  5:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9637>

Commit(s) tested:
	5776fca307b8af3d852525b77e9b917a9aa97370

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Move lexptr and prev_lexptr to parser_state

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/57/5776fca307b8af3d852525b77e9b917a9aa97370/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint: continue to breakpoint: _exit
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d426d3bd>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d426d3bd>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-05  4:32 [binutils-gdb] Move comma_terminates global to parser_state sergiodj+buildbot
@ 2019-04-05  4:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-05  4:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9636>

Commit(s) tested:
	8621b685bfdcb8773b8177fb2b89e45499902868

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Move comma_terminates global to parser_state

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/86/8621b685bfdcb8773b8177fb2b89e45499902868/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d426d3bd>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d426d3bd>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-05  4:17 [binutils-gdb] Remove paren_depth global sergiodj+buildbot
@ 2019-04-05  4:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-05  4:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9635>

Commit(s) tested:
	28aaf3fdf9562c018dcf6ab4d0a4c644fff8d696

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove paren_depth global

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/28/28aaf3fdf9562c018dcf6ab4d0a4c644fff8d696/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d426d3bd>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d426d3bd>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-05  3:47 [binutils-gdb] Make base class for parser_state sergiodj+buildbot
@ 2019-04-05  4:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-05  4:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9633>

Commit(s) tested:
	37eedb39824dc26c82a92b5515a352d7de0c9b5b

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Make base class for parser_state

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/37/37eedb39824dc26c82a92b5515a352d7de0c9b5b/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=d426d3bd>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d426d3bd>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-05  4:17 [binutils-gdb] Move expression_context_* globals to parser_state sergiodj+buildbot
@ 2019-04-05  4:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-05  4:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9634>

Commit(s) tested:
	1e58a4a4db997cf09315c22f3da725d1da7f9ee7

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Move expression_context_* globals to parser_state

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/1e/1e58a4a4db997cf09315c22f3da725d1da7f9ee7/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=d426d3bd>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d426d3bd>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-05  3:47 [binutils-gdb] Turn parse_gdbarch into a method sergiodj+buildbot
@ 2019-04-05  3:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-05  3:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9631>

Commit(s) tested:
	fa9f5be6830e9245ee1ad1eab9725cc039d45d07

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Turn parse_gdbarch into a method

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/fa/fa9f5be6830e9245ee1ad1eab9725cc039d45d07/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=d426d3bd>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d426d3bd>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-05  2:42 [binutils-gdb] Make increase_expout_size static sergiodj+buildbot
@ 2019-04-05  3:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-05  3:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9629>

Commit(s) tested:
	e3980ce2a9bf19ade17fdd9817765f2d1e17a0d8

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Make increase_expout_size static

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/e3/e3980ce2a9bf19ade17fdd9817765f2d1e17a0d8/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: 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
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d426d3bd>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d426d3bd>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-05  2:26 [binutils-gdb] PowerPC bc extended branch mnemonics and "y" hints sergiodj+buildbot
@ 2019-04-05  2:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-05  2:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9628>

Commit(s) tested:
	66e85460855837af3a3b0224f7846c436cc7d1e0

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PowerPC bc extended branch mnemonics and "y" hints

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/66/66e85460855837af3a3b0224f7846c436cc7d1e0/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=d426d3bd>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d426d3bd>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-05  2:09 [binutils-gdb] PowerPC disassembler: Don't emit trailing spaces sergiodj+buildbot
@ 2019-04-05  2:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-05  2:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9627>

Commit(s) tested:
	c2b1c2754526acff8aae2fe8f5a56c2dd11d0b7f

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PowerPC disassembler: Don't emit trailing spaces

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/c2/c2b1c2754526acff8aae2fe8f5a56c2dd11d0b7f/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint: continue to breakpoint: _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/RHEL-s390x-m64/xfails/master/xfail?id=d426d3bd>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d426d3bd>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-04 23:54 [binutils-gdb] [GDB, Hurd] Fix build; 'target_waitstatus_to_string' call sergiodj+buildbot
@ 2019-04-05  0:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-05  0:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9625>

Commit(s) tested:
	e9f8e3f109d57c119eaaa1e56378926f7f20863f

Author(s) (in the same order as the commits):
	Thomas Schwinge <thomas@codesourcery.com>

Subject:
	[GDB, Hurd] Fix build; 'target_waitstatus_to_string' call

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/e9/e9f8e3f109d57c119eaaa1e56378926f7f20863f/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint: continue to breakpoint: _exit
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d426d3bd>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d426d3bd>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-05  2:09 [binutils-gdb] Add extended mnemonics for bctar. Fix setting of 'at' branch hints sergiodj+buildbot
@ 2019-04-05  0:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-05  0:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9626>

Commit(s) tested:
	aae9718e4d4e8d01dcee22684e82b000203d3e52

Author(s) (in the same order as the commits):
	Peter Bergner <bergner@vnet.ibm.com>

Subject:
	Add extended mnemonics for bctar. Fix setting of 'at' branch hints.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/aa/aae9718e4d4e8d01dcee22684e82b000203d3e52/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d426d3bd>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d426d3bd>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-02 20:51 [binutils-gdb] RISC-V: Don't check ABI flags if no code section sergiodj+buildbot
@ 2019-04-02 20:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-02 20:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9615>

Commit(s) tested:
	87f98bacb76001157d5a26555a41738ac3841a56

Author(s) (in the same order as the commits):
	Jim Wilson <jimw@sifive.com>

Subject:
	RISC-V: Don't check ABI flags if no code section.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/87/87f98bacb76001157d5a26555a41738ac3841a56/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=d426d3bd>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d426d3bd>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-01 21:51 [binutils-gdb] gdb/fortran: Handle internal function calls sergiodj+buildbot
@ 2019-04-01 21:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-01 21:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9614>

Commit(s) tested:
	d7df654955c2423190b05b2507caf624ce3d65bc

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/fortran: Handle internal function calls

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/d7/d7df654955c2423190b05b2507caf624ce3d65bc/>

*** Diff to previous build ***
============================
new FAIL: gdb.python/py-function.exp: call value-returning function, language = rust
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d426d3bd>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d426d3bd>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-01 21:35 [binutils-gdb] gdb: Add $_cimag and $_creal internal functions sergiodj+buildbot
@ 2019-04-01 21:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-01 21:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9613>

Commit(s) tested:
	8bdc16587e26100282094c8eaa8e83180ba57afd

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Add $_cimag and $_creal internal functions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/8b/8bdc16587e26100282094c8eaa8e83180ba57afd/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=d426d3bd>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d426d3bd>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-01 19:53 [binutils-gdb] Fix internal error and improve 'set debug infrun 1'/target wait kind trace sergiodj+buildbot
@ 2019-04-01 19:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-01 19:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9612>

Commit(s) tested:
	c29705b71a8ec966478c0dc4712194a95291c6de

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Fix internal error and improve 'set debug infrun 1'/target wait kind trace

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/c2/c29705b71a8ec966478c0dc4712194a95291c6de/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=d426d3bd>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d426d3bd>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-01 17:31 [binutils-gdb] Handle DW_AT_ranges when reading partial symtabs sergiodj+buildbot
@ 2019-04-01 18:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-01 18:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9611>

Commit(s) tested:
	05caa1d236440cd8967f8804be8dbcf27fb490b6

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Handle DW_AT_ranges when reading partial symtabs

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/05/05caa1d236440cd8967f8804be8dbcf27fb490b6/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=d426d3bd>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d426d3bd>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-01 15:18 [binutils-gdb] Destroy allocated values when exiting GDB sergiodj+buildbot
@ 2019-04-01 15:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-01 15:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9610>

Commit(s) tested:
	9d1447e09d4aa673826039321163b5a684e8e043

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Destroy allocated values when exiting GDB

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/9d/9d1447e09d4aa673826039321163b5a684e8e043/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=d426d3bd>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d426d3bd>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-01 10:06 [binutils-gdb] [GAS, Arm] CLI with architecture sensitive extensions sergiodj+buildbot
@ 2019-04-01 10:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-01 10:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9609>

Commit(s) tested:
	34ef62f46541d423b991850b2b7ba34d8749a6ba

Author(s) (in the same order as the commits):
	Andre Vieira <andre.simoesdiasvieira@arm.com>

Subject:
	[GAS, Arm] CLI with architecture sensitive extensions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/34/34ef62f46541d423b991850b2b7ba34d8749a6ba/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: 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 -> 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/RHEL-s390x-m64/xfails/master/xfail?id=d426d3bd>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d426d3bd>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-04-01  8:39 [binutils-gdb] Add gdb.Value.format_string () sergiodj+buildbot
@ 2019-04-01  8:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-04-01  8:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9608>

Commit(s) tested:
	52093e1b936fa4f3f8bb3868c5a44d0df25c8db4

Author(s) (in the same order as the commits):
	Marco Barisione <mbarisione@undo.io>

Subject:
	Add gdb.Value.format_string ()

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/52/52093e1b936fa4f3f8bb3868c5a44d0df25c8db4/>

*** Diff to previous build ***
============================
new FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_struct_with_union with option actual_objects: actual_objects=false
new FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_struct_with_union with option actual_objects: actual_objects=true
new FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_struct_with_union with option array_indexes: array_indexes=false
new FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_struct_with_union with option array_indexes: array_indexes=true
new FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_struct_with_union with option deref_refs: deref_refs=false
new FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_struct_with_union with option deref_refs: deref_refs=true
new FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_struct_with_union with option pretty_arrays: pretty_arrays=false
new FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_struct_with_union with option pretty_arrays: pretty_arrays=true
new FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_struct_with_union with option pretty_structs: pretty_structs=false
new FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_struct_with_union with option pretty_structs: pretty_structs=true
new FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_struct_with_union with option raw: raw=false
new FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_struct_with_union with option raw: raw=true
new FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_struct_with_union with option static_members: static_members=false
new FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_struct_with_union with option static_members: static_members=true
new FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_struct_with_union with option symbols: symbols=false
new FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_struct_with_union with option symbols: symbols=true
new FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_struct_with_union with option unions: unions=true
new FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_struct_with_union: no opts
new FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_struct_with_union: str
new FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: format='d': a_struct_with_union with option format='d'
new FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: format='x': a_struct_with_union with option format='x'
new FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=0: a_struct_with_union with option max_elements=0
new FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=1000: a_struct_with_union with option max_elements=1000
new FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=200: a_struct_with_union with option max_elements=200
new FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: max_elements=3: a_struct_with_union with option max_elements=3
new FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=0: a_struct_with_union with option repeat_threshold=0
new FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=100: a_struct_with_union with option repeat_threshold=100
new FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=10: a_struct_with_union with option repeat_threshold=10
new FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=1: a_struct_with_union with option repeat_threshold=1
new FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: repeat_threshold=3: a_struct_with_union with option repeat_threshold=3
new 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
new 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
new FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print structs on: a_struct_with_union: no opts
new FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print structs on: a_struct_with_union: str
new FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: set print union off: a_struct_with_union with option unions: unions=true
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d426d3bd>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d426d3bd>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-30 17:50 [binutils-gdb] RISC-V: Relax tail/j to c.j for RV64 sergiodj+buildbot
@ 2019-03-30 18:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-30 18:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9603>

Commit(s) tested:
	ae2b14c73cd42b067e9687219155ed044210f0c1

Author(s) (in the same order as the commits):
	Jim Wilson <jimw@sifive.com>

Subject:
	RISC-V: Relax tail/j to c.j for RV64.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ae/ae2b14c73cd42b067e9687219155ed044210f0c1/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: 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 -> 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/RHEL-s390x-m64/xfails/master/xfail?id=ad7882de>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=ad7882de>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-30 10:38 [binutils-gdb] Introduce new convenience variables $_gdb_major and $_gdb_minor sergiodj+buildbot
@ 2019-03-30 11:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-30 11:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9602>

Commit(s) tested:
	7734102d6d8b5a0ccea166f8e944f84dc896b9ae

Author(s) (in the same order as the commits):
	Eli Zaretskii <eliz@gnu.org>

Subject:
	Introduce new convenience variables $_gdb_major and $_gdb_minor

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/77/7734102d6d8b5a0ccea166f8e944f84dc896b9ae/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: 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://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=ad7882de>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=ad7882de>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-29 21:07 [binutils-gdb] Add usage for commands in printcmd.c sergiodj+buildbot
@ 2019-03-29 21:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-29 21:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9600>

Commit(s) tested:
	188e1fa9ac09b0a764e19c1afc0fb5fcdb688e65

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Add usage for commands in printcmd.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/18/188e1fa9ac09b0a764e19c1afc0fb5fcdb688e65/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint: continue to breakpoint: _exit
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/RHEL-s390x-m64/xfails/master/xfail?id=ad7882de>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=ad7882de>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-29 18:49 [binutils-gdb] Allow really large fortran array bounds: fortran type/value printers sergiodj+buildbot
@ 2019-03-29 19:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-29 19:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9599>

Commit(s) tested:
	2880242dd0b8538b68aece7d9e8b1678dcdfd0ab

Author(s) (in the same order as the commits):
	Keith Seitz <keiths@redhat.com>

Subject:
	Allow really large fortran array bounds: fortran type/value printers

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/28/2880242dd0b8538b68aece7d9e8b1678dcdfd0ab/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: 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 -> 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/RHEL-s390x-m64/xfails/master/xfail?id=ad7882de>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=ad7882de>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-29 18:45 [binutils-gdb] Allow really large fortran array bounds: TYPE_LENGTH to ULONGEST sergiodj+buildbot
@ 2019-03-29 18:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-29 18:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9598>

Commit(s) tested:
	cc1defb1dcb5f1ca23a82bca233a48ab2657de6c

Author(s) (in the same order as the commits):
	Keith Seitz <keiths@redhat.com>

Subject:
	Allow really large fortran array bounds: TYPE_LENGTH to ULONGEST

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/cc/cc1defb1dcb5f1ca23a82bca233a48ab2657de6c/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=ad7882de>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=ad7882de>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-29 17:39 [binutils-gdb] bfd: xtensa: fix shrink_dynamic_reloc_sections for export-dynamic sergiodj+buildbot
@ 2019-03-29 18:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-29 18:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9597>

Commit(s) tested:
	2487ef07c28b961c6e2b8c51161f88f93b181d07

Author(s) (in the same order as the commits):
	Max Filippov <jcmvbkbc@gmail.com>

Subject:
	bfd: xtensa: fix shrink_dynamic_reloc_sections for export-dynamic

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/24/2487ef07c28b961c6e2b8c51161f88f93b181d07/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint: continue to breakpoint: _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/RHEL-s390x-m64/xfails/master/xfail?id=ad7882de>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=ad7882de>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-28 23:33 [binutils-gdb] sim: fix all sim builds sergiodj+buildbot
@ 2019-03-28 23:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-28 23:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9595>

Commit(s) tested:
	d3fe0d7bb8a3101df6f052aa54e4cfedcc2fee94

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	sim: fix all sim builds

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/d3/d3fe0d7bb8a3101df6f052aa54e4cfedcc2fee94/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: continue to breakpoint: _exit
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=ad7882de>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=ad7882de>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-28 21:40 [binutils-gdb] Fix format specification in display_selector() (again) sergiodj+buildbot
@ 2019-03-28 22:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-28 22:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9594>

Commit(s) tested:
	e432ccf1cb4685b990f9cf10cb84626f52239806

Author(s) (in the same order as the commits):
	Jon Turney <jon.turney@dronecode.org.uk>

Subject:
	Fix format specification in display_selector() (again)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/e4/e432ccf1cb4685b990f9cf10cb84626f52239806/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=ad7882de>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=ad7882de>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-28 21:38 [binutils-gdb] Fix gdb.multi/multi-term-settings.exp blocking under high load/slow gdb sergiodj+buildbot
@ 2019-03-28 21:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-28 21:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9593>

Commit(s) tested:
	077cad8ec1ca069d8981ecdbfa68c24b12597f67

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Fix gdb.multi/multi-term-settings.exp blocking under high load/slow gdb

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/07/077cad8ec1ca069d8981ecdbfa68c24b12597f67/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: 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 -> 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/RHEL-s390x-m64/xfails/master/xfail?id=ad7882de>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=ad7882de>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-28 21:16 [binutils-gdb] Fix gdb.multi/multi-arch-exec.exp blocking under high load/slow gdb sergiodj+buildbot
@ 2019-03-28 21:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-28 21:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9592>

Commit(s) tested:
	80047cfc27459d4d31fe275ddd02231d812ddb61

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Fix gdb.multi/multi-arch-exec.exp blocking under high load/slow gdb

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/80/80047cfc27459d4d31fe275ddd02231d812ddb61/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: 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://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=ad7882de>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=ad7882de>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-28 20:57 [binutils-gdb] Fix GDB being suspended SIGTTOU when running gdb.multi/multi-arch-exec.exp sergiodj+buildbot
@ 2019-03-28 21:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-28 21:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9591>

Commit(s) tested:
	65d2b333a830b3f36c8b7ae9d9ed6c77f8be9270

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Fix GDB being suspended SIGTTOU when running gdb.multi/multi-arch-exec.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/65/65d2b333a830b3f36c8b7ae9d9ed6c77f8be9270/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=ad7882de>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=ad7882de>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-28 17:41 [binutils-gdb] Fix stepping past unwritable kernel helper on nios2-linux-gnu sergiodj+buildbot
@ 2019-03-28 17:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-28 17:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9589>

Commit(s) tested:
	f489207efde922e436b1b420d4de071927e3b9d5

Author(s) (in the same order as the commits):
	Sandra Loosemore <sandra@codesourcery.com>

Subject:
	Fix stepping past unwritable kernel helper on nios2-linux-gnu.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/f4/f489207efde922e436b1b420d4de071927e3b9d5/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint: continue to breakpoint: _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/RHEL-s390x-m64/xfails/master/xfail?id=ad7882de>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=ad7882de>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-28 16:51 [binutils-gdb] Testsuite: set sysroot when using gdbserver sergiodj+buildbot
@ 2019-03-28 16:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-28 16:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9588>

Commit(s) tested:
	c92df149c29518f6e1d4a3174b3e29162fcd3ad6

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Testsuite: set sysroot when using gdbserver

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/c9/c92df149c29518f6e1d4a3174b3e29162fcd3ad6/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=ad7882de>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=ad7882de>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-28 13:40 [binutils-gdb] AArch64: 128bit views for SVE registers sergiodj+buildbot
@ 2019-03-28 14:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-28 14:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9585>

Commit(s) tested:
	fc96163a3ea7761f5353591c825027090942e330

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	AArch64: 128bit views for SVE registers

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/fc/fc96163a3ea7761f5353591c825027090942e330/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=ad7882de>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=ad7882de>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-28 12:45 [binutils-gdb] gdbserver: Ensure AT_HWCAP2 is defined sergiodj+buildbot
@ 2019-03-28 12:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-28 12:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9584>

Commit(s) tested:
	69f4c9cc037f2226982a21fae63ffbc5e866fcca

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	gdbserver: Ensure AT_HWCAP2 is defined

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/69/69f4c9cc037f2226982a21fae63ffbc5e866fcca/>

*** 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
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=ad7882de>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=ad7882de>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-28  7:37 [binutils-gdb] PR24392, Clang warning Wtautological-constant-out-of-range-compare sergiodj+buildbot
@ 2019-03-28  7:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-28  7:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9583>

Commit(s) tested:
	242a115951fe55e62036bac555017eb817ca1aa6

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR24392, Clang warning Wtautological-constant-out-of-range-compare

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/24/242a115951fe55e62036bac555017eb817ca1aa6/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=ad7882de>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=ad7882de>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-28  7:20 [binutils-gdb] PR24390, Don't decode mtfsb field as a cr field sergiodj+buildbot
@ 2019-03-28  7:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-28  7:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9582>

Commit(s) tested:
	96a86c01d119372f4af5aff2501d3104e6c1a8e3

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR24390, Don't decode mtfsb field as a cr field

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/96/96a86c01d119372f4af5aff2501d3104e6c1a8e3/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=ad7882de>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=ad7882de>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-28  0:24 [binutils-gdb] sim/common: Fix warnings: "warning: implicit declaration of function..." sergiodj+buildbot
@ 2019-03-28  1:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-28  1:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9581>

Commit(s) tested:
	b6061d4d383b08966d16a0b0f72c69f35fc4beb9

Author(s) (in the same order as the commits):
	Stafford Horne <shorne@gmail.com>

Subject:
	sim/common: Fix warnings: "warning: implicit declaration of function..."

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/b6/b6061d4d383b08966d16a0b0f72c69f35fc4beb9/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=ad7882de>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=ad7882de>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-27 22:18 [binutils-gdb] sim/common: convert sim-arange to use sim-inline sergiodj+buildbot
@ 2019-03-27 22:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-27 22:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9580>

Commit(s) tested:
	ef9866970ce6683d40465fb7c3168f87a1dcd1b7

Author(s) (in the same order as the commits):
	Stafford Horne <shorne@gmail.com>

Subject:
	sim/common: convert sim-arange to use sim-inline

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ef/ef9866970ce6683d40465fb7c3168f87a1dcd1b7/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=ad7882de>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=ad7882de>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-27 16:06 [binutils-gdb] Fix buffer overflow regression due to minsym malloc-ed instead of obstack-ed sergiodj+buildbot
@ 2019-03-27 16:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-27 16:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9578>

Commit(s) tested:
	20dc7e9b059edff1d0fab3bd197c460c11cc7a06

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Fix buffer overflow regression due to minsym malloc-ed instead of obstack-ed.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/20/20dc7e9b059edff1d0fab3bd197c460c11cc7a06/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=ad7882de>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=ad7882de>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-27 12:22 [binutils-gdb] Testsuite: Ensure interrupt-daemon-attach doesn't run forever sergiodj+buildbot
@ 2019-03-27 12:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-27 12:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9577>

Commit(s) tested:
	933aebfae6b1a2b83c3eb958ebf6e43fc7fdaed1

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Testsuite: Ensure interrupt-daemon-attach doesn't run forever

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/93/933aebfae6b1a2b83c3eb958ebf6e43fc7fdaed1/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=ad7882de>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=ad7882de>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-26 20:22 [binutils-gdb] gdb: Make python display_hint None handling defined behaviour sergiodj+buildbot
@ 2019-03-26 20:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-26 20:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9570>

Commit(s) tested:
	9f9aa85206ab31d2c583e7fef568700d31eb577e

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Make python display_hint None handling defined behaviour

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/9f/9f9aa85206ab31d2c583e7fef568700d31eb577e/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=ad7882de>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=ad7882de>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-26 20:13 [binutils-gdb] gdb: Avoid trailing whitespace when pretty printing sergiodj+buildbot
@ 2019-03-26 20:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-26 20:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9568>

Commit(s) tested:
	18c77628b1e97e412561029ec20195c1ffa61b2d

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Avoid trailing whitespace when pretty printing

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/18/18c77628b1e97e412561029ec20195c1ffa61b2d/>

*** Diff to previous build ***
============================
new FAIL: gdb.base/pretty-print.exp: print s1
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=ad7882de>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=ad7882de>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-26 17:40 [binutils-gdb] Add AArch64 Pointer Authentication to the NEWS file sergiodj+buildbot
@ 2019-03-26 17:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-26 17:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9566>

Commit(s) tested:
	d851aa7170c09fb903dd1bdafa6df526f1951863

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Add AArch64 Pointer Authentication to the NEWS file

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/d8/d851aa7170c09fb903dd1bdafa6df526f1951863/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=ad7882de>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=ad7882de>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-26 13:23 [binutils-gdb] Fix Arm build sergiodj+buildbot
@ 2019-03-26 13:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-26 13:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9564>

Commit(s) tested:
	2fe7bab775f6acbfa1255d3504cd9e53a109e132

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Fix Arm build

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/2f/2fe7bab775f6acbfa1255d3504cd9e53a109e132/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=ad7882de>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=ad7882de>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-26  1:01 [binutils-gdb] Fix use-after-free in source_cache::get_source_lines sergiodj+buildbot
@ 2019-03-26  0:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-26  0:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9562>

Commit(s) tested:
	068ef30e9e053d0f95464290b0b96cea90ce0572

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Fix use-after-free in source_cache::get_source_lines

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/06/068ef30e9e053d0f95464290b0b96cea90ce0572/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=ad7882de>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=ad7882de>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-25 20:39 [binutils-gdb] Note support for TLS variables on FreeBSD sergiodj+buildbot
@ 2019-03-25 20:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-25 20:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9560>

Commit(s) tested:
	81a24d04dfecdbdd9af143043197317dea1119c7

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Note support for TLS variables on FreeBSD.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/81/81a24d04dfecdbdd9af143043197317dea1119c7/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=ad7882de>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=ad7882de>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-25 20:06 [binutils-gdb] Clean up some comments in minsyms.c sergiodj+buildbot
@ 2019-03-25 20:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-25 20:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9559>

Commit(s) tested:
	79e7ae11c71c1682c0d4b707eadc714ec4efc929

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Clean up some comments in minsyms.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/79/79e7ae11c71c1682c0d4b707eadc714ec4efc929/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=ad7882de>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=ad7882de>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-25 17:24 [binutils-gdb] Fix s390 build sergiodj+buildbot
@ 2019-03-25 17:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-25 17:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9558>

Commit(s) tested:
	d45963c2b26369e3b375cf5b3b6f52f50f767ef3

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Fix s390 build

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/d4/d45963c2b26369e3b375cf5b3b6f52f50f767ef3/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=ad7882de>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=ad7882de>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-25 15:52 [binutils-gdb] AArch64: Have -D override mapping symbol as documented sergiodj+buildbot
@ 2019-03-25 15:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-25 15:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9555>

Commit(s) tested:
	60df3720d77c8415158f3eaa166e0b7162f9d3b4

Author(s) (in the same order as the commits):
	Tamar Christina <tamar.christina@arm.com>

Subject:
	AArch64: Have -D override mapping symbol as documented.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/60/60df3720d77c8415158f3eaa166e0b7162f9d3b4/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-nonstop.exp: wait for thread exit
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=ad7882de>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=ad7882de>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-25 15:38 [binutils-gdb] AArch64: Fix AArch64 disassembler mapping symbol search sergiodj+buildbot
@ 2019-03-25 15:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-25 15:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9554>

Commit(s) tested:
	51457761649bab6868343b3da2258d73a62901f7

Author(s) (in the same order as the commits):
	Tamar Christina <tamar.christina@arm.com>

Subject:
	AArch64: Fix AArch64 disassembler mapping symbol search

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/51/51457761649bab6868343b3da2258d73a62901f7/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=ad7882de>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=ad7882de>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-25  6:17 [binutils-gdb] Remove null_block_symbol sergiodj+buildbot
@ 2019-03-25  6:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-25  6:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9551>

Commit(s) tested:
	6640a367bf5427779856e7c80ae4b4bd88c19d3c

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove null_block_symbol

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/66/6640a367bf5427779856e7c80ae4b4bd88c19d3c/>

*** 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=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/RHEL-s390x-m64/xfails/master/xfail?id=ad7882de>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=ad7882de>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-25  6:17 [binutils-gdb] More block constification sergiodj+buildbot
@ 2019-03-25  5:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-25  5:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9549>

Commit(s) tested:
	582942f4560f1c8d2a60c2557267f9d3ad8dd6aa

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	More block constification

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/58/582942f4560f1c8d2a60c2557267f9d3ad8dd6aa/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=ad7882de>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=ad7882de>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-23 17:30 [binutils-gdb] Have parser reset the innermost block tracker sergiodj+buildbot
@ 2019-03-23 17:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-23 17:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9546>

Commit(s) tested:
	7ad417dd217849c164e3c8a250c62a98eb0b8cd4

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Have parser reset the innermost block tracker

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/7a/7ad417dd217849c164e3c8a250c62a98eb0b8cd4/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=8cd5861e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=8cd5861e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-23 17:15 [binutils-gdb] Include bcache.h from objfiles.h sergiodj+buildbot
@ 2019-03-23 17:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-23 17:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9545>

Commit(s) tested:
	b366c208ee07924cc3cafc1bd4d70548bc91075b

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Include bcache.h from objfiles.h

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/b3/b366c208ee07924cc3cafc1bd4d70548bc91075b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
new KFAIL: gdb.threads/watchthreads2.exp: gdb can drop watchpoints in multithreaded app
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=8cd5861e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=8cd5861e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-23 16:58 [binutils-gdb] Use scoped_restore_current_language in two places sergiodj+buildbot
@ 2019-03-23 16:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-23 16:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9544>

Commit(s) tested:
	9bb9b2f9d6d5aa90f579494d8407375a87a9ad0b

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use scoped_restore_current_language in two places

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/9b/9bb9b2f9d6d5aa90f579494d8407375a87a9ad0b/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=8cd5861e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=8cd5861e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-22 14:02 [binutils-gdb] AArch64: Read pauth section from core files sergiodj+buildbot
@ 2019-03-22 14:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-22 14:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9540>

Commit(s) tested:
	59c283728fddad638ae301cfb724d629fffc8665

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	AArch64: Read pauth section from core files

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/59/59c283728fddad638ae301cfb724d629fffc8665/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=8cd5861e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=8cd5861e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-22 13:48 [binutils-gdb] AArch64: Prologue scan unwinder support for signed return addresses sergiodj+buildbot
@ 2019-03-22 13:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-22 13:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9539>

Commit(s) tested:
	17e116a7d1501a46cf4e45ec181148dc6a1e3e2b

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	AArch64: Prologue scan unwinder support for signed return addresses

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/17/17e116a7d1501a46cf4e45ec181148dc6a1e3e2b/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=8cd5861e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=8cd5861e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-22 13:31 [binutils-gdb] AArch64: DWARF unwinder support for signed return addresses sergiodj+buildbot
@ 2019-03-22 13:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-22 13:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9538>

Commit(s) tested:
	11e1b75f0696f6e406fe8ccc759bac2fbc8fc151

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	AArch64: DWARF unwinder support for signed return addresses

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/11/11e1b75f0696f6e406fe8ccc759bac2fbc8fc151/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=8cd5861e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=8cd5861e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-22 13:17 [binutils-gdb] AArch64: Add pauth DWARF registers sergiodj+buildbot
@ 2019-03-22 13:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-22 13:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9537>

Commit(s) tested:
	34dcc7cf95f756862bdfebb753ab2de39fec4c9e

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	AArch64: Add pauth DWARF registers

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/34/34dcc7cf95f756862bdfebb753ab2de39fec4c9e/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
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/RHEL-s390x-m64/xfails/master/xfail?id=8cd5861e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=8cd5861e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-22 12:49 [binutils-gdb] AArch64: Read pauth registers sergiodj+buildbot
@ 2019-03-22 12:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-22 12:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9535>

Commit(s) tested:
	76bed0fd9493868889929ca9dcd32350c1d864be

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	AArch64: Read pauth registers

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/76/76bed0fd9493868889929ca9dcd32350c1d864be/>

*** 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/schedlock.exp: schedlock=off: cmd=next: call_function=0: other threads ran - unlocked
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=8cd5861e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=8cd5861e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-22 12:22 [binutils-gdb] AArch64: Add pointer authentication feature sergiodj+buildbot
@ 2019-03-22 12:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-22 12:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9533>

Commit(s) tested:
	6dc0ebde59dfb73eae507ced718bafa54023bf33

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	AArch64: Add pointer authentication feature

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/6d/6dc0ebde59dfb73eae507ced718bafa54023bf33/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=8cd5861e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=8cd5861e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-22 10:00 [binutils-gdb] Testsuite: Ensure pie is disabled on some tests sergiodj+buildbot
@ 2019-03-22 10:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-22 10:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9532>

Commit(s) tested:
	968aa7ae389d9e6cecb5fda6826bf889ed959fce

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Testsuite: Ensure pie is disabled on some tests

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/96/968aa7ae389d9e6cecb5fda6826bf889ed959fce/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: other threads ran - unlocked
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=8cd5861e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=8cd5861e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-21 22:32 [binutils-gdb] RISC-V: Fix linker crash in section symbol check sergiodj+buildbot
@ 2019-03-21 22:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-21 22:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9531>

Commit(s) tested:
	a9f5a5517fb7df640f0fcd4cb0f9961818b6505b

Author(s) (in the same order as the commits):
	Jim Wilson <jimw@sifive.com>

Subject:
	RISC-V: Fix linker crash in section symbol check.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/a9/a9f5a5517fb7df640f0fcd4cb0f9961818b6505b/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=8cd5861e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=8cd5861e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-20 18:17 [binutils-gdb] [BFD, AArch64] Define elf_backend_fixup_gnu_properties in AArch64 sergiodj+buildbot
@ 2019-03-20 18:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-20 18:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9528>

Commit(s) tested:
	acde6c6b431a8c38ab18a47bb56f65f515448195

Author(s) (in the same order as the commits):
	Sudakshina Das <sudi.das@arm.com>

Subject:
	[BFD, AArch64] Define elf_backend_fixup_gnu_properties in AArch64

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ac/acde6c6b431a8c38ab18a47bb56f65f515448195/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=8cd5861e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=8cd5861e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-19 18:38 [binutils-gdb] Don't show "display"s twice in MI sergiodj+buildbot
@ 2019-03-19 18:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-19 18:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9526>

Commit(s) tested:
	4c7d57e72e0340931ab01db2247bdce3c2fcadb7

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Don't show "display"s twice in MI

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/4c/4c7d57e72e0340931ab01db2247bdce3c2fcadb7/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=8cd5861e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=8cd5861e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-19 18:24 [binutils-gdb] Add comments describing tui_ui_out and its fields, cleanup a bit sergiodj+buildbot
@ 2019-03-19 18:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-19 18:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9525>

Commit(s) tested:
	cb24623460fe3e68794b79b79b0dbd5e62598d85

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Add comments describing tui_ui_out and its fields, cleanup a bit

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/cb/cb24623460fe3e68794b79b79b0dbd5e62598d85/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=8cd5861e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=8cd5861e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-19 13:27 [binutils-gdb] ix86: Disable AVX512F when disabling AVX2 sergiodj+buildbot
@ 2019-03-19 13:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-19 13:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9524>

Commit(s) tested:
	89199bb5a027d21c56dafd2cd898487118949ecf

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	ix86: Disable AVX512F when disabling AVX2

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/89/89199bb5a027d21c56dafd2cd898487118949ecf/>

*** 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=1: inferior 1 exited
new KFAIL: gdb.threads/watchthreads2.exp: gdb can drop watchpoints in multithreaded app
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=8cd5861e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=8cd5861e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-19 10:16 [binutils-gdb] Fix Arm build error sergiodj+buildbot
@ 2019-03-19 10:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-19 10:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9523>

Commit(s) tested:
	3a0e45b2f187dae8cba444e9b31f05cee0e2d6ae

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Fix Arm build error

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/3a/3a0e45b2f187dae8cba444e9b31f05cee0e2d6ae/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: other threads ran - unlocked
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=8cd5861e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=8cd5861e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-18 19:14 [binutils-gdb] Fix first time you type UP or DOWN in TUI's command window sergiodj+buildbot
@ 2019-03-18 19:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-18 19:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9521>

Commit(s) tested:
	5371b8502ab414aea510f65ce1acb9f090bf0340

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix first time you type UP or DOWN in TUI's command window

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/53/5371b8502ab414aea510f65ce1acb9f090bf0340/>

*** 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
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/RHEL-s390x-m64/xfails/master/xfail?id=8cd5861e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=8cd5861e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-18 18:23 [binutils-gdb] Fix gdb/TUI behavior in response to [Enter] keypress sergiodj+buildbot
@ 2019-03-18 18:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-18 18:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9519>

Commit(s) tested:
	b17c4cd078e2d1d8951951016815e474fb133780

Author(s) (in the same order as the commits):
	Eli Zaretskii <eliz@gnu.org>

Subject:
	Fix gdb/TUI behavior in response to [Enter] keypress

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/b1/b17c4cd078e2d1d8951951016815e474fb133780/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=8cd5861e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=8cd5861e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-18 14:57 [binutils-gdb] Improve/fix the TUI's current source line highlight sergiodj+buildbot
@ 2019-03-18 14:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-18 14:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9515>

Commit(s) tested:
	55c10aca2e93cc7a4301aa1635ef9d6d73a804b1

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Improve/fix the TUI's current source line highlight

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/55/55c10aca2e93cc7a4301aa1635ef9d6d73a804b1/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
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/RHEL-s390x-m64/xfails/master/xfail?id=8cd5861e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=8cd5861e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-18 14:44 [binutils-gdb] Fix scrolling right in the TUI sergiodj+buildbot
@ 2019-03-18 14:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-18 14:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9514>

Commit(s) tested:
	647bb750c298bbee618aa4448a30dcf9adf23602

Author(s) (in the same order as the commits):
	Hannes Domani <ssbssa@yahoo.de>

Subject:
	Fix scrolling right in the TUI

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/64/647bb750c298bbee618aa4448a30dcf9adf23602/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=8cd5861e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=8cd5861e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-18 12:30 [binutils-gdb] PR24355, segmentation fault in function called from ppc_finish_symbols sergiodj+buildbot
@ 2019-03-18 12:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-18 12:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9512>

Commit(s) tested:
	8cd1fe1bf525b59f4d07e5790d11d49eee7e8494

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR24355, segmentation fault in function called from ppc_finish_symbols

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/8c/8cd1fe1bf525b59f4d07e5790d11d49eee7e8494/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=8cd5861e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=8cd5861e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-18  4:18 [binutils-gdb] gdb: unconditionally define _initialize_string_view_selftests sergiodj+buildbot
@ 2019-03-18  4:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-18  4:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9511>

Commit(s) tested:
	58785d9888c699770154ef1d42fcea7598e8d704

Author(s) (in the same order as the commits):
	Sergei Trofimovich <siarheit@google.com>

Subject:
	gdb: unconditionally define _initialize_string_view_selftests

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/58/58785d9888c699770154ef1d42fcea7598e8d704/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=8cd5861e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=8cd5861e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-18  1:15 [binutils-gdb] x86: Optimize EVEX vector load/store instructions sergiodj+buildbot
@ 2019-03-18  1:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-18  1:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9510>

Commit(s) tested:
	97ed31ae00ea83410f9daf61ece8a606044af365

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86: Optimize EVEX vector load/store instructions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/97/97ed31ae00ea83410f9daf61ece8a606044af365/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=8cd5861e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=8cd5861e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-17 18:58 [binutils-gdb] Fix wrong format specification in display_selector() sergiodj+buildbot
@ 2019-03-17 18:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-17 18:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9508>

Commit(s) tested:
	fce4c071610c0d01b70b172ee538e831023c1c2f

Author(s) (in the same order as the commits):
	Владимир Мартьянов <vilgeforce@gmail.com>

Subject:
	Fix wrong format specification in display_selector()

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/fc/fce4c071610c0d01b70b172ee538e831023c1c2f/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=8cd5861e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=8cd5861e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-16 18:13 [binutils-gdb] Fix vertical scrolling of TUI source window sergiodj+buildbot
@ 2019-03-16 18:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-16 18:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9502>

Commit(s) tested:
	ab42892fb7d265e72a85e918d4f5c6dfeee3fcd8

Author(s) (in the same order as the commits):
	Eli Zaretskii <eliz@gnu.org>

Subject:
	Fix vertical scrolling of TUI source window

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ab/ab42892fb7d265e72a85e918d4f5c6dfeee3fcd8/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
new KFAIL: gdb.threads/watchthreads2.exp: gdb can drop watchpoints in multithreaded app
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=95faa59e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=95faa59e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-16 16:14 [binutils-gdb] OBVIOUS: fix several occurrences of 'This options has' to 'This option has' sergiodj+buildbot
@ 2019-03-16 16:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-16 16:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9501>

Commit(s) tested:
	8d8c087f34beaa271c3f8d5597d92bce4e9c7f4a

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	OBVIOUS: fix several occurrences of 'This options has' to 'This option has'

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/8d/8d8c087f34beaa271c3f8d5597d92bce4e9c7f4a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=95faa59e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=95faa59e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-16 12:31 [binutils-gdb] Revert "Use wclrtoeol in tui_show_source_line" sergiodj+buildbot
@ 2019-03-16 12:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-16 12:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9499>

Commit(s) tested:
	798e1c302af509c31839c5c3b50c058b61206ee7

Author(s) (in the same order as the commits):
	Eli Zaretskii <eliz@gnu.org>

Subject:
	Revert "Use wclrtoeol in tui_show_source_line"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/79/798e1c302af509c31839c5c3b50c058b61206ee7/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=95faa59e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=95faa59e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-16  4:16 [binutils-gdb] PR24337, segfault in _bfd_elf_rela_local_sym, again sergiodj+buildbot
@ 2019-03-16  4:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-16  4:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9498>

Commit(s) tested:
	6835821be8bab8702e41e6946a7d8ee9441f0eee

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR24337, segfault in _bfd_elf_rela_local_sym, again

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/68/6835821be8bab8702e41e6946a7d8ee9441f0eee/>

*** Diff to previous build ***
============================
new KFAIL: gdb.threads/watchthreads2.exp: gdb can drop watchpoints in multithreaded app
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=95faa59e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=95faa59e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-16  1:07 [binutils-gdb] Change minimal_symbol inheritance sergiodj+buildbot
@ 2019-03-16  1:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-16  1:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9497>

Commit(s) tested:
	eefba3da27c23db67cc0e1707fcedd96f1c0860d

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change minimal_symbol inheritance

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ee/eefba3da27c23db67cc0e1707fcedd96f1c0860d/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=95faa59e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=95faa59e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-16  0:52 [binutils-gdb] Use memcpy in minimal_symbol_reader::install sergiodj+buildbot
@ 2019-03-16  0:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-16  0:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9496>

Commit(s) tested:
	0de2420c4b023e644f91a409803fedfb235bfc0b

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use memcpy in minimal_symbol_reader::install

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/0d/0de2420c4b023e644f91a409803fedfb235bfc0b/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
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/RHEL-s390x-m64/xfails/master/xfail?id=95faa59e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=95faa59e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-16  0:38 [binutils-gdb] Allocate minimal symbols with malloc sergiodj+buildbot
@ 2019-03-16  0:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-16  0:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9495>

Commit(s) tested:
	042d75e42c5572f333e0e06dabd3c5c4afab486c

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Allocate minimal symbols with malloc

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/04/042d75e42c5572f333e0e06dabd3c5c4afab486c/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.cp/readnow-language.exp: show language
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=95faa59e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=95faa59e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-16  0:25 [binutils-gdb] Use htab_up for demangled hash sergiodj+buildbot
@ 2019-03-16  0:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-16  0:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9494>

Commit(s) tested:
	db92718b541158d4782dbc9f48401c20f2bbad6d

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use htab_up for demangled hash

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/db/db92718b541158d4782dbc9f48401c20f2bbad6d/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=0: wait for stops
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/RHEL-s390x-m64/xfails/master/xfail?id=95faa59e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=95faa59e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-15 23:04 [binutils-gdb] Remove minsym termination sergiodj+buildbot
@ 2019-03-15 23:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-15 23:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9491>

Commit(s) tested:
	741d7538b7540fea1086fe6ab962227d2cf7418e

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove minsym termination

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/74/741d7538b7540fea1086fe6ab962227d2cf7418e/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=0: wait for stops
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
new KFAIL: gdb.threads/watchthreads2.exp: gdb can drop watchpoints in multithreaded app
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=95faa59e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=95faa59e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-15 22:51 [binutils-gdb] Remove some unneeded initializations in minimal_symbol_reader sergiodj+buildbot
@ 2019-03-15 22:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-15 22:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9490>

Commit(s) tested:
	788c80d1aff685e66b8105ddc7451cfa6a03bf1d

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove some unneeded initializations in minimal_symbol_reader

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/78/788c80d1aff685e66b8105ddc7451cfa6a03bf1d/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=95faa59e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=95faa59e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-15 22:36 [binutils-gdb] Use bitset for demangled_hash_languages sergiodj+buildbot
@ 2019-03-15 22:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-15 22:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9489>

Commit(s) tested:
	1b7a07cba0aa096c2eb66895ef339aa5143e9995

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use bitset for demangled_hash_languages

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/1b/1b7a07cba0aa096c2eb66895ef339aa5143e9995/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=0: wait for stops
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/RHEL-s390x-m64/xfails/master/xfail?id=95faa59e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=95faa59e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-15 10:35 [binutils-gdb] PR24339, segfault on NULL symbol section sergiodj+buildbot
@ 2019-03-15 10:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-15 10:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9484>

Commit(s) tested:
	fe3fef62ad11115fc3b03c0c0dcb9c38b2f544cb

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR24339, segfault on NULL symbol section

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/fe/fe3fef62ad11115fc3b03c0c0dcb9c38b2f544cb/>

*** 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
new KFAIL: gdb.threads/watchthreads2.exp: gdb can drop watchpoints in multithreaded app
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=95faa59e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=95faa59e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-15 10:22 [binutils-gdb] PR24337, segfault in _bfd_elf_rela_local_sym sergiodj+buildbot
@ 2019-03-15 10:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-15 10:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9483>

Commit(s) tested:
	1ff31e135f04b2773e10d3e5072776c1072edbfb

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR24337, segfault in _bfd_elf_rela_local_sym

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/1f/1ff31e135f04b2773e10d3e5072776c1072edbfb/>





^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-15  8:02 [binutils-gdb] x86-64: Check for corrupt input with bad relocation sergiodj+buildbot
@ 2019-03-15  8:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-15  8:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9481>

Commit(s) tested:
	418d4036ee37807b97b8040ebe7e2c15e9db726d

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86-64: Check for corrupt input with bad relocation

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/41/418d4036ee37807b97b8040ebe7e2c15e9db726d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=95faa59e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=95faa59e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-15  7:19 [binutils-gdb] Re-indent elf_x86_64_relocate_section sergiodj+buildbot
@ 2019-03-15  7:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-15  7:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9480>

Commit(s) tested:
	da0d12d2bd46730ad8327b9fac1371182996017c

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	Re-indent elf_x86_64_relocate_section

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/da/da0d12d2bd46730ad8327b9fac1371182996017c/>





^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-14 16:19 [binutils-gdb] Fix an illegal memory access when parsing a corrupt ELF file sergiodj+buildbot
@ 2019-03-14 16:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-14 16:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9477>

Commit(s) tested:
	6cc71b820cc70b63711e9d7f584550b56e172b0a

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Fix an illegal memory access when parsing a corrupt ELF file.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/6c/6cc71b820cc70b63711e9d7f584550b56e172b0a/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=95faa59e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=95faa59e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-14 16:03 [binutils-gdb] Fix colors in TUI mode in MS-Windows build with ncurses sergiodj+buildbot
@ 2019-03-14 16:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-14 16:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9476>

Commit(s) tested:
	3fff2c370cd658877be8107bfe9dde8dd0470b46

Author(s) (in the same order as the commits):
	Eli Zaretskii <eliz@gnu.org>

Subject:
	Fix colors in TUI mode in MS-Windows build with ncurses

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/3f/3fff2c370cd658877be8107bfe9dde8dd0470b46/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=95faa59e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=95faa59e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-14 15:01 [binutils-gdb] Fix illegal memory access parsing a corrupt ELF file sergiodj+buildbot
@ 2019-03-14 15:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-14 15:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9474>

Commit(s) tested:
	be22c732bf873e0c7e8a08564c97cafdfcf153bb

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Fix illegal memory access parsing a corrupt ELF file.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/be/be22c732bf873e0c7e8a08564c97cafdfcf153bb/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: other threads ran - unlocked
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=95faa59e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=95faa59e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-14 12:28 [binutils-gdb] Avoid a crash in source_cache::extract_lines sergiodj+buildbot
@ 2019-03-14 12:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-14 12:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9470>

Commit(s) tested:
	3b336828de914a39741339b5341b88aa003d7225

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Avoid a crash in source_cache::extract_lines

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/3b/3b336828de914a39741339b5341b88aa003d7225/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=95faa59e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=95faa59e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-14 12:15 [binutils-gdb] Add the "set style source" command sergiodj+buildbot
@ 2019-03-14 12:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-14 12:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9469>

Commit(s) tested:
	d085f98901ccd6c9764b93d3983f3c7797addc4f

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Add the "set style source" command

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/d0/d085f98901ccd6c9764b93d3983f3c7797addc4f/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=95faa59e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=95faa59e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-14 12:02 [binutils-gdb] Make TUI react to "set style enabled" sergiodj+buildbot
@ 2019-03-14 12:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-14 12:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9468>

Commit(s) tested:
	6f11e6824e15bd40fe1e7b245a22865c6ef8c7bd

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Make TUI react to "set style enabled"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/6f/6f11e6824e15bd40fe1e7b245a22865c6ef8c7bd/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=0: wait for stops
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
new KFAIL: gdb.threads/watchthreads2.exp: gdb can drop watchpoints in multithreaded app
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=95faa59e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=95faa59e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-13 20:07 [binutils-gdb] Change pid_to_str to return std::string sergiodj+buildbot
@ 2019-03-13 20:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-13 20:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9467>

Commit(s) tested:
	a068643d69ce0f25d5f7cbdaa1d0a3211d72c081

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Change pid_to_str to return std::string

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/a0/a068643d69ce0f25d5f7cbdaa1d0a3211d72c081/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint: continue to breakpoint: _exit
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: breakpoint 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/RHEL-s390x-m64/xfails/master/xfail?id=95faa59e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=95faa59e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-13 19:30 [binutils-gdb] Fix MI output for multi-location breakpoints sergiodj+buildbot
@ 2019-03-13 19:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-13 19:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9466>

Commit(s) tested:
	b4be1b0648608a2578bbed39841c8ee411773edd

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Fix MI output for multi-location breakpoints

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/b4/b4be1b0648608a2578bbed39841c8ee411773edd/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=95faa59e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=95faa59e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-13 17:50 [binutils-gdb] Factor out mi_ui_out instantiation logic sergiodj+buildbot
@ 2019-03-13 17:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-13 17:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9465>

Commit(s) tested:
	8e5e5494f8653dd83ce1413d141e26c09dddab7b

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Factor out mi_ui_out instantiation logic

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/8e/8e5e5494f8653dd83ce1413d141e26c09dddab7b/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=95faa59e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=95faa59e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-13 12:28 [binutils-gdb] [BFD, LD, AArch64, 3/3] Add --pac-plt to enable PLTs protected with PAC sergiodj+buildbot
@ 2019-03-13 12:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-13 12:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9464>

Commit(s) tested:
	1dbade7441b9f32d6ba9aa1d44da5f28c44282fa

Author(s) (in the same order as the commits):
	Sudakshina Das <sudi.das@arm.com>

Subject:
	[BFD, LD, AArch64, 3/3] Add --pac-plt to enable PLTs protected with PAC.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/1d/1dbade7441b9f32d6ba9aa1d44da5f28c44282fa/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=95faa59e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=95faa59e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-13 12:16 [binutils-gdb] [BFD, LD, AArch64, 2/3] Add --force-bti to enable BTI and to select BTI enabled PLTs sergiodj+buildbot
@ 2019-03-13 12:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-13 12:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9463>

Commit(s) tested:
	37c18eedffe3926a330149ca93e7407917e2be38

Author(s) (in the same order as the commits):
	Sudakshina Das <sudi.das@arm.com>

Subject:
	[BFD, LD, AArch64, 2/3] Add --force-bti to enable BTI and to select BTI enabled PLTs

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/37/37c18eedffe3926a330149ca93e7407917e2be38/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=0: wait for stops
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/RHEL-s390x-m64/xfails/master/xfail?id=95faa59e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=95faa59e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-12 23:39 [binutils-gdb] The NEWS file had two "New targets" sections for 8.3 sergiodj+buildbot
@ 2019-03-12 23:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-12 23:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9460>

Commit(s) tested:
	197df35ec4f370e9902892ff8339232869cf86ce

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	The NEWS file had two "New targets" sections for 8.3.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/19/197df35ec4f370e9902892ff8339232869cf86ce/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=95faa59e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=95faa59e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-12 23:25 [binutils-gdb] Support TLS variables on FreeBSD/powerpc sergiodj+buildbot
@ 2019-03-12 23:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-12 23:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9459>

Commit(s) tested:
	8399425f5f472ad8e630bb30ad2dbefeddbb68b7

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Support TLS variables on FreeBSD/powerpc.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/83/8399425f5f472ad8e630bb30ad2dbefeddbb68b7/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
new KFAIL: gdb.threads/watchthreads2.exp: gdb can drop watchpoints in multithreaded app
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=95faa59e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=95faa59e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-12 23:12 [binutils-gdb] Support TLS variables on FreeBSD/riscv sergiodj+buildbot
@ 2019-03-12 23:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-12 23:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9458>

Commit(s) tested:
	b0f87ed032bb68a9965de81cbf9fd676a83b9174

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Support TLS variables on FreeBSD/riscv.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/b0/b0f87ed032bb68a9965de81cbf9fd676a83b9174/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=95faa59e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=95faa59e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-12 22:59 [binutils-gdb] Support TLS variables on FreeBSD/i386 sergiodj+buildbot
@ 2019-03-12 22:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-12 22:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9457>

Commit(s) tested:
	ce25aa57a3cdd028be5868423e6e55506ccd1053

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Support TLS variables on FreeBSD/i386.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ce/ce25aa57a3cdd028be5868423e6e55506ccd1053/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=0: wait for stops
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: other threads ran - unlocked
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=95faa59e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=95faa59e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-12 22:47 [binutils-gdb] Support TLS variables on FreeBSD/amd64 sergiodj+buildbot
@ 2019-03-12 22:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-12 22:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9456>

Commit(s) tested:
	f5424cfa7e9337a6cb02a1f83c9feea0995c5350

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Support TLS variables on FreeBSD/amd64.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/f5/f5424cfa7e9337a6cb02a1f83c9feea0995c5350/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
new KFAIL: gdb.threads/watchthreads2.exp: gdb can drop watchpoints in multithreaded app
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=95faa59e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=95faa59e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-12 22:34 [binutils-gdb] Add a helper function to resolve TLS variable addresses for FreeBSD sergiodj+buildbot
@ 2019-03-12 22:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-12 22:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9455>

Commit(s) tested:
	945f3901b5889e57edf5a2ee25acb51f0078a719

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Add a helper function to resolve TLS variable addresses for FreeBSD.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/94/945f3901b5889e57edf5a2ee25acb51f0078a719/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=95faa59e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=95faa59e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-12 22:06 [binutils-gdb] Remove code disabled since at least 1999 from lookup_struct_elt_type sergiodj+buildbot
@ 2019-03-12 22:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-12 22:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9453>

Commit(s) tested:
	36c53a0262f84ad11d738471789dadfa9c4eb320

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Remove code disabled since at least 1999 from lookup_struct_elt_type.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/36/36c53a0262f84ad11d738471789dadfa9c4eb320/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=95faa59e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=95faa59e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-12 21:52 [binutils-gdb] Add a new gdbarch method to resolve the address of TLS variables sergiodj+buildbot
@ 2019-03-12 21:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-12 21:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9452>

Commit(s) tested:
	6e056c817845f3d736a1be6b68c69b439c6c6d25

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Add a new gdbarch method to resolve the address of TLS variables.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/6e/6e056c817845f3d736a1be6b68c69b439c6c6d25/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=95faa59e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=95faa59e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-12 21:26 [binutils-gdb] Handle an edge case for minisym TLS variable lookups sergiodj+buildbot
@ 2019-03-12 21:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-12 21:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9450>

Commit(s) tested:
	df22c1e5d53c38f38bce6072bb46de240f9e0e2b

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Handle an edge case for minisym TLS variable lookups.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/df/df22c1e5d53c38f38bce6072bb46de240f9e0e2b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=95faa59e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=95faa59e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-12 21:13 [binutils-gdb] Support fs_base and gs_base on FreeBSD/i386 sergiodj+buildbot
@ 2019-03-12 21:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-12 21:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9449>

Commit(s) tested:
	dd6876c91cd40cc105b1a91f418ca2c80683b314

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Support fs_base and gs_base on FreeBSD/i386.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/dd/dd6876c91cd40cc105b1a91f418ca2c80683b314/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=0: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
new KFAIL: gdb.threads/watchthreads2.exp: gdb can drop watchpoints in multithreaded app
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=95faa59e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=95faa59e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-12 21:01 [binutils-gdb] Support the fs_base and gs_base registers on i386 sergiodj+buildbot
@ 2019-03-12 21:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-12 21:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9448>

Commit(s) tested:
	1163a4b7a38a79ebd153dc5ee76ce93877d21dbd

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Support the fs_base and gs_base registers on i386.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/11/1163a4b7a38a79ebd153dc5ee76ce93877d21dbd/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=95faa59e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=95faa59e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-12 20:07 [binutils-gdb] gdb/testsuite: Prepare for DejaGnu 1.6.2 sergiodj+buildbot
@ 2019-03-12 20:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-12 20:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9447>

Commit(s) tested:
	7cde5fc2ec2e32e8a81ac613d26cf86bf8623816

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/testsuite: Prepare for DejaGnu 1.6.2

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/7c/7cde5fc2ec2e32e8a81ac613d26cf86bf8623816/>

*** 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/schedlock.exp: schedlock=off: cmd=next: call_function=0: other threads ran - unlocked
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=95faa59e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=95faa59e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-12 18:26 [binutils-gdb] Fix MinGW build with source-highlight sergiodj+buildbot
@ 2019-03-12 18:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-12 18:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9446>

Commit(s) tested:
	3a3508220eecf27e1952a73cd3ea6d6314ce8e1d

Author(s) (in the same order as the commits):
	Eli Zaretskii <eliz@gnu.org>

Subject:
	Fix MinGW build with source-highlight

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/3a/3a3508220eecf27e1952a73cd3ea6d6314ce8e1d/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=95faa59e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=95faa59e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-12 17:59 [binutils-gdb] Make remote.c ptid constants "const" sergiodj+buildbot
@ 2019-03-12 17:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-12 17:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9444>

Commit(s) tested:
	ffdd69cf7840f3b158de16819591361c8dae3a4d

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Make remote.c ptid constants "const"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ff/ffdd69cf7840f3b158de16819591361c8dae3a4d/>

*** Diff to previous build ***
============================
new KFAIL: gdb.threads/watchthreads2.exp: gdb can drop watchpoints in multithreaded app
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=95faa59e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=95faa59e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-12 17:46 [binutils-gdb] Fix test-cp-name-parser build, parser_fprintf undefined sergiodj+buildbot
@ 2019-03-12 17:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-12 17:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9443>

Commit(s) tested:
	ec148c577eaa29f26a943c13b0b66ca3877bb5aa

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix test-cp-name-parser build, parser_fprintf undefined

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ec/ec148c577eaa29f26a943c13b0b66ca3877bb5aa/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=0: wait for stops
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=95faa59e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=95faa59e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-12 17:34 [binutils-gdb] Fix test-cp-name-parser build, unused variable sergiodj+buildbot
@ 2019-03-12 17:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-12 17:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9442>

Commit(s) tested:
	3276427003bd1fc676d1cb913c4d09a9f7b1c74f

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix test-cp-name-parser build, unused variable

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/32/3276427003bd1fc676d1cb913c4d09a9f7b1c74f/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=95faa59e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=95faa59e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-12 17:21 [binutils-gdb] Make null_ptid and minus_one_ptid "const" sergiodj+buildbot
@ 2019-03-12 17:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-12 17:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9441>

Commit(s) tested:
	17547186c25aa96d078a6ff9d61a55880fa009f4

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Make null_ptid and minus_one_ptid "const"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/17/17547186c25aa96d078a6ff9d61a55880fa009f4/>

*** Diff to previous build ***
============================
PASS -> 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://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=95faa59e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=95faa59e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-12 17:07 [binutils-gdb] Change iterate_over_lwps to take a gdb::function_view sergiodj+buildbot
@ 2019-03-12 17:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-12 17:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9440>

Commit(s) tested:
	d3a70e03cf51c8fb6bc183eaff7559edffec2045

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Change iterate_over_lwps to take a gdb::function_view

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/d3/d3a70e03cf51c8fb6bc183eaff7559edffec2045/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=95faa59e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=95faa59e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-12 13:53 [binutils-gdb] Don't use bfd_get_file_size in objdump sergiodj+buildbot
@ 2019-03-12 13:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-12 13:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9439>

Commit(s) tested:
	7a6e0d89bb018cef0d8d13c497d8f340aa2a0fc8

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Don't use bfd_get_file_size in objdump

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/7a/7a6e0d89bb018cef0d8d13c497d8f340aa2a0fc8/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
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/RHEL-s390x-m64/xfails/master/xfail?id=95faa59e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=95faa59e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-12 13:40 [binutils-gdb] S/390: arch13: Adjust to recent changes sergiodj+buildbot
@ 2019-03-12 13:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-12 13:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9438>

Commit(s) tested:
	40f382e88d0391ffaa4098c92cbf339a7924a629

Author(s) (in the same order as the commits):
	Andreas Krebbel <krebbel@linux.ibm.com>

Subject:
	S/390: arch13: Adjust to recent changes

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/40/40f382e88d0391ffaa4098c92cbf339a7924a629/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: other threads ran - unlocked
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=95faa59e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=95faa59e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-12 13:28 [binutils-gdb] S/390: arch13: Add instruction descriptions sergiodj+buildbot
@ 2019-03-12 13:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-12 13:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9437>

Commit(s) tested:
	ba354106f02e25c9adc3dc1364d6a974216ec94e

Author(s) (in the same order as the commits):
	Andreas Krebbel <krebbel@linux.ibm.com>

Subject:
	S/390: arch13: Add instruction descriptions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ba/ba354106f02e25c9adc3dc1364d6a974216ec94e/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=95faa59e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=95faa59e>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-09 16:04 [binutils-gdb] Split rank_one_type_parm_set from rank_one_type sergiodj+buildbot
@ 2019-03-09 16:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-09 16:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9433>

Commit(s) tested:
	f09ce22d6a2266c3bbe5061eb61e7fad65568652

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@efficios.com>

Subject:
	Split rank_one_type_parm_set from rank_one_type

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/f0/f09ce22d6a2266c3bbe5061eb61e7fad65568652/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-09 15:50 [binutils-gdb] Split rank_one_type_parm_struct from rank_one_type sergiodj+buildbot
@ 2019-03-09 15:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-09 15:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9432>

Commit(s) tested:
	595f96a94448d1327aeac8783622e390794a722c

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@efficios.com>

Subject:
	Split rank_one_type_parm_struct from rank_one_type

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/59/595f96a94448d1327aeac8783622e390794a722c/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-09 15:36 [binutils-gdb] Split rank_one_type_parm_complex from rank_one_type sergiodj+buildbot
@ 2019-03-09 15:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-09 15:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9431>

Commit(s) tested:
	2598a94b1e23c148a8f84d796e92de3a10d6e4e5

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@efficios.com>

Subject:
	Split rank_one_type_parm_complex from rank_one_type

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/25/2598a94b1e23c148a8f84d796e92de3a10d6e4e5/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-09 15:10 [binutils-gdb] Split rank_one_type_parm_bool from rank_one_type sergiodj+buildbot
@ 2019-03-09 15:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-09 15:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9429>

Commit(s) tested:
	2c50903575cec09d1748612fd0355b766ec04a19

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@efficios.com>

Subject:
	Split rank_one_type_parm_bool from rank_one_type

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/2c/2c50903575cec09d1748612fd0355b766ec04a19/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=0: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-09 14:58 [binutils-gdb] Split rank_one_type_parm_range from rank_one_type sergiodj+buildbot
@ 2019-03-09 14:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-09 14:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9428>

Commit(s) tested:
	0dd322dc1345d1b8809f20a674c977276f0c0430

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@efficios.com>

Subject:
	Split rank_one_type_parm_range from rank_one_type

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/0d/0dd322dc1345d1b8809f20a674c977276f0c0430/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-09 14:34 [binutils-gdb] Split rank_one_type_parm_enum from rank_one_type sergiodj+buildbot
@ 2019-03-09 14:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-09 14:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9426>

Commit(s) tested:
	793cd1d2a12e9741e01f5df702e493f5e9ba0dea

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@efficios.com>

Subject:
	Split rank_one_type_parm_enum from rank_one_type

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/79/793cd1d2a12e9741e01f5df702e493f5e9ba0dea/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-09 14:21 [binutils-gdb] Split rank_one_type_parm_int from rank_one_type sergiodj+buildbot
@ 2019-03-09 14:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-09 14:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9425>

Commit(s) tested:
	34910087ebf8fb3f1646d9177d7c961a1b3231da

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@efficios.com>

Subject:
	Split rank_one_type_parm_int from rank_one_type

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/34/34910087ebf8fb3f1646d9177d7c961a1b3231da/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=0: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-09 14:08 [binutils-gdb] Split rank_one_type_parm_func from rank_one_type sergiodj+buildbot
@ 2019-03-09 14:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-09 14:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9424>

Commit(s) tested:
	f1f832d6cd39e14e9f8c0ba142d2e442792119e4

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@efficios.com>

Subject:
	Split rank_one_type_parm_func from rank_one_type

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/f1/f1f832d6cd39e14e9f8c0ba142d2e442792119e4/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint: continue to breakpoint: _exit
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint: 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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-09 13:57 [binutils-gdb] Split rank_one_type_parm_array from rank_one_type sergiodj+buildbot
@ 2019-03-09 13:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-09 13:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9423>

Commit(s) tested:
	b9f4512f250f7fa685f1f888b6fcbe2e34dc9733

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@efficios.com>

Subject:
	Split rank_one_type_parm_array from rank_one_type

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/b9/b9f4512f250f7fa685f1f888b6fcbe2e34dc9733/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-09 13:46 [binutils-gdb] Split rank_one_type_parm_ptr from rank_one_type sergiodj+buildbot
@ 2019-03-09 13:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-09 13:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9422>

Commit(s) tested:
	9293fc63040a41e0830acb61d93037b6e0f2c424

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@efficios.com>

Subject:
	Split rank_one_type_parm_ptr from rank_one_type

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/92/9293fc63040a41e0830acb61d93037b6e0f2c424/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-09 11:43 [binutils-gdb] Ensure 'help set/show print inferior-events' shows the example events sergiodj+buildbot
@ 2019-03-09 11:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-09 11:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9421>

Commit(s) tested:
	e3abbe7e9458be7a92c27bc4649295b935340699

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Ensure 'help set/show print inferior-events' shows the example events.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/e3/e3abbe7e9458be7a92c27bc4649295b935340699/>

*** Diff to previous build ***
============================
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
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-09  7:02 [binutils-gdb] Support styling on native MS-Windows console sergiodj+buildbot
@ 2019-03-09  7:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-09  7:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9419>

Commit(s) tested:
	e4adb93903d4ae0b7ab2b5004364e50627df95f7

Author(s) (in the same order as the commits):
	Eli Zaretskii <eliz@gnu.org>

Subject:
	Support styling on native MS-Windows console

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/e4/e4adb93903d4ae0b7ab2b5004364e50627df95f7/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=0: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-08 13:11 [binutils-gdb] PR24311, FAIL: S-records with constructors sergiodj+buildbot
@ 2019-03-08 13:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-08 13:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9416>

Commit(s) tested:
	ebd2263ba9a9124d93bbc0ece63d7e0fae89b40e

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR24311, FAIL: S-records with constructors

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/eb/ebd2263ba9a9124d93bbc0ece63d7e0fae89b40e/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-07 18:05 [binutils-gdb] C++-ify bcache sergiodj+buildbot
@ 2019-03-07 18:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-07 18:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9413>

Commit(s) tested:
	25629dfdb438c82f2bb711174042bb326a526aaf

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	C++-ify bcache

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/25/25629dfdb438c82f2bb711174042bb326a526aaf/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-07 16:42 [binutils-gdb] gdb: Move value_from_host_double into value.c and make more use of it sergiodj+buildbot
@ 2019-03-07 16:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-07 16:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9411>

Commit(s) tested:
	7584bb30cf380cff9cc3914b1b523c5a1a5b4302

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Move value_from_host_double into value.c and make more use of it

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/75/7584bb30cf380cff9cc3914b1b523c5a1a5b4302/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: other threads ran - unlocked
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-07  2:08 [binutils-gdb] Use SCOPE_EXIT in write_gcore_file sergiodj+buildbot
@ 2019-03-07  2:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-07  2:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9409>

Commit(s) tested:
	a7b1986e13c60f2a10721863ef684a18daccaaf7

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use SCOPE_EXIT in write_gcore_file

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/a7/a7b1986e13c60f2a10721863ef684a18daccaaf7/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-07  1:55 [binutils-gdb] Remove free_current_contents sergiodj+buildbot
@ 2019-03-07  1:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-07  1:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9408>

Commit(s) tested:
	0ccf4211fdec30fab46a5552ecfbe8e7ca98d50f

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove free_current_contents

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/0c/0ccf4211fdec30fab46a5552ecfbe8e7ca98d50f/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-07  1:42 [binutils-gdb] Remove basic cleanup code sergiodj+buildbot
@ 2019-03-07  1:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-07  1:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9407>

Commit(s) tested:
	fe7b42e5843ef82f97959e0e18122c164449a8ea

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove basic cleanup code

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/fe/fe7b42e5843ef82f97959e0e18122c164449a8ea/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-07  1:30 [binutils-gdb] Use unique_xmalloc_ptr in remote.c sergiodj+buildbot
@ 2019-03-07  1:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-07  1:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9406>

Commit(s) tested:
	c6321f19c5414c2a34db3cf5979834d081c32abd

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use unique_xmalloc_ptr in remote.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/c6/c6321f19c5414c2a34db3cf5979834d081c32abd/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-07  1:04 [binutils-gdb] Remove last cleanup from linux-namespaces.c sergiodj+buildbot
@ 2019-03-07  1:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-07  1:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9404>

Commit(s) tested:
	6cceac94147f6026e93dcfc0a0df03555b571a12

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove last cleanup from linux-namespaces.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/6c/6cceac94147f6026e93dcfc0a0df03555b571a12/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-07  0:51 [binutils-gdb] Remove last cleanup solib-aix.c sergiodj+buildbot
@ 2019-03-07  0:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-07  0:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9403>

Commit(s) tested:
	724127627fef458ed330d027cf0b3d17580af615

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove last cleanup solib-aix.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/72/724127627fef458ed330d027cf0b3d17580af615/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-07  0:38 [binutils-gdb] Remove last cleanups from solib-svr4.c sergiodj+buildbot
@ 2019-03-07  0:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-07  0:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9402>

Commit(s) tested:
	2b6ff1c0474fca286b95be7ae9dcc5a22ff2a0b9

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove last cleanups from solib-svr4.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/2b/2b6ff1c0474fca286b95be7ae9dcc5a22ff2a0b9/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-07  0:25 [binutils-gdb] Remove cleanup from solib-svr4.c sergiodj+buildbot
@ 2019-03-07  0:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-07  0:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9401>

Commit(s) tested:
	d01c5877664024043f4e5920d072c5f62fc7f89a

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove cleanup from solib-svr4.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/d0/d01c5877664024043f4e5920d072c5f62fc7f89a/>

*** 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/schedlock.exp: schedlock=off: cmd=step: other threads ran - unlocked
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-07  0:13 [binutils-gdb] Remove last cleanup from gdbserver sergiodj+buildbot
@ 2019-03-07  0:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-07  0:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9400>

Commit(s) tested:
	37991b4f52e7d13c586137f401ac65dec4aa732f

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove last cleanup from gdbserver

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/37/37991b4f52e7d13c586137f401ac65dec4aa732f/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=0: wait for stops
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-06 23:22 [binutils-gdb] Remove cleanups from coffread.c sergiodj+buildbot
@ 2019-03-06 23:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-06 23:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9396>

Commit(s) tested:
	e2a035485a80651a5dc1711fee5a811e41ab131b

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove cleanups from coffread.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/e2/e2a035485a80651a5dc1711fee5a811e41ab131b/>

*** 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
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-06 21:11 [binutils-gdb] linux-fork.c: rewrite inf_has_multiple_threads sergiodj+buildbot
@ 2019-03-06 21:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-06 21:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9394>

Commit(s) tested:
	e52c971f17ac747a065388b54a909f44b5582cd9

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	linux-fork.c: rewrite inf_has_multiple_threads

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/e5/e52c971f17ac747a065388b54a909f44b5582cd9/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-06 20:58 [binutils-gdb] C++ify fork_info, use std::list sergiodj+buildbot
@ 2019-03-06 20:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-06 20:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9393>

Commit(s) tested:
	06974e6c05556edb7122f45239c95045e882dc76

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	C++ify fork_info, use std::list

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/06/06974e6c05556edb7122f45239c95045e882dc76/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-06 20:33 [binutils-gdb] gdb/fortran: Handle older TYPE*SIZE typenames sergiodj+buildbot
@ 2019-03-06 20:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-06 20:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9391>

Commit(s) tested:
	efbecbc143f19cb308ae220fb386505f41ff4bc3

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/fortran: Handle older TYPE*SIZE typenames

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ef/efbecbc143f19cb308ae220fb386505f41ff4bc3/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-06 20:20 [binutils-gdb] gdb/fortran: Add support for the ABS intrinsic function sergiodj+buildbot
@ 2019-03-06 20:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-06 20:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9390>

Commit(s) tested:
	0841c79a3dc1cfa382164a6bb2c1ee41af3ab0a9

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/fortran: Add support for the ABS intrinsic function

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/08/0841c79a3dc1cfa382164a6bb2c1ee41af3ab0a9/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=0: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-06 19:54 [binutils-gdb] gdb/fortran: Add builtin 8-byte integer type with (kind=8) support sergiodj+buildbot
@ 2019-03-06 19:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-06 19:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9388>

Commit(s) tested:
	067630bdb553bb889104e3b064e4551531ddcedc

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/fortran: Add builtin 8-byte integer type with (kind=8) support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/06/067630bdb553bb889104e3b064e4551531ddcedc/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-06 19:42 [binutils-gdb] gdb/fortran: Expand the set of types that support (kind=N) sergiodj+buildbot
@ 2019-03-06 19:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-06 19:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9387>

Commit(s) tested:
	3be47f7aa99dc90190e642a4e191c9f049e0a934

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/fortran: Expand the set of types that support (kind=N)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/3b/3be47f7aa99dc90190e642a4e191c9f049e0a934/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-06 19:30 [binutils-gdb] gdb/fortran: Add Fortran 'kind' intrinsic and keyword sergiodj+buildbot
@ 2019-03-06 19:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-06 19:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9386>

Commit(s) tested:
	4d00f5d8f6c4a1c9f334b1abb45b9ce05fb45b0a

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/fortran: Add Fortran 'kind' intrinsic and keyword

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/4d/4d00f5d8f6c4a1c9f334b1abb45b9ce05fb45b0a/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-06 19:17 [binutils-gdb] gdb/fortran: Enable debugging of the Fortran parser sergiodj+buildbot
@ 2019-03-06 19:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-06 19:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9385>

Commit(s) tested:
	e454224fa82aa52a1288a3d6a2e26e8d224d732a

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/fortran: Enable debugging of the Fortran parser

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/e4/e454224fa82aa52a1288a3d6a2e26e8d224d732a/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: other threads ran - unlocked
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-06 19:04 [binutils-gdb] gdb/fortran: Add new function to evaluate Fortran expressions sergiodj+buildbot
@ 2019-03-06 19:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-06 19:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9384>

Commit(s) tested:
	9dad4a58a1bddeb1cc2ec8b3782d7463b03b7b4b

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/fortran: Add new function to evaluate Fortran expressions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/9d/9dad4a58a1bddeb1cc2ec8b3782d7463b03b7b4b/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=0: wait for stops
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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-06 18:28 [binutils-gdb] gdb/fortran: Remove some duplicate tests sergiodj+buildbot
@ 2019-03-06 18:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-06 18:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9381>

Commit(s) tested:
	84ec972406ec519b509f986780481899115847c2

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/fortran: Remove some duplicate tests

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/84/84ec972406ec519b509f986780481899115847c2/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-06 10:16 [binutils-gdb] Testsuite: Ensure changing directory does not break the log file sergiodj+buildbot
@ 2019-03-06 10:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-06 10:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9378>

Commit(s) tested:
	c3734e093aab1cea90a76b107cdda4a5870dd1b8

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Testsuite: Ensure changing directory does not break the log file

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/c3/c3734e093aab1cea90a76b107cdda4a5870dd1b8/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-06  9:57 [binutils-gdb] Fix a segmentation fault triggered by disassembling an EFi file with source included sergiodj+buildbot
@ 2019-03-06  9:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-06  9:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9377>

Commit(s) tested:
	219d6836e939d2cd1a8c5574bfa3a101daa31cbb

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Fix a segmentation fault triggered by disassembling an EFi file with source included.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/21/219d6836e939d2cd1a8c5574bfa3a101daa31cbb/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-06  8:50 [binutils-gdb] Fortran function calls with arguments sergiodj+buildbot
@ 2019-03-06  8:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-06  8:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9376>

Commit(s) tested:
	aa3cfbda2f2af71044949b5692ce51cafb023d13

Author(s) (in the same order as the commits):
	Richard Bunt <richard.bunt@arm.com>

Subject:
	Fortran function calls with arguments

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/aa/aa3cfbda2f2af71044949b5692ce51cafb023d13/>

*** Diff to previous build ***
============================
new KFAIL: gdb.fortran/function-calls.exp: p one_arg_value
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-05 21:27 [binutils-gdb] Change the_dummy_target to be a global sergiodj+buildbot
@ 2019-03-05 21:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-05 21:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9374>

Commit(s) tested:
	06b5b831a09417bac37b44599dc35d4b904700c5

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Change the_dummy_target to be a global

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/06/06b5b831a09417bac37b44599dc35d4b904700c5/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-05 17:41 [binutils-gdb] Remove gdb_bfd_fdopenr sergiodj+buildbot
@ 2019-03-05 17:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-05 17:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9372>

Commit(s) tested:
	edbd9e45a906970852cee1999ab27c18c18a5ff5

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Remove gdb_bfd_fdopenr

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ed/edbd9e45a906970852cee1999ab27c18c18a5ff5/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-05 17:29 [binutils-gdb] Remove excess calls to gdb_flush sergiodj+buildbot
@ 2019-03-05 17:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-05 17:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9371>

Commit(s) tested:
	c119e04082b5b3ee907a8d02b42fae2aee0c4fbb

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Remove excess calls to gdb_flush

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/c1/c119e04082b5b3ee907a8d02b42fae2aee0c4fbb/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-05 17:17 [binutils-gdb] Add ATTRIBUTE_UNUSED_RESULT to ref_ptr::release sergiodj+buildbot
@ 2019-03-05 17:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-05 17:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9370>

Commit(s) tested:
	895dafa679db7af79576dcd177a6d91d65657ee8

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Add ATTRIBUTE_UNUSED_RESULT to ref_ptr::release

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/89/895dafa679db7af79576dcd177a6d91d65657ee8/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-05 17:03 [binutils-gdb] Add ATTRIBUTE_UNUSED_RESULT to scoped_remote_fd::release sergiodj+buildbot
@ 2019-03-05 17:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-05 17:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9369>

Commit(s) tested:
	88a774b9984e42c492ddcf4e4b4b0170ac803576

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Add ATTRIBUTE_UNUSED_RESULT to scoped_remote_fd::release

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/88/88a774b9984e42c492ddcf4e4b4b0170ac803576/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-05 16:49 [binutils-gdb] Add ATTRIBUTE_UNUSED_RESULT to macro_buffer sergiodj+buildbot
@ 2019-03-05 16:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-05 16:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9368>

Commit(s) tested:
	4e4a8b932b7ae8e239eebb597fbb6cfcb7278a64

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Add ATTRIBUTE_UNUSED_RESULT to macro_buffer

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/4e/4e4a8b932b7ae8e239eebb597fbb6cfcb7278a64/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=attach: stop with control-c
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=0: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-05 16:37 [binutils-gdb] Add ATTRIBUTE_UNUSED_RESULT to scoped_mmap sergiodj+buildbot
@ 2019-03-05 16:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-05 16:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9367>

Commit(s) tested:
	083eef1f897e2fd13e4afa7b1a52090c83476f5c

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Add ATTRIBUTE_UNUSED_RESULT to scoped_mmap

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/08/083eef1f897e2fd13e4afa7b1a52090c83476f5c/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-05 16:26 [binutils-gdb] Add ATTRIBUTE_UNUSED_RESULT to scoped_fd sergiodj+buildbot
@ 2019-03-05 16:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-05 16:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9366>

Commit(s) tested:
	3cabd438f3d18e1cb7afd4d2a82449883943e62f

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Add ATTRIBUTE_UNUSED_RESULT to scoped_fd

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/3c/3cabd438f3d18e1cb7afd4d2a82449883943e62f/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-04 15:25 [binutils-gdb] gdbserver short-circuit-argument-list failures sergiodj+buildbot
@ 2019-03-04 15:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-04 15:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9361>

Commit(s) tested:
	7b63ad86ab1a56812772f266b345ecaa494ece95

Author(s) (in the same order as the commits):
	Richard Bunt <richard.bunt@arm.com>

Subject:
	gdbserver short-circuit-argument-list failures

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/7b/7b63ad86ab1a56812772f266b345ecaa494ece95/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-02 13:35 [binutils-gdb] Fix GDB compilation on MinGW (PR gdb/24292) sergiodj+buildbot
@ 2019-03-02 13:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-02 13:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9352>

Commit(s) tested:
	41fa577fbc326402be49b3f03bc828e52dba8b88

Author(s) (in the same order as the commits):
	Eli Zaretskii <eliz@gnu.org>

Subject:
	Fix GDB compilation on MinGW (PR gdb/24292)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/41/41fa577fbc326402be49b3f03bc828e52dba8b88/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: other threads ran - unlocked
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-01 14:55 [binutils-gdb] Revert "Add support to GNU ld to separate got related plt entries" sergiodj+buildbot
@ 2019-03-01 14:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-01 14:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9351>

Commit(s) tested:
	24801b157631434446c2fc5a40994a5555a1db38

Author(s) (in the same order as the commits):
	Andreas Krebbel <krebbel@linux.ibm.com>

Subject:
	Revert "Add support to GNU ld to separate got related plt entries"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/24/24801b157631434446c2fc5a40994a5555a1db38/>

*** 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=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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-03-01  3:16 [binutils-gdb] PR24272, out-of-bounds read in pex64_xdata_print_uwd_codes sergiodj+buildbot
@ 2019-03-01  3:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-03-01  3:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9348>

Commit(s) tested:
	b24cc4146e4de9f3b66e2e2fb8379db46eff89c9

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR24272, out-of-bounds read in pex64_xdata_print_uwd_codes

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/b2/b24cc4146e4de9f3b66e2e2fb8379db46eff89c9/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-28 17:36 [binutils-gdb] Testsuite: Catch gdbserver socket listen errors sergiodj+buildbot
@ 2019-02-28 17:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-28 17:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9347>

Commit(s) tested:
	01abb042af3f118a8820517a3b45b19e65c7bbd4

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Testsuite: Catch gdbserver socket listen errors

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/01/01abb042af3f118a8820517a3b45b19e65c7bbd4/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=0: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-28 14:43 [binutils-gdb] Prevent a buffer overrun error when attempting to parse a corrupt ELF file sergiodj+buildbot
@ 2019-02-28 14:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-28 14:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9344>

Commit(s) tested:
	eed5def8d0b7b64c3592be75a9b22bb4ce1a78f4

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Prevent a buffer overrun error when attempting to parse a corrupt ELF file.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ee/eed5def8d0b7b64c3592be75a9b22bb4ce1a78f4/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-28  7:38 [binutils-gdb] (gdb/sim) Move Mike Frysinger to past maintainers section sergiodj+buildbot
@ 2019-02-28  7:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-28  7:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9343>

Commit(s) tested:
	9c4c331816b14d7020a8a15eed9dac5e5babdb0e

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	(gdb/sim) Move Mike Frysinger to past maintainers section

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/9c/9c4c331816b14d7020a8a15eed9dac5e5babdb0e/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-27 21:57 [binutils-gdb] Fix regcache leak, and avoid possible regcache access after detach sergiodj+buildbot
@ 2019-02-27 21:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-27 21:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9340>

Commit(s) tested:
	799efbe8e01ab8292c01f46ac59a6fb2349d4535

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Fix regcache leak, and avoid possible regcache access after detach.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/79/799efbe8e01ab8292c01f46ac59a6fb2349d4535/>

*** Diff to previous build ***
============================
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
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-27 20:22 [binutils-gdb] x86-64: Skip protected check on symbol defined by linker sergiodj+buildbot
@ 2019-02-27 20:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-27 20:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9339>

Commit(s) tested:
	5cfe428cd1788be52a0af540f02b8f2705354d50

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	x86-64: Skip protected check on symbol defined by linker

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/5c/5cfe428cd1788be52a0af540f02b8f2705354d50/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-27 20:01 [binutils-gdb] Handle \r\n in gdbreplay sergiodj+buildbot
@ 2019-02-27 20:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-27 20:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9337>

Commit(s) tested:
	43ac54fca353ea8d77d56dc5ad9e049bbb9a81fb

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Handle \r\n in gdbreplay

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/43/43ac54fca353ea8d77d56dc5ad9e049bbb9a81fb/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-27 19:37 [binutils-gdb] Test "set width/height -1" sergiodj+buildbot
@ 2019-02-27 19:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-27 19:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9335>

Commit(s) tested:
	5862844d0f443b9f65e8dd0d85c43f8818d3f355

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Test "set width/height -1"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/58/5862844d0f443b9f65e8dd0d85c43f8818d3f355/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-27 19:25 [binutils-gdb] Make 'show width/height' display "unlimited" when capped for readline sergiodj+buildbot
@ 2019-02-27 19:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-27 19:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9334>

Commit(s) tested:
	8ed252144a29fb6370b828d84419d5c59d23dae2

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Make 'show width/height' display "unlimited" when capped for readline

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/8e/8ed252144a29fb6370b828d84419d5c59d23dae2/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=0: wait for stops
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-27 19:11 [binutils-gdb] Prevent overflow in rl_set_screen_size sergiodj+buildbot
@ 2019-02-27 19:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-27 19:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9333>

Commit(s) tested:
	23031e319207140e76a9c18e308995fe28322b58

Author(s) (in the same order as the commits):
	Saagar Jha <saagar@saagarjha.com>

Subject:
	Prevent overflow in rl_set_screen_size

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/23/23031e319207140e76a9c18e308995fe28322b58/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: breakpoint
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-27 19:00 [binutils-gdb] Remove Python 2.4 and 2.5 support sergiodj+buildbot
@ 2019-02-27 19:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-27 19:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9332>

Commit(s) tested:
	6c28e44a359e9f6cf455ddff0009ca99406f7224

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Remove Python 2.4 and 2.5 support

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/6c/6c28e44a359e9f6cf455ddff0009ca99406f7224/>

*** 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
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-27 18:29 [binutils-gdb] Use Python 2.[67] / 3.X / PEP 3118 buffer protocol sergiodj+buildbot
@ 2019-02-27 18:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-27 18:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9330>

Commit(s) tested:
	6ca622222193bc29a2780f6f02f0d8b96da65a4b

Author(s) (in the same order as the commits):
	Kevin Buettner <kevinb@redhat.com>

Subject:
	Use Python 2.[67] / 3.X / PEP 3118 buffer protocol

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/6c/6ca622222193bc29a2780f6f02f0d8b96da65a4b/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-27 17:04 [binutils-gdb] gdb/h8300: Use default gdbarch methods where possible sergiodj+buildbot
@ 2019-02-27 17:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-27 17:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9328>

Commit(s) tested:
	9734a586671fa95a06a2e10323c14d0157805057

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/h8300: Use default gdbarch methods where possible

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/97/9734a586671fa95a06a2e10323c14d0157805057/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-27 16:53 [binutils-gdb] gdb/ft32: Use default gdbarch methods where possible sergiodj+buildbot
@ 2019-02-27 16:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-27 16:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9327>

Commit(s) tested:
	68b867f30eeca7e9585e9ee16e824f5a18e2bc6c

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/ft32: Use default gdbarch methods where possible

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/68/68b867f30eeca7e9585e9ee16e824f5a18e2bc6c/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-27 16:18 [binutils-gdb] gdb/csky: Use default gdbarch methods where possible sergiodj+buildbot
@ 2019-02-27 16:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-27 16:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9324>

Commit(s) tested:
	4133e5a13f15d86bb1f834090de98cca4c34759d

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/csky: Use default gdbarch methods where possible

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/41/4133e5a13f15d86bb1f834090de98cca4c34759d/>

*** 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/schedlock.exp: schedlock=off: cmd=next: call_function=0: other threads ran - unlocked
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-27 15:55 [binutils-gdb] gdb/bfin: Use default gdbarch methods where possible sergiodj+buildbot
@ 2019-02-27 15:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-27 15:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9322>

Commit(s) tested:
	b56bf084434de08080875134e983f8b46eb2328f

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/bfin: Use default gdbarch methods where possible

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/b5/b56bf084434de08080875134e983f8b46eb2328f/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-27 15:43 [binutils-gdb] gdb/arm: Use default gdbarch methods where possible sergiodj+buildbot
@ 2019-02-27 15:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-27 15:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9321>

Commit(s) tested:
	a19a650fcca359a02bfadb201c9b032ce7479525

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/arm: Use default gdbarch methods where possible

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/a1/a19a650fcca359a02bfadb201c9b032ce7479525/>

*** Diff to previous build ***
============================
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 -> 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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-27 15:21 [binutils-gdb] gdb/alpha: Use default gdbarch methods where possible sergiodj+buildbot
@ 2019-02-27 15:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-27 15:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9319>

Commit(s) tested:
	480e46cfc5cf4976c1f1a00bc6254d78e9c45447

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/alpha: Use default gdbarch methods where possible

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/48/480e46cfc5cf4976c1f1a00bc6254d78e9c45447/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-27 15:09 [binutils-gdb] gdb/aarch64: Use default gdbarch methods where possible sergiodj+buildbot
@ 2019-02-27 15:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-27 15:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9318>

Commit(s) tested:
	7a995095f35f024517ddaa07b8a8ad04463e3ce5

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/aarch64: Use default gdbarch methods where possible

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/7a/7a995095f35f024517ddaa07b8a8ad04463e3ce5/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-27 11:40 [binutils-gdb] gdb: Handle alignment for C++ structures with static members sergiodj+buildbot
@ 2019-02-27 11:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-27 11:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9317>

Commit(s) tested:
	bf9a735e239cb7a27c81aa7c98679f7f83fa8314

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Handle alignment for C++ structures with static members

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/bf/bf9a735e239cb7a27c81aa7c98679f7f83fa8314/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-27 11:28 [binutils-gdb] gdb: Restructure type_align and gdbarch_type_align sergiodj+buildbot
@ 2019-02-27 11:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-27 11:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9316>

Commit(s) tested:
	5561fc304ff2a93a33a42df63eaf18b92483b307

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Restructure type_align and gdbarch_type_align

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/55/5561fc304ff2a93a33a42df63eaf18b92483b307/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-27  5:47 [binutils-gdb] Update NEWS post GDB 8.3 branch creation sergiodj+buildbot
@ 2019-02-27  5:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-27  5:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9312>

Commit(s) tested:
	9335e75a6170fbf76f60548690d5724198cf0440

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	Update NEWS post GDB 8.3 branch creation.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/93/9335e75a6170fbf76f60548690d5724198cf0440/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-27  5:37 [binutils-gdb] Bump version to 8.3.50.DATE-git sergiodj+buildbot
@ 2019-02-27  5:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-27  5:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9311>

Commit(s) tested:
	3d34d8de5e10623652ab9f1eda2ff3456f64d13b

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	Bump version to 8.3.50.DATE-git.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/3d/3d34d8de5e10623652ab9f1eda2ff3456f64d13b/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-27  5:00 [binutils-gdb] Fix build errors in aix-thread.c sergiodj+buildbot
@ 2019-02-27  5:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-27  5:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9308>

Commit(s) tested:
	143420fb0d5ae54323ba9953f0818c194635228d

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@efficios.com>

Subject:
	Fix build errors in aix-thread.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/14/143420fb0d5ae54323ba9953f0818c194635228d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-26 19:57 [binutils-gdb] Fix new py-value.exp test case sergiodj+buildbot
@ 2019-02-26 19:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-26 19:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9304>

Commit(s) tested:
	8791793caa9a3186d4922cc786b6344e6093be73

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Fix new py-value.exp test case

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/87/8791793caa9a3186d4922cc786b6344e6093be73/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-26 18:21 [binutils-gdb] Document two argument form of gdb.Value constructor sergiodj+buildbot
@ 2019-02-26 18:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-26 18:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9302>

Commit(s) tested:
	af54ade989cbbb1a43f4bc9d4d2e8e60814306f1

Author(s) (in the same order as the commits):
	Kevin Buettner <kevinb@redhat.com>

Subject:
	Document two argument form of gdb.Value constructor

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/af/af54ade989cbbb1a43f4bc9d4d2e8e60814306f1/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: 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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-26 18:09 [binutils-gdb] Add tests for gdb.Value(bufobj, type) constructor sergiodj+buildbot
@ 2019-02-26 18:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-26 18:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9301>

Commit(s) tested:
	bc2a507e6e90fc5766bd68d368441f5b511c2ef1

Author(s) (in the same order as the commits):
	Kevin Buettner <kevinb@redhat.com>

Subject:
	Add tests for gdb.Value(bufobj, type) constructor

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/bc/bc2a507e6e90fc5766bd68d368441f5b511c2ef1/>

*** Diff to previous build ***
============================
new FAIL: gdb.python/py-value.exp: attempt to convert smaller buffer than size of type
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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-26 17:46 [binutils-gdb] Define unique_ptr specialization for Py_buffer sergiodj+buildbot
@ 2019-02-26 17:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-26 17:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9299>

Commit(s) tested:
	26c897821b37af894088ec5731f93dc82e79b6d4

Author(s) (in the same order as the commits):
	Kevin Buettner <kevinb@redhat.com>

Subject:
	Define unique_ptr specialization for Py_buffer.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/26/26c897821b37af894088ec5731f93dc82e79b6d4/>

*** Diff to previous build ***
============================
PASS -> FAIL: 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 -> 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, 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_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 again, 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_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: 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 -> 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, 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_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_frame: thread 1.3: select frame 1, 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_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 -> 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: 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 -> 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 again, 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.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.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 -> 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, 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, 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=direct: test_cli_in_mi_thread: thread 1.3: 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_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 -> 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, 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_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 again, 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_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: 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 -> 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, 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_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_frame: thread 1.3: select frame 1, 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_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 -> 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: 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 -> 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 again, 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.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.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 -> 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, 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, 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: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: thread without args, event on CLI, ensure no output CLI
PASS -> FAIL: 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 -> 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: frame without args, 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: 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 CLI
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: 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 -> 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 CLI
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: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.2: flush MI
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 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 -> FAIL: 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 -> 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_select_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_thread: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_thread: flush MI
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.2: thread without args, 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
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 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 -> 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_thread: thread 1.3: thread without args, event on MI, ensure no output MI
PASS -> FAIL: 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 -> 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 again, event on MI, ensure no output CLI
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: 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 -> 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: -stack-select-frame, event on MI, ensure no output CLI
PASS -> FAIL: 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 -> 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: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: flush MI
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 again, event on CLI, ensure no output CLI
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 again, event on CLI, ensure no output CLI
PASS -> FAIL: 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: inferior 2: continue to breakpoint: main breakpoint
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: inferior 2: set thread-specific breakpoint, thread 2.2
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: inferior 2: stop at breakpoint in main
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: inferior 2: thread 2.2 stops CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: inferior 2: thread 2.2 stops MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: main stop
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=attach: stop with control-c
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-25 22:54 [binutils-gdb] Fix BFD leak in dwarf2_get_dwz_file sergiodj+buildbot
@ 2019-02-25 22:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-25 22:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9297>

Commit(s) tested:
	0f58c9e88ebee636206b946b00ea52b47056b320

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Fix BFD leak in dwarf2_get_dwz_file.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/0f/0f58c9e88ebee636206b946b00ea52b47056b320/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-25 21:09 [binutils-gdb] Fix crash when loading dwp files sergiodj+buildbot
@ 2019-02-25 21:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-25 21:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9296>

Commit(s) tested:
	0a0f4c0179106ee4b8e56649c549f4175ebba994

Author(s) (in the same order as the commits):
	Jordan Rupprecht <rupprecht@google.com>

Subject:
	Fix crash when loading dwp files

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/0a/0a0f4c0179106ee4b8e56649c549f4175ebba994/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-23 15:20 [binutils-gdb] Use '--readnever' when invoking GDB from gcore.in sergiodj+buildbot
@ 2019-02-23 15:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-23 15:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9291>

Commit(s) tested:
	8a6a85134d78531c6adb72a888844f7cfa3a5c56

Author(s) (in the same order as the commits):
	Sergio Durigan Junior <sergiodj@redhat.com>

Subject:
	Use '--readnever' when invoking GDB from gcore.in

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/8a/8a6a85134d78531c6adb72a888844f7cfa3a5c56/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-23 12:47 [binutils-gdb] Update copyright year range in gdb.ada/mi_ref_changeable testcase sergiodj+buildbot
@ 2019-02-23 13:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-23 13:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9290>

Commit(s) tested:
	e0e7d3bd218e50275b4c9c9fbf2d3123c73372a9

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	Update copyright year range in gdb.ada/mi_ref_changeable testcase

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/e0/e0e7d3bd218e50275b4c9c9fbf2d3123c73372a9/>





^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-22 21:06 [binutils-gdb] Look for build-id-based separate debug files under the sysroot sergiodj+buildbot
@ 2019-02-22 21:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-22 21:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9288>

Commit(s) tested:
	07bc701d03167b8006835da583a03d98177cd4b6

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Look for build-id-based separate debug files under the sysroot

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/07/07bc701d03167b8006835da583a03d98177cd4b6/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=attach: stop with control-c
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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-22 20:33 [binutils-gdb] gdb: Update copyright year range generated by gdbarch.sh sergiodj+buildbot
@ 2019-02-22 20:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-22 20:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9287>

Commit(s) tested:
	c6f4a5d0ed1ff54b5d46bdbadaa4ad811de1b715

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Update copyright year range generated by gdbarch.sh

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/c6/c6f4a5d0ed1ff54b5d46bdbadaa4ad811de1b715/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-21 18:38 [binutils-gdb] Document style behavior in batch mode sergiodj+buildbot
@ 2019-02-21 18:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-21 18:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9284>

Commit(s) tested:
	7557a51431744346c5d281e1b3a55b1fb985cbad

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Document style behavior in batch mode.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/75/7557a51431744346c5d281e1b3a55b1fb985cbad/>

*** 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=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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-20 19:48 [binutils-gdb] Fix typos in symtab_symbol_info sergiodj+buildbot
@ 2019-02-20 19:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-20 19:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9282>

Commit(s) tested:
	0c95f9ed6c0978ae421048552c15065d32c45c30

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Fix typos in symtab_symbol_info

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/0c/0c95f9ed6c0978ae421048552c15065d32c45c30/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-20 15:46 [binutils-gdb] Use upper case for metasyntactic variables in "help find" sergiodj+buildbot
@ 2019-02-20 15:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-20 15:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9281>

Commit(s) tested:
	c763b8943348582e651dda24f88bb9f8db24672b

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Use upper case for metasyntactic variables in "help find"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/c7/c763b8943348582e651dda24f88bb9f8db24672b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-20 11:09 [binutils-gdb] bfd: xtensa: fix callx relaxation sergiodj+buildbot
@ 2019-02-20 11:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-20 11:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9279>

Commit(s) tested:
	eed62915fd5b733632af343fbf3d47c7364f8e36

Author(s) (in the same order as the commits):
	Max Filippov <jcmvbkbc@gmail.com>

Subject:
	bfd: xtensa: fix callx relaxation

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ee/eed62915fd5b733632af343fbf3d47c7364f8e36/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=0: wait for stops
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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-20 10:57 [binutils-gdb] AArch64: Add pauth core file section sergiodj+buildbot
@ 2019-02-20 10:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-20 10:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9278>

Commit(s) tested:
	e6c3b5bfb449d1a02d26f3c4bae5b732951479fc

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	AArch64: Add pauth core file section

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/e6/e6c3b5bfb449d1a02d26f3c4bae5b732951479fc/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-20  8:48 [binutils-gdb] Check asprintf return value sergiodj+buildbot
@ 2019-02-20  8:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-20  8:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9277>

Commit(s) tested:
	34d75fb5c419a23922174c520e124523e01114c4

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Check asprintf return value

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/34/34d75fb5c419a23922174c520e124523e01114c4/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-20  4:32 [binutils-gdb] Use or1k-darwin host SHARED_LIBADD for *-darwin sergiodj+buildbot
@ 2019-02-20  4:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-20  4:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9276>

Commit(s) tested:
	edd01d077c5f7a0f76ec4fb77b5b9f5b151fa50a

Author(s) (in the same order as the commits):
	Michael Roitzsch <reactorcontrol@icloud.com>

Subject:
	Use or1k-darwin host SHARED_LIBADD for *-darwin.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ed/edd01d077c5f7a0f76ec4fb77b5b9f5b151fa50a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-20  2:30 [binutils-gdb] Fix error message and use-after-free on errors in nested sourced files sergiodj+buildbot
@ 2019-02-20  2:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-20  2:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9275>

Commit(s) tested:
	6caa91b6e58a563be7eeb2844fd2622158d78354

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Fix error message and use-after-free on errors in nested sourced files

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/6c/6caa91b6e58a563be7eeb2844fd2622158d78354/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: other threads ran - unlocked
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-19 19:45 [binutils-gdb] Minor Ada task cleanups sergiodj+buildbot
@ 2019-02-19 19:45 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-19 19:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9272>

Commit(s) tested:
	98814c6c111a0681e691a72834c8dcc5b8d1bb3a

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Minor Ada task cleanups

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/98/98814c6c111a0681e691a72834c8dcc5b8d1bb3a/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-19 12:37 [binutils-gdb] PR24235, Read memory violation in pei-x86_64.c sergiodj+buildbot
@ 2019-02-19 12:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-19 12:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9270>

Commit(s) tested:
	179f2db0d9c397d7dd8a59907b84208b79f7f48c

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR24235, Read memory violation in pei-x86_64.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/17/179f2db0d9c397d7dd8a59907b84208b79f7f48c/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-18 23:39 [binutils-gdb] gdb: Allow gdbarch to override alignment for method and member pointers sergiodj+buildbot
@ 2019-02-18 23:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-18 23:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9269>

Commit(s) tested:
	70cd633e87e683a2233e852b96e5f1ef8591d4d1

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Allow gdbarch to override alignment for method and member pointers

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/70/70cd633e87e683a2233e852b96e5f1ef8591d4d1/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-18 21:50 [binutils-gdb] Fix leaks of 'per program space' and 'per inferior' ada task data sergiodj+buildbot
@ 2019-02-18 21:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-18 21:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9268>

Commit(s) tested:
	040b3e95e41f7af82e95c781aadc56a16019fd68

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Fix leaks of 'per program space' and 'per inferior' ada task data.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/04/040b3e95e41f7af82e95c781aadc56a16019fd68/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-18  0:02 [binutils-gdb] Change macro_source_fullname to return a std::string sergiodj+buildbot
@ 2019-02-18  0:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-18  0:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9265>

Commit(s) tested:
	9409233b0ec8a052eacc5846ee054f224f7e7213

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change macro_source_fullname to return a std::string

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/94/9409233b0ec8a052eacc5846ee054f224f7e7213/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-17 23:50 [binutils-gdb] Add styling to macro commands sergiodj+buildbot
@ 2019-02-17 23:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-17 23:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9264>

Commit(s) tested:
	6506371f0671dd5ca11127fee4db8d8d7fec157f

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Add styling to macro commands

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/65/6506371f0671dd5ca11127fee4db8d8d7fec157f/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-17 18:03 [binutils-gdb] Fix some valgrind errors in the TUI sergiodj+buildbot
@ 2019-02-17 18:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-17 18:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9262>

Commit(s) tested:
	0c820d679358aa1ec7cd9e33c4bc23a7db964ea1

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Fix some valgrind errors in the TUI

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/0c/0c820d679358aa1ec7cd9e33c4bc23a7db964ea1/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=0: other threads ran - unlocked
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-17 17:51 [binutils-gdb] Fix pager bugs with style output sergiodj+buildbot
@ 2019-02-17 17:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-17 17:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9261>

Commit(s) tested:
	a008792038c2510800db466897c4bb6305d20042

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Fix pager bugs with style output

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/a0/a008792038c2510800db466897c4bb6305d20042/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=attach: 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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-17 15:18 [binutils-gdb] type_align: handle range types the same as ints and enums sergiodj+buildbot
@ 2019-02-17 15:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-17 15:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9260>

Commit(s) tested:
	75ba10dc558a450c7dbcdc24f816f6709f2b29f7

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	type_align: handle range types the same as ints and enums

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/75/75ba10dc558a450c7dbcdc24f816f6709f2b29f7/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-17 13:48 [binutils-gdb] (Ada) fix GDB crash printing packed array sergiodj+buildbot
@ 2019-02-17 13:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-17 13:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9259>

Commit(s) tested:
	a2cd4f14750ae27ea5c250c98965eef842ee57db

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	(Ada) fix GDB crash printing packed array

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/a2/a2cd4f14750ae27ea5c250c98965eef842ee57db/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=d279a608>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=d279a608>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-15 22:54 [binutils-gdb] Special-case wildcard requests in ravenscar-thread.c sergiodj+buildbot
@ 2019-02-15 22:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-15 22:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9257>

Commit(s) tested:
	485b851b68ea035e3c49234dafcddb97c4f54a30

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Special-case wildcard requests in ravenscar-thread.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/48/485b851b68ea035e3c49234dafcddb97c4f54a30/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: other threads ran - unlocked
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=10f9d4c6>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=10f9d4c6>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-15 22:41 [binutils-gdb] Make the ravenscar thread target multi-target-ready sergiodj+buildbot
@ 2019-02-15 22:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-15 22:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9256>

Commit(s) tested:
	0b790b1eeb3741217d4b7b419aca1ed77a114b6c

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Make the ravenscar thread target multi-target-ready

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/0b/0b790b1eeb3741217d4b7b419aca1ed77a114b6c/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=10f9d4c6>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=10f9d4c6>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-15 22:29 [binutils-gdb] Add push_target overload sergiodj+buildbot
@ 2019-02-15 22:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-15 22:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9255>

Commit(s) tested:
	dea57a626364698759d1525acf9109771d173811

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Add push_target overload

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/de/dea57a626364698759d1525acf9109771d173811/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=10f9d4c6>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=10f9d4c6>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-15 22:17 [binutils-gdb] Minor C++-ification in ravenscar-thread.c sergiodj+buildbot
@ 2019-02-15 22:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-15 22:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9254>

Commit(s) tested:
	989f3c583d31e29029b1b7dd8ffd3afacbbb5c27

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Minor C++-ification in ravenscar-thread.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/98/989f3c583d31e29029b1b7dd8ffd3afacbbb5c27/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: 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/RHEL-s390x-m64/xfails/master/xfail?id=10f9d4c6>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=10f9d4c6>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-15 22:07 [binutils-gdb] Fix formatting in ravenscar-thread.c sergiodj+buildbot
@ 2019-02-15 22:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-15 22:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9253>

Commit(s) tested:
	6cbcc006e95110b5d9168e9835e5df36782e975b

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Fix formatting in ravenscar-thread.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/6c/6cbcc006e95110b5d9168e9835e5df36782e975b/>





^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-15 21:34 [binutils-gdb] C++-ify ravenscar_arch_ops sergiodj+buildbot
@ 2019-02-15 21:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-15 21:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9252>

Commit(s) tested:
	7657f14df7c697792b626efbd24ac44ad5642485

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	C++-ify ravenscar_arch_ops

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/76/7657f14df7c697792b626efbd24ac44ad5642485/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=10f9d4c6>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=10f9d4c6>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-15 21:22 [binutils-gdb] Exception safety in ravenscar-thread.c sergiodj+buildbot
@ 2019-02-15 21:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-15 21:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9251>

Commit(s) tested:
	5b6ea500d554b173e63e1f8f0344d568ad347463

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Exception safety in ravenscar-thread.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/5b/5b6ea500d554b173e63e1f8f0344d568ad347463/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=10f9d4c6>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=10f9d4c6>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-15 20:53 [binutils-gdb] Fix memory leak in create_ada_exception_catchpoint sergiodj+buildbot
@ 2019-02-15 20:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-15 20:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9249>

Commit(s) tested:
	cc12f4a8f97791cf9729ff9341f7c0fbd9d6a79e

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	Fix memory leak in create_ada_exception_catchpoint

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/cc/cc12f4a8f97791cf9729ff9341f7c0fbd9d6a79e/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=10f9d4c6>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=10f9d4c6>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-15 20:41 [binutils-gdb] C++-ify bp_location sergiodj+buildbot
@ 2019-02-15 20:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-15 20:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9248>

Commit(s) tested:
	5f486660101ab09d50fa3bb9a10555f12722f39f

Author(s) (in the same order as the commits):
	Tom Tromey <tromey@adacore.com>

Subject:
	C++-ify bp_location

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/5f/5f486660101ab09d50fa3bb9a10555f12722f39f/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: 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/RHEL-s390x-m64/xfails/master/xfail?id=10f9d4c6>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=10f9d4c6>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-14 22:41 [binutils-gdb] Updating test case sergiodj+buildbot
@ 2019-02-14 22:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-14 22:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9246>

Commit(s) tested:
	9d70ffbc5ba41c766ce629447af8e72a5ceba229

Author(s) (in the same order as the commits):
	Weimin Pan <weimin.pan@oracle.com>

Subject:
	Updating test case

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/9d/9d70ffbc5ba41c766ce629447af8e72a5ceba229/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=10f9d4c6>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=10f9d4c6>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-14 17:20 [binutils-gdb] [gdb, hurd] Avoid using 'PATH_MAX' in 'gdb/remote.c' sergiodj+buildbot
@ 2019-02-14 17:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-14 17:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9245>

Commit(s) tested:
	b671c7fb21306ce125717a44c30a71686bd24db1

Author(s) (in the same order as the commits):
	Thomas Schwinge <thomas@codesourcery.com>

Subject:
	[gdb, hurd] Avoid using 'PATH_MAX' in 'gdb/remote.c'

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/b6/b671c7fb21306ce125717a44c30a71686bd24db1/>





^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-14 16:49 [binutils-gdb] [gdb, hurd] Adjust to Hurd "proc" interface changes sergiodj+buildbot
@ 2019-02-14 16:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-14 16:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9244>

Commit(s) tested:
	8071c5ce78245eff43f9977a7c3ff8328f7486da

Author(s) (in the same order as the commits):
	David Michael <fedora.dm0@gmail.com>

Subject:
	[gdb, hurd] Adjust to Hurd "proc" interface changes

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/80/8071c5ce78245eff43f9977a7c3ff8328f7486da/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=attach: 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/RHEL-s390x-m64/xfails/master/xfail?id=10f9d4c6>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=10f9d4c6>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-14 16:36 [binutils-gdb] [gdb, hurd] Address "ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]" diagnostics sergiodj+buildbot
@ 2019-02-14 16:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-14 16:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9243>

Commit(s) tested:
	924514e11c21ac5a5805e7a14824b6f3182b2198

Author(s) (in the same order as the commits):
	Thomas Schwinge <thomas@codesourcery.com>

Subject:
	[gdb, hurd] Address "ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]" diagnostics

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/92/924514e11c21ac5a5805e7a14824b6f3182b2198/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=10f9d4c6>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=10f9d4c6>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-14 16:25 [binutils-gdb] [gdb, hurd] Repair build after "Use thread_info and inferior pointers more throughout" sergiodj+buildbot
@ 2019-02-14 16:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-14 16:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9242>

Commit(s) tested:
	c29ee8d45ec2113821c006a18cfedb9023ef9ce1

Author(s) (in the same order as the commits):
	Thomas Schwinge <thomas@codesourcery.com>

Subject:
	[gdb, hurd] Repair build after "Use thread_info and inferior pointers more throughout"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/c2/c29ee8d45ec2113821c006a18cfedb9023ef9ce1/>





^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-14 15:42 [binutils-gdb] [gdb, hurd] Repair build after "Convert struct target_ops to C++" changes sergiodj+buildbot
@ 2019-02-14 15:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-14 15:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9240>

Commit(s) tested:
	2d0a338c7c321de6c63be4e7e3f06ba12b783c63

Author(s) (in the same order as the commits):
	Thomas Schwinge <thomas@codesourcery.com>

Subject:
	[gdb, hurd] Repair build after "Convert struct target_ops to C++" changes

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/2d/2d0a338c7c321de6c63be4e7e3f06ba12b783c63/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=10f9d4c6>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=10f9d4c6>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-14 15:26 [binutils-gdb] [gdb, hurd] Work around conflict between Mach's 'thread_info' function, and GDB's 'thread_info' class sergiodj+buildbot
@ 2019-02-14 15:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-14 15:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9239>

Commit(s) tested:
	cabb5f067daa9227bf0323cbf64c6065d6e4796f

Author(s) (in the same order as the commits):
	Thomas Schwinge <thomas@codesourcery.com>

Subject:
	[gdb, hurd] Work around conflict between Mach's 'thread_info' function, and GDB's 'thread_info' class

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ca/cabb5f067daa9227bf0323cbf64c6065d6e4796f/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=10f9d4c6>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=10f9d4c6>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-14 15:01 [binutils-gdb] [gdb, hurd] Remove long obsolete 'gnu_target_pid_to_str' function declaration sergiodj+buildbot
@ 2019-02-14 15:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-14 15:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9238>

Commit(s) tested:
	b1041ae0ae8a2f1c51e75b45004686f1956078ed

Author(s) (in the same order as the commits):
	Thomas Schwinge <thomas@codesourcery.com>

Subject:
	[gdb, hurd] Remove long obsolete 'gnu_target_pid_to_str' function declaration

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/b1/b1041ae0ae8a2f1c51e75b45004686f1956078ed/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: 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/RHEL-s390x-m64/xfails/master/xfail?id=10f9d4c6>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=10f9d4c6>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-14  3:27 [binutils-gdb] (Windows) remove thread notification for main thread of inferior sergiodj+buildbot
@ 2019-02-14  3:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-14  3:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9236>

Commit(s) tested:
	c559d7096b4b1b9c4e8d78cfd67b1892c1836ffb

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	(Windows) remove thread notification for main thread of inferior

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/c5/c559d7096b4b1b9c4e8d78cfd67b1892c1836ffb/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=10f9d4c6>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=10f9d4c6>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-13 22:36 [binutils-gdb] Add Andrew Burgess as global maintainer of gdb/ and sim/ sergiodj+buildbot
@ 2019-02-13 22:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-13 22:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9235>

Commit(s) tested:
	007024cc6ae8cd1a22e328eb4150adaa4baf5731

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Add Andrew Burgess as global maintainer of gdb/ and sim/

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/00/007024cc6ae8cd1a22e328eb4150adaa4baf5731/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: other threads ran - unlocked
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=10f9d4c6>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=10f9d4c6>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-12 22:44 [binutils-gdb] Try to use the canonical version of a sysroot for debug file links sergiodj+buildbot
@ 2019-02-12 22:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-12 22:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9233>

Commit(s) tested:
	f62318e98d84e79e457920c74515fb73bb013b23

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Try to use the canonical version of a sysroot for debug file links.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/f6/f62318e98d84e79e457920c74515fb73bb013b23/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=10f9d4c6>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=10f9d4c6>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-12 22:22 [binutils-gdb] Add a new function child_path sergiodj+buildbot
@ 2019-02-12 22:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-12 22:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9231>

Commit(s) tested:
	efac4bfe0b2bdd21a27c94ca3464046e9c23f0e4

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Add a new function child_path.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ef/efac4bfe0b2bdd21a27c94ca3464046e9c23f0e4/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=10f9d4c6>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=10f9d4c6>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-12 22:12 [binutils-gdb] Look for separate debug files in debug directories under a sysroot sergiodj+buildbot
@ 2019-02-12 22:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-12 22:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9230>

Commit(s) tested:
	402d2bfec425f29c5b54089d5ff98ca9a1b8ec27

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Look for separate debug files in debug directories under a sysroot.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/40/402d2bfec425f29c5b54089d5ff98ca9a1b8ec27/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=10f9d4c6>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=10f9d4c6>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-12 19:30 [binutils-gdb] Use function_name_style to print Ada and C function names sergiodj+buildbot
@ 2019-02-12 19:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-12 19:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9227>

Commit(s) tested:
	ac8c53cc67724f990003009fd37a3d7dc662fcb3

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Use function_name_style to print Ada and C function names

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ac/ac8c53cc67724f990003009fd37a3d7dc662fcb3/>





^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-12 13:20 [binutils-gdb] Fix splay tree KEY leak detected in GDB test gdb.base/macscp.exp sergiodj+buildbot
@ 2019-02-12 13:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-12 13:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9226>

Commit(s) tested:
	e20773049fde7b9a123fda4485259fc06249b22f

Author(s) (in the same order as the commits):
	tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>

Subject:
	Fix splay tree KEY leak detected in GDB test gdb.base/macscp.exp

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/e2/e20773049fde7b9a123fda4485259fc06249b22f/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=10f9d4c6>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=10f9d4c6>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-11 17:01 [binutils-gdb] AArch64: Detect exit from execve syscall sergiodj+buildbot
@ 2019-02-11 17:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-11 17:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9225>

Commit(s) tested:
	ea638c43121624bb4b09bb89b88314f99c85a48d

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	AArch64: Detect exit from execve syscall

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ea/ea638c43121624bb4b09bb89b88314f99c85a48d/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=10f9d4c6>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=10f9d4c6>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-10 12:29 [binutils-gdb] Fix type_stack leaks in c expression parsing sergiodj+buildbot
@ 2019-02-10 12:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-10 12:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9224>

Commit(s) tested:
	ab759ca8db37ffd3e32df5226e0b4ea16a81c849

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Fix type_stack leaks in c expression parsing.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ab/ab759ca8db37ffd3e32df5226e0b4ea16a81c849/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: 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/RHEL-s390x-m64/xfails/master/xfail?id=10f9d4c6>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=10f9d4c6>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-10  9:13 [binutils-gdb] (Ada) -var-update crash for variable whose type is a reference to changeable sergiodj+buildbot
@ 2019-02-10  9:13 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-10  9:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9223>

Commit(s) tested:
	aff29d1c738c0327e7b40ba9f6885279b75e3eca

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Subject:
	(Ada) -var-update crash for variable whose type is a reference to changeable

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/af/aff29d1c738c0327e7b40ba9f6885279b75e3eca/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: 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/RHEL-s390x-m64/xfails/master/xfail?id=10f9d4c6>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=10f9d4c6>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-09 10:19 [binutils-gdb] [ARC] don't force _init/_fini as DT_INIT/DT_FINI sergiodj+buildbot
@ 2019-02-09 10:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-09 10:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9221>

Commit(s) tested:
	a0e90a73f0dc7e44c980ef5ea512eb7a3bd0cabc

Author(s) (in the same order as the commits):
	Claudiu Zissulescu <claziss@gmail.com>

Subject:
	[ARC] don't force _init/_fini as DT_INIT/DT_FINI.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/a0/a0e90a73f0dc7e44c980ef5ea512eb7a3bd0cabc/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=10f9d4c6>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=10f9d4c6>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-08 21:44 [binutils-gdb] RISC-V: Add FP register core file support sergiodj+buildbot
@ 2019-02-08 21:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-08 21:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9220>

Commit(s) tested:
	617126bc8ae3c83b565aef1a454742c8a7237c14

Author(s) (in the same order as the commits):
	Jim Wilson <jimw@sifive.com>

Subject:
	RISC-V: Add FP register core file support.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/61/617126bc8ae3c83b565aef1a454742c8a7237c14/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=10f9d4c6>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=10f9d4c6>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-08 21:33 [binutils-gdb] RISC-V: Compress 3-operand beq/bne against x0 sergiodj+buildbot
@ 2019-02-08 21:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-08 21:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9219>

Commit(s) tested:
	ca0bc1509849a3871e99fdf48705b93f18d5fa7b

Author(s) (in the same order as the commits):
	Jim Wilson <jimw@sifive.com>

Subject:
	RISC-V: Compress 3-operand beq/bne against x0.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ca/ca0bc1509849a3871e99fdf48705b93f18d5fa7b/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=10f9d4c6>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=10f9d4c6>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-07 17:54 [binutils-gdb] AArch64: Add verifier for By elem Single and Double sized instructions sergiodj+buildbot
@ 2019-02-07 17:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-07 17:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9216>

Commit(s) tested:
	6456d318aaa7ea35511dad1f2facf0fb984972e5

Author(s) (in the same order as the commits):
	Tamar Christina <tamar.christina@arm.com>

Subject:
	AArch64: Add verifier for By elem Single and Double sized instructions.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/64/6456d318aaa7ea35511dad1f2facf0fb984972e5/>

*** 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
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=10f9d4c6>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=10f9d4c6>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-07 16:18 [binutils-gdb] Visium: fix bogus overflow check on 32-bit hosts sergiodj+buildbot
@ 2019-02-07 16:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-07 16:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9214>

Commit(s) tested:
	68a091326f6ac25005c49c4cbda1855080ba1d5f

Author(s) (in the same order as the commits):
	Eric Botcazou <ebotcazou@gcc.gnu.org>

Subject:
	Visium: fix bogus overflow check on 32-bit hosts

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/68/68a091326f6ac25005c49c4cbda1855080ba1d5f/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=10f9d4c6>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=10f9d4c6>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-07 15:06 [binutils-gdb] gdbserver: When attaching, add process before lwps sergiodj+buildbot
@ 2019-02-07 15:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-07 15:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9212>

Commit(s) tested:
	df0da8a2b80315485330c03c18b704b8d7b3e9c2

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	gdbserver: When attaching, add process before lwps

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/df/df0da8a2b80315485330c03c18b704b8d7b3e9c2/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
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=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/RHEL-s390x-m64/xfails/master/xfail?id=10f9d4c6>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=10f9d4c6>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-07 14:54 [binutils-gdb] Move potentially obsolete BFD targets into the definitely obsolete section. Add a note to the README-how-to-make-a-release document about doing this sergiodj+buildbot
@ 2019-02-07 14:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-07 14:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9211>

Commit(s) tested:
	2012bf013b2ce507b181c0d9049ad946b2a59d8a

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Move potentially obsolete BFD targets into the definitely obsolete section.  Add a note to the README-how-to-make-a-release document about doing this.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/20/2012bf013b2ce507b181c0d9049ad946b2a59d8a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=10f9d4c6>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=10f9d4c6>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-07 14:39 [binutils-gdb] Make gdb.base/corefile.exp work on terminals with few rows sergiodj+buildbot
@ 2019-02-07 14:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-07 14:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9210>

Commit(s) tested:
	bd447abb2442f74c2b4886f6cdacd16fce3c9d65

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@polymtl.ca>

Subject:
	Make gdb.base/corefile.exp work on terminals with few rows

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/bd/bd447abb2442f74c2b4886f6cdacd16fce3c9d65/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=10f9d4c6>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=10f9d4c6>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-07 13:41 [binutils-gdb] C++-ify struct thread_fsm sergiodj+buildbot
@ 2019-02-07 13:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-07 13:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9209>

Commit(s) tested:
	46e3ed7ff94dc2d65f3d937d483c459b4cee6a0a

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	C++-ify struct thread_fsm

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/46/46e3ed7ff94dc2d65f3d937d483c459b4cee6a0a/>





^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-06 20:32 [binutils-gdb] Factorize macro definition code in macrotab.c sergiodj+buildbot
@ 2019-02-06 20:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-06 20:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9207>

Commit(s) tested:
	ab9268d2f88414f202651eb5ffbd61c7927fb0c3

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Factorize macro definition code in macrotab.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ab/ab9268d2f88414f202651eb5ffbd61c7927fb0c3/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=10f9d4c6>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=10f9d4c6>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-06 20:21 [binutils-gdb] Fix leak of identifier in macro definition sergiodj+buildbot
@ 2019-02-06 20:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-06 20:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9206>

Commit(s) tested:
	bb0da2b49689f49f01be2f8c5429945f37e12404

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Fix leak of identifier in macro definition.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/bb/bb0da2b49689f49f01be2f8c5429945f37e12404/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=10f9d4c6>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=10f9d4c6>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-06 18:05 [binutils-gdb] Fix 'info proc cmdline' for native FreeBSD processes sergiodj+buildbot
@ 2019-02-06 18:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-06 18:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9205>

Commit(s) tested:
	424eb552c27a1574974d9052dff4ff252a7db22d

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Fix 'info proc cmdline' for native FreeBSD processes.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/42/424eb552c27a1574974d9052dff4ff252a7db22d/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=10f9d4c6>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=10f9d4c6>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-02-05 13:58 [binutils-gdb] Hoist assertion in target_stack::unpush sergiodj+buildbot
@ 2019-02-05 13:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-02-05 13:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9203>

Commit(s) tested:
	1688cb2916e7bc46c92dd6f5ac2ba0da6c832274

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Hoist assertion in target_stack::unpush

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/16/1688cb2916e7bc46c92dd6f5ac2ba0da6c832274/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.gdb/unittest.exp: maintenance check xml-descriptions ${srcdir}/../features
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=10f9d4c6>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=10f9d4c6>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-30 18:16 [binutils-gdb] [PR gdb/23985] Fix libinproctrace.so build sergiodj+buildbot
@ 2019-01-30 18:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-30 18:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9199>

Commit(s) tested:
	956cc47c5614b0d50bf538e3dcc88c81560fa64c

Author(s) (in the same order as the commits):
	Szabolcs Nagy <szabolcs.nagy@arm.com>

Subject:
	[PR gdb/23985] Fix libinproctrace.so build

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/95/956cc47c5614b0d50bf538e3dcc88c81560fa64c/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=293f8d52>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=293f8d52>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-30 14:51 [binutils-gdb] Release the GIL while running a gdb command or expression sergiodj+buildbot
@ 2019-01-30 14:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-30 14:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9198>

Commit(s) tested:
	b5eba2d8c050b39943918057283470959a5d18c3

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Release the GIL while running a gdb command or expression

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/b5/b5eba2d8c050b39943918057283470959a5d18c3/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=293f8d52>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=293f8d52>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-28 18:32 [binutils-gdb] Use trad_frame_set_reg_addr for FreeBSD arm signal trampoline unwinders sergiodj+buildbot
@ 2019-01-28 18:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-28 18:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9197>

Commit(s) tested:
	7054e2fff6d93e4c2b3b6d0de0d8bda72d3c3d59

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Use trad_frame_set_reg_addr for FreeBSD arm signal trampoline unwinders.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/70/7054e2fff6d93e4c2b3b6d0de0d8bda72d3c3d59/>

*** 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/watchpoint-fork.exp: parent: 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/RHEL-s390x-m64/xfails/master/xfail?id=293f8d52>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=293f8d52>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-28 10:30 [binutils-gdb] Replace contribution list in CONTRIBUTE file with link sergiodj+buildbot
@ 2019-01-28 10:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-28 10:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9194>

Commit(s) tested:
	36c25ffa1ab5d6d5ee0fa3fc32f128a58e78e7a2

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Replace contribution list in CONTRIBUTE file with link

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/36/36c25ffa1ab5d6d5ee0fa3fc32f128a58e78e7a2/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=293f8d52>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=293f8d52>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-27 22:08 [binutils-gdb] Remove duplicate skip_python_tests invocation sergiodj+buildbot
@ 2019-01-27 22:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-27 22:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9192>

Commit(s) tested:
	1dbc40b9d70b95717abb0db6865a12ebd7d91b06

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove duplicate skip_python_tests invocation

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/1d/1dbc40b9d70b95717abb0db6865a12ebd7d91b06/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=293f8d52>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=293f8d52>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-25 23:18 [binutils-gdb] Don't use -I for common subdirectory sergiodj+buildbot
@ 2019-01-25 23:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-25 23:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9188>

Commit(s) tested:
	a0707f3c36cab402cd4c3235bedd2b5f7b4c6aed

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Don't use -I for common subdirectory

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/a0/a0707f3c36cab402cd4c3235bedd2b5f7b4c6aed/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=293f8d52>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=293f8d52>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-25 15:56 [binutils-gdb] AArch64: Update encodings for stg, st2g, stzg and st2zg sergiodj+buildbot
@ 2019-01-25 15:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-25 15:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9185>

Commit(s) tested:
	69105ce4c42e5644ab92cb9b2765ff5ce6bf7b1b

Author(s) (in the same order as the commits):
	Sudi Das <sudi.das@arm.com>

Subject:
	AArch64: Update encodings for stg, st2g, stzg and st2zg.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/69/69105ce4c42e5644ab92cb9b2765ff5ce6bf7b1b/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=293f8d52>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=293f8d52>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-25 15:32 [binutils-gdb] AArch64: Remove ldgv and stgv instructions from Armv8.5-A Memory Tagging Extension sergiodj+buildbot
@ 2019-01-25 15:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-25 15:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9183>

Commit(s) tested:
	550fd7bf6858cd708c54ec90412ffb653a932c3d

Author(s) (in the same order as the commits):
	Sudi Das <sudi.das@arm.com>

Subject:
	AArch64: Remove ldgv and stgv instructions from Armv8.5-A Memory Tagging Extension.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/55/550fd7bf6858cd708c54ec90412ffb653a932c3d/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=293f8d52>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=293f8d52>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-24 18:21 [binutils-gdb] Fix clang/libc++ build sergiodj+buildbot
@ 2019-01-24 18:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-24 18:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9180>

Commit(s) tested:
	3046d67a0e29686ec18abd719660969c97973063

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix clang/libc++ build

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/30/3046d67a0e29686ec18abd719660969c97973063/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=293f8d52>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=293f8d52>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-24  8:41 [binutils-gdb] AArch64 AAPCS: Ignore static members sergiodj+buildbot
@ 2019-01-24  8:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-24  8:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9179>

Commit(s) tested:
	353229bf405113e6ba2fe21f2a691bc63aa94bd8

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	AArch64 AAPCS: Ignore static members

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/35/353229bf405113e6ba2fe21f2a691bc63aa94bd8/>

*** Diff to previous build ***
============================
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tc-td: p/d check_arg_struct_static_02_04
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tc-tf: p/d check_arg_struct_static_02_04
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td-tc: p/d check_arg_struct_static_02_01
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td-td: p/d check_arg_struct_static_02_01
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td-td: p/d check_arg_struct_static_02_04
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td-tf: p/d check_arg_struct_static_02_01
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td-tf: p/d check_arg_struct_static_02_04
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td-ti: p/d check_arg_struct_static_02_01
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td-tl: p/d check_arg_struct_static_02_01
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td-tld: p/d check_arg_struct_static_02_01
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td-tll: p/d check_arg_struct_static_02_01
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td-ts: p/d check_arg_struct_static_02_01
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td: p/d check_arg_struct_static_02_01
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-td: p/d check_arg_struct_static_02_04
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-tc: p/d check_arg_struct_static_02_01
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-td: p/d check_arg_struct_static_02_01
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-td: p/d check_arg_struct_static_02_04
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-tf: p/d check_arg_struct_static_02_01
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-tf: p/d check_arg_struct_static_02_04
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-ti: p/d check_arg_struct_static_02_01
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-tl: p/d check_arg_struct_static_02_01
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-tld: p/d check_arg_struct_static_02_01
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-tll: p/d check_arg_struct_static_02_01
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf-ts: p/d check_arg_struct_static_02_01
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf: p/d check_arg_struct_static_02_01
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tf: p/d check_arg_struct_static_02_04
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-ti-td: p/d check_arg_struct_static_02_04
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-ti-tf: p/d check_arg_struct_static_02_04
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tl-td: p/d check_arg_struct_static_02_04
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tl-tf: p/d check_arg_struct_static_02_04
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-td: p/d check_arg_struct_static_02_04
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tld-tf: p/d check_arg_struct_static_02_04
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tll-td: p/d check_arg_struct_static_02_04
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-tll-tf: p/d check_arg_struct_static_02_04
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-ts-td: p/d check_arg_struct_static_02_04
new FAIL: gdb.base/infcall-nested-structs.exp: l=c++: types-ts-tf: p/d check_arg_struct_static_02_04
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/RHEL-s390x-m64/xfails/master/xfail?id=293f8d52>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=293f8d52>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-23 23:02 [binutils-gdb] Update cleanup comment in ui-out.h sergiodj+buildbot
@ 2019-01-23 23:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-23 23:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9177>

Commit(s) tested:
	296bd123f76d7f8474b5a2937a49fd619748a871

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Update cleanup comment in ui-out.h

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/29/296bd123f76d7f8474b5a2937a49fd619748a871/>

*** 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
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=293f8d52>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=293f8d52>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-23 22:51 [binutils-gdb] Update an obsolete cleanup comment sergiodj+buildbot
@ 2019-01-23 22:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-23 22:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9176>

Commit(s) tested:
	979a0d1304ac7d73c9887f851e811d49752923fb

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Update an obsolete cleanup comment

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/97/979a0d1304ac7d73c9887f851e811d49752923fb/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/server-kill.exp: continue to breakpoint: after server_pid assignment
PASS -> FAIL: gdb.server/server-kill.exp: tstatus
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
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=293f8d52>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=293f8d52>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-23 22:39 [binutils-gdb] Remove remaining cleanup from fetch_inferior_event sergiodj+buildbot
@ 2019-01-23 22:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-23 22:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9175>

Commit(s) tested:
	d238133d0292926b937aaa6f83bf921dd0bbb01c

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove remaining cleanup from fetch_inferior_event

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/d2/d238133d0292926b937aaa6f83bf921dd0bbb01c/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=293f8d52>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=293f8d52>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-23 22:28 [binutils-gdb] Remove cleanup from stop_all_threads sergiodj+buildbot
@ 2019-01-23 22:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-23 22:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9174>

Commit(s) tested:
	9885e6bb5b0f6f0147f9b3a15a4bd4516faf4a26

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove cleanup from stop_all_threads

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/98/9885e6bb5b0f6f0147f9b3a15a4bd4516faf4a26/>





^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-23 21:56 [binutils-gdb] Remove clear_symtab_users_cleanup sergiodj+buildbot
@ 2019-01-23 21:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-23 21:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9173>

Commit(s) tested:
	286526c1e5f6d54bf6ecc961d7c2d0a32b58fe45

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove clear_symtab_users_cleanup

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/28/286526c1e5f6d54bf6ecc961d7c2d0a32b58fe45/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: 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/RHEL-s390x-m64/xfails/master/xfail?id=293f8d52>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=293f8d52>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-23 21:44 [binutils-gdb] Remove cleanup from linux-nat.c sergiodj+buildbot
@ 2019-01-23 21:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-23 21:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9172>

Commit(s) tested:
	1db93f14fae0b3a638324e5349fe56a0e625451e

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove cleanup from linux-nat.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/1d/1db93f14fae0b3a638324e5349fe56a0e625451e/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=293f8d52>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=293f8d52>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-23 21:33 [binutils-gdb] Remove cleanup_delete_std_terminate_breakpoint sergiodj+buildbot
@ 2019-01-23 21:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-23 21:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9171>

Commit(s) tested:
	2cc83d1e0eeaad9927553ee157f810e43d47d24f

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove cleanup_delete_std_terminate_breakpoint

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/2c/2cc83d1e0eeaad9927553ee157f810e43d47d24f/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=293f8d52>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=293f8d52>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-23 21:21 [binutils-gdb] Remove make_bpstat_clear_actions_cleanup sergiodj+buildbot
@ 2019-01-23 21:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-23 21:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9170>

Commit(s) tested:
	694c6bf5425024a8654a5541dec88e4dd6ddafb5

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove make_bpstat_clear_actions_cleanup

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/69/694c6bf5425024a8654a5541dec88e4dd6ddafb5/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=293f8d52>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=293f8d52>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-23 20:56 [binutils-gdb] Remove remaining cleanup from gdb/breakpoint.c sergiodj+buildbot
@ 2019-01-23 20:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-23 20:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9168>

Commit(s) tested:
	89f8fb50fa16b0ef510dcd6de9088cee9820116d

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove remaining cleanup from gdb/breakpoint.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/89/89f8fb50fa16b0ef510dcd6de9088cee9820116d/>

*** 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/watchpoint-fork.exp: parent: 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/RHEL-s390x-m64/xfails/master/xfail?id=293f8d52>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=293f8d52>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-23 20:46 [binutils-gdb] Replace delete_longjmp_breakpoint_cleanup with a forward_scope_exit type sergiodj+buildbot
@ 2019-01-23 20:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-23 20:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9167>

Commit(s) tested:
	5419bdae559360a10044983b06c11a31de8d81f4

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Replace delete_longjmp_breakpoint_cleanup with a forward_scope_exit type

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/54/5419bdae559360a10044983b06c11a31de8d81f4/>





^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-23 20:03 [binutils-gdb] Use forward_scope_exit for scoped_finish_thread_state sergiodj+buildbot
@ 2019-01-23 20:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-23 20:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9165>

Commit(s) tested:
	77f0e74cbe2ee7e874432776a0394a3d2a7a4342

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Use forward_scope_exit for scoped_finish_thread_state

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/77/77f0e74cbe2ee7e874432776a0394a3d2a7a4342/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=293f8d52>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=293f8d52>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-23 19:52 [binutils-gdb] Introduce forward_scope_exit sergiodj+buildbot
@ 2019-01-23 19:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-23 19:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9164>

Commit(s) tested:
	5b9b3e53a68f4568dc0b6907e34e763a6c3dd145

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Introduce forward_scope_exit

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/5b/5b9b3e53a68f4568dc0b6907e34e763a6c3dd145/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=293f8d52>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=293f8d52>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-23 19:40 [binutils-gdb] Introduce scope_exit sergiodj+buildbot
@ 2019-01-23 19:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-23 19:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9163>

Commit(s) tested:
	54b65c9b51ec80ef5812dde1a508ce171eeb8ce6

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Introduce scope_exit

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/54/54b65c9b51ec80ef5812dde1a508ce171eeb8ce6/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=293f8d52>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=293f8d52>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-23 19:30 [binutils-gdb] Rename ESC -> ESC_PARENS sergiodj+buildbot
@ 2019-01-23 19:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-23 19:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9162>

Commit(s) tested:
	cf08fb29f8c484a34c4babb015348b220f80a33b

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Rename ESC -> ESC_PARENS

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/cf/cf08fb29f8c484a34c4babb015348b220f80a33b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=293f8d52>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=293f8d52>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-23 17:48 [binutils-gdb] Remove a warning from symtab.c sergiodj+buildbot
@ 2019-01-23 17:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-23 17:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9161>

Commit(s) tested:
	ae73e2e2435cb706b18ba05734aee4137a271b3c

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove a warning from symtab.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ae/ae73e2e2435cb706b18ba05734aee4137a271b3c/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=293f8d52>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=293f8d52>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-23 12:06 [binutils-gdb] AArch64: Ensure lwp info is created zeroed sergiodj+buildbot
@ 2019-01-23 12:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-23 12:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9160>

Commit(s) tested:
	6594e122864119d7b1434599c22b112f98e178ca

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	AArch64: Ensure lwp info is created zeroed

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/65/6594e122864119d7b1434599c22b112f98e178ca/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=293f8d52>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=293f8d52>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-23  5:38 [binutils-gdb] corelow.c does not need sys/file.h sergiodj+buildbot
@ 2019-01-23  5:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-23  5:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9158>

Commit(s) tested:
	a7c9855d033996252fc55349fd3e01670cdd7943

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	corelow.c does not need sys/file.h

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/a7/a7c9855d033996252fc55349fd3e01670cdd7943/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=293f8d52>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=293f8d52>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-23  5:26 [binutils-gdb] Include coff/sym.h from coff/ecoff.h sergiodj+buildbot
@ 2019-01-23  5:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-23  5:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9157>

Commit(s) tested:
	71ba91e1c0732e203ba465a2196caa45aa8b2179

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Include coff/sym.h from coff/ecoff.h

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/71/71ba91e1c0732e203ba465a2196caa45aa8b2179/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=293f8d52>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=293f8d52>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-23  5:14 [binutils-gdb] Include gdb_curses.h in tui-wingeneral.h sergiodj+buildbot
@ 2019-01-23  5:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-23  5:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9156>

Commit(s) tested:
	93cc1d53f545e84c279c890c6309f3feddd39212

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Include gdb_curses.h in tui-wingeneral.h

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/93/93cc1d53f545e84c279c890c6309f3feddd39212/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=293f8d52>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=293f8d52>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-23  5:02 [binutils-gdb] Rename "lines" parameter in source-cache.h sergiodj+buildbot
@ 2019-01-23  5:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-23  5:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9155>

Commit(s) tested:
	38561778f3c6a6af98355925bcfd5d3c1e39a484

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Rename "lines" parameter in source-cache.h

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/38/38561778f3c6a6af98355925bcfd5d3c1e39a484/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=293f8d52>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=293f8d52>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-23  4:51 [binutils-gdb] Declare remote_target in remote-fileio.h sergiodj+buildbot
@ 2019-01-23  4:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-23  4:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9154>

Commit(s) tested:
	37b3ab5b547de7e727c5426c6615ece0284168c7

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Declare remote_target in remote-fileio.h

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/37/37b3ab5b547de7e727c5426c6615ece0284168c7/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=293f8d52>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=293f8d52>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-23  4:41 [binutils-gdb] Do not include py-ref.h in most files sergiodj+buildbot
@ 2019-01-23  4:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-23  4:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9153>

Commit(s) tested:
	3fabc0163acbdffd9d77d7608604f737fc981399

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Do not include py-ref.h in most files

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/3f/3fabc0163acbdffd9d77d7608604f737fc981399/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=293f8d52>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=293f8d52>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-23  4:29 [binutils-gdb] Use "struct bcache" in objfiles.h sergiodj+buildbot
@ 2019-01-23  4:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-23  4:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9152>

Commit(s) tested:
	6b4d77743349028e471334da3d63df09cddfd820

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use "struct bcache" in objfiles.h

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/6b/6b4d77743349028e471334da3d63df09cddfd820/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: 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/RHEL-s390x-m64/xfails/master/xfail?id=293f8d52>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=293f8d52>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-22 23:15 [binutils-gdb] Remove the EXTERN define from stabsread.h sergiodj+buildbot
@ 2019-01-22 23:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-22 23:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9149>

Commit(s) tested:
	d65d5705cd6e972067dfa7ccf1f9e0950c1538ff

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove the EXTERN define from stabsread.h

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/d6/d65d5705cd6e972067dfa7ccf1f9e0950c1538ff/>

*** 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=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/RHEL-s390x-m64/xfails/master/xfail?id=293f8d52>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=293f8d52>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-21 20:44 [binutils-gdb] Fix leak in event-top.c history expansion sergiodj+buildbot
@ 2019-01-21 20:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-21 20:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9146>

Commit(s) tested:
	b6fb1ee51c9a773d2d6044993af6c0fd7499638f

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Fix leak in event-top.c history expansion

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/b6/b6fb1ee51c9a773d2d6044993af6c0fd7499638f/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/foll-vfork.exp: exit: vfork relations in info inferiors: vfork relation no longer appears in info inferiors
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=293f8d52>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=293f8d52>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-21 18:41 [binutils-gdb] Remove duplicate or commented-out #includes sergiodj+buildbot
@ 2019-01-21 18:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-21 18:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9145>

Commit(s) tested:
	be6d4f74c77c6f521afc873d226480e001cb99c2

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove duplicate or commented-out #includes

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/be/be6d4f74c77c6f521afc873d226480e001cb99c2/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.mi/mi-nonstop.exp: wait for thread exit
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=293f8d52>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=293f8d52>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-21 16:36 [binutils-gdb] Fix leak in splay-tree sergiodj+buildbot
@ 2019-01-21 16:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-21 16:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9144>

Commit(s) tested:
	d7167c671da0323daf31a8e07945c57c25f858d2

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Fix leak in splay-tree

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/d7/d7167c671da0323daf31a8e07945c57c25f858d2/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=293f8d52>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=293f8d52>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-21 16:18 [binutils-gdb] AArch64 AAPCS: Empty structs have non zero size in C++ sergiodj+buildbot
@ 2019-01-21 16:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-21 16:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9143>

Commit(s) tested:
	73021deb50855f31bb312241899a464c62155f6a

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	AArch64 AAPCS: Empty structs have non zero size in C++

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/73/73021deb50855f31bb312241899a464c62155f6a/>





^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-21 13:15 [binutils-gdb] Updated translations for various binutils subdirectories sergiodj+buildbot
@ 2019-01-21 13:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-21 13:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9142>

Commit(s) tested:
	375cd4233dd1576d48acf93309125183e2c9ec9e

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Updated translations for various binutils subdirectories.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/37/375cd4233dd1576d48acf93309125183e2c9ec9e/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=293f8d52>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=293f8d52>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-21 12:52 [binutils-gdb] Fix spelling mistakes in BFD library sergiodj+buildbot
@ 2019-01-21 12:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-21 12:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9141>

Commit(s) tested:
	acef8081ec2ce5dc387ee55a04f75fb27ade94ec

Author(s) (in the same order as the commits):
	Yuri Chornoivan <yurchor@ukr.net>

Subject:
	Fix spelling mistakes in BFD library.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ac/acef8081ec2ce5dc387ee55a04f75fb27ade94ec/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=293f8d52>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=293f8d52>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-21 11:00 [binutils-gdb] Testsuite: Ensure stack protection is off for GCC sergiodj+buildbot
@ 2019-01-21 11:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-21 11:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9140>

Commit(s) tested:
	fc65c7dbe0607dfb1fc3d1019c46df73854cc896

Author(s) (in the same order as the commits):
	Alan Hayward <alan.hayward@arm.com>

Subject:
	Testsuite: Ensure stack protection is off for GCC

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/fc/fc65c7dbe0607dfb1fc3d1019c46df73854cc896/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=293f8d52>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=293f8d52>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-20  2:52 [binutils-gdb] [MIPS] fix typo in mips_arch_choices sergiodj+buildbot
@ 2019-01-20  2:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-20  2:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9138>

Commit(s) tested:
	57299f4831b9afe5923c808534003af665659a31

Author(s) (in the same order as the commits):
	Chenghua Xu <paul.hua.gm@gmail.com>

Subject:
	[MIPS] fix typo in mips_arch_choices.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/57/57299f4831b9afe5923c808534003af665659a31/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=33ed2433>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=33ed2433>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-19 17:08 [binutils-gdb] Change version to 2.32.51 and regenerate configure and pot files sergiodj+buildbot
@ 2019-01-19 17:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-19 17:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9136>

Commit(s) tested:
	f48dfe417e2ceb2251825336fe8769897a4d4b05

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Change version to 2.32.51 and regenerate configure and pot files.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/f4/f48dfe417e2ceb2251825336fe8769897a4d4b05/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=33ed2433>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=33ed2433>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-19 16:11 [binutils-gdb] Add markers for 2.32 branch to NEWS and ChangeLog files sergiodj+buildbot
@ 2019-01-19 16:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-19 16:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9135>

Commit(s) tested:
	f974f26cb16cc6fe3946f163c787a05e713fb77b

Author(s) (in the same order as the commits):
	Nick Clifton <nickc@redhat.com>

Subject:
	Add markers for 2.32 branch to NEWS and ChangeLog files.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/f9/f974f26cb16cc6fe3946f163c787a05e713fb77b/>

*** Diff to previous build ***
============================
PASS -> UNRESOLVED: gdb.dwarf2/multidictionary.exp: GDB is alive
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=33ed2433>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=33ed2433>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-18  0:41 [binutils-gdb] Make minimal symbol range adapter a method on objfile sergiodj+buildbot
@ 2019-01-18  0:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-18  0:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9134>

Commit(s) tested:
	7932255de56fb99836b2e712e7dbcfdd5e1f1309

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Make minimal symbol range adapter a method on objfile

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/79/7932255de56fb99836b2e712e7dbcfdd5e1f1309/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=33ed2433>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=33ed2433>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-18  0:16 [binutils-gdb] Make psymtab range adapter a method on objfile sergiodj+buildbot
@ 2019-01-18  0:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-18  0:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9132>

Commit(s) tested:
	f252c6d5dc49cb27838e153e863f16ea7895859e

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Make psymtab range adapter a method on objfile

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/f2/f252c6d5dc49cb27838e153e863f16ea7895859e/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=33ed2433>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=33ed2433>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-18  0:03 [binutils-gdb] Add compunits range adapter to objfile sergiodj+buildbot
@ 2019-01-18  0:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-18  0:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9131>

Commit(s) tested:
	b669c95337903d39aa2254e8ea0405c0ac117d24

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Add compunits range adapter to objfile

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/b6/b669c95337903d39aa2254e8ea0405c0ac117d24/>

*** Diff to previous build ***
============================
PASS -> UNRESOLVED: gdb.dwarf2/multidictionary.exp: GDB is alive
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=33ed2433>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=33ed2433>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-17 23:38 [binutils-gdb] Change all_objfiles adapter to be a method on program_space sergiodj+buildbot
@ 2019-01-17 23:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-17 23:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9129>

Commit(s) tested:
	2030c079717475f5b6fad837bb81758891f3b802

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change all_objfiles adapter to be a method on program_space

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/20/2030c079717475f5b6fad837bb81758891f3b802/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=33ed2433>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=33ed2433>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-17 17:50 [binutils-gdb] Remove cleanups from solib-target.c sergiodj+buildbot
@ 2019-01-17 17:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-17 17:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9128>

Commit(s) tested:
	776489e0a79a14cb3f1138d4e4158ab9a8c7ecf3

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove cleanups from solib-target.c

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/77/776489e0a79a14cb3f1138d4e4158ab9a8c7ecf3/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=33ed2433>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=33ed2433>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-17 17:38 [binutils-gdb] Replace "the the" with "the" sergiodj+buildbot
@ 2019-01-17 17:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-17 17:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9127>

Commit(s) tested:
	6471e7d23de333a63a119220d59b920c6aaef562

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Replace "the the" with "the"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/64/6471e7d23de333a63a119220d59b920c6aaef562/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=33ed2433>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=33ed2433>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-16 22:21 [binutils-gdb] Actually remove definitions of DEFINE_NON_INLINE_P and DEFINE_INLINE_P sergiodj+buildbot
@ 2019-01-16 22:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-16 22:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9126>

Commit(s) tested:
	b84bb29de922b727ae8c37e88c670b299a3c52d8

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Actually remove definitions of DEFINE_NON_INLINE_P and DEFINE_INLINE_P

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/b8/b84bb29de922b727ae8c37e88c670b299a3c52d8/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=33ed2433>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=33ed2433>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-16 22:04 [binutils-gdb] Don't emit vendor attribute section if there is no attribute to emit sergiodj+buildbot
@ 2019-01-16 22:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-16 22:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9125>

Commit(s) tested:
	a4bf3d0720b1093dd148b7a728f92ce690a8a034

Author(s) (in the same order as the commits):
	Jim Wilson <jimw@sifive.com>

Subject:
	Don't emit vendor attribute section if there is no attribute to emit.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/a4/a4bf3d0720b1093dd148b7a728f92ce690a8a034/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=33ed2433>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=33ed2433>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-16 21:51 [binutils-gdb] RISC-V: Merge ELF attribute for ld sergiodj+buildbot
@ 2019-01-16 21:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-16 21:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9124>

Commit(s) tested:
	7d7a7d7ccf6047cc5b480064e9eb9489542c0dd7

Author(s) (in the same order as the commits):
	Jim Wilson <jimw@sifive.com>

Subject:
	RISC-V: Merge ELF attribute for ld.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/7d/7d7a7d7ccf6047cc5b480064e9eb9489542c0dd7/>

*** Diff to previous build ***
============================
PASS -> UNRESOLVED: gdb.dwarf2/multidictionary.exp: GDB is alive
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/RHEL-s390x-m64/xfails/master/xfail?id=33ed2433>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=33ed2433>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-16 19:54 [binutils-gdb] Introduce dwarf2_cu::get_builder sergiodj+buildbot
@ 2019-01-16 19:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-16 19:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9121>

Commit(s) tested:
	c24bdb023c8e1fa969d6eb945059fa8ed0d490c7

Author(s) (in the same order as the commits):
	Keith Seitz <keiths@redhat.com>

Subject:
	Introduce dwarf2_cu::get_builder

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/c2/c24bdb023c8e1fa969d6eb945059fa8ed0d490c7/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=33ed2433>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=33ed2433>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-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-16 13:55 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-16 13:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9120>

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/RHEL-s390x-m64/d5/d5dcaf1b59e77047e10a1f246095d6b21f7d9772/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=33ed2433>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=33ed2433>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-15 23:04 [binutils-gdb] sim: Fix definition of SIM_ARANGE_INLINE sergiodj+buildbot
@ 2019-01-15 23:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-15 23:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9119>

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/RHEL-s390x-m64/dc/dc7e818497f0af0a3ee569f6eee0ad74e19b4bc2/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=33ed2433>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=33ed2433>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-15  1:15 [binutils-gdb] Constify some remote-notif functions sergiodj+buildbot
@ 2019-01-15  1:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-15  1:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9117>

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/RHEL-s390x-m64/bb/bb27775165d9b992120371383012404e213b1981/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=33ed2433>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=33ed2433>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-15  1:04 [binutils-gdb] Constify remote_console_output sergiodj+buildbot
@ 2019-01-15  1:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-15  1:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9116>

Commit(s) tested:
	05be00a884850c5fe314004c9b91609f480308f6

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Constify remote_console_output

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/05/05be00a884850c5fe314004c9b91609f480308f6/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=33ed2433>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=33ed2433>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-15  0:51 [binutils-gdb] Constify target_pass_signals and target_program_signals sergiodj+buildbot
@ 2019-01-15  0:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-15  0:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9115>

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/RHEL-s390x-m64/49/491adecac48c5960fe29582f5046c015ff92c211/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=33ed2433>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=33ed2433>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-14 23:32 [binutils-gdb] Fix placement of output in TUI mode sergiodj+buildbot
@ 2019-01-14 23:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-14 23:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9114>

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/RHEL-s390x-m64/bb/bbd94648f2115338bd94e9800ba0e37f09d98a79/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=33ed2433>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=33ed2433>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-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-14 22:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-14 22:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9113>

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/RHEL-s390x-m64/8f/8f0a21480babea5b22cba13a3bee722408ca57e3/>

*** Diff to previous build ***
============================
PASS -> FAIL: 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 -> 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, 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_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 again, 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_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: 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 -> 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, 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_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_frame: thread 1.3: select frame 1, 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_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 -> 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: 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 -> 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 again, 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.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.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 -> 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, 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, 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=direct: test_cli_in_mi_thread: thread 1.3: 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_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 -> 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, 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_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 again, 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_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: 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 -> 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, 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_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_frame: thread 1.3: select frame 1, 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_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 -> 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: 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 -> 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 again, 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.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.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 -> 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, 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, 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: exec_mode=interpreter-exec: test_cli_in_mi_thread: thread 1.3: thread without args, event on CLI, ensure no output CLI
PASS -> FAIL: 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 -> 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: frame without args, 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
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 CLI
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: 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 -> 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: 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: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_cli_select_frame: thread 1.2: flush MI
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 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 -> FAIL: 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 -> 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_select_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_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.2: thread without args, 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
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 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 -> 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_thread: thread 1.3: thread without args, event on MI, ensure no output MI
PASS -> FAIL: 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 -> 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_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 again, event on MI, ensure no output CLI
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: 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 -> 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: -stack-select-frame, event on MI, ensure no output CLI
PASS -> FAIL: 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 -> 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: flush CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_mi_thread_select: flush MI
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 again, event on CLI, ensure no output CLI
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 again, event on CLI, ensure no output CLI
PASS -> FAIL: 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: inferior 2: continue to breakpoint: main breakpoint
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: inferior 2: set thread-specific breakpoint, thread 2.2
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: inferior 2: stop at breakpoint in main
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: inferior 2: thread 2.2 stops CLI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: inferior 2: thread 2.2 stops MI
PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: test_setup: main stop
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=33ed2433>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=33ed2433>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-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-14 19:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-14 19:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9111>

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/RHEL-s390x-m64/a7/a7b8d68257c52281b08d9d858805e15667be6606/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=33ed2433>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=33ed2433>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-14 16:15 [binutils-gdb] Add support to GNU ld to separate got related plt entries from normal ones in order to be able to switch the non-plt got entries to read-only after startup, conforming to revised Linux for zSeries ABI sergiodj+buildbot
@ 2019-01-14 16:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-14 16:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9110>

Commit(s) tested:
	5a12586d44fa8d5dfc74cbca4f2f36a273a16335

Author(s) (in the same order as the commits):
	Maamoun Tarsha <maamountk@hotmail.com>

Subject:
	Add support to GNU ld to separate got related plt entries from normal ones in order to be able to switch the non-plt got entries to read-only after startup, conforming to revised Linux for zSeries ABI.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/5a/5a12586d44fa8d5dfc74cbca4f2f36a273a16335/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: 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/RHEL-s390x-m64/xfails/master/xfail?id=33ed2433>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=33ed2433>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-14 15:04 [binutils-gdb] Sync config.guess, config.sub from GCC sergiodj+buildbot
@ 2019-01-14 15:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-14 15:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9109>

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/RHEL-s390x-m64/d6/d63f2be21bfbedb8a83b5c5f317896bf2bb19a95/>

*** 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
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=33ed2433>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=33ed2433>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-13 21:50 [binutils-gdb] gdb: xtensa: fix register counters for xtensa-linux sergiodj+buildbot
@ 2019-01-13 21:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-13 21:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9108>

Commit(s) tested:
	1a782351162b1158484923493b567231d1aec7d2

Author(s) (in the same order as the commits):
	Max Filippov <jcmvbkbc@gmail.com>

Subject:
	gdb: xtensa: fix register counters for xtensa-linux

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/1a/1a782351162b1158484923493b567231d1aec7d2/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=33ed2433>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=33ed2433>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-12 21:26 [binutils-gdb] Implement help/show values for 'set|show style' sergiodj+buildbot
@ 2019-01-12 21:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-12 21:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9106>

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/RHEL-s390x-m64/d7/d73cff189ddc3725697e614d4d247819f754f096/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=0f95abf1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=0f95abf1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-12 16:44 [binutils-gdb] Add RXv3 instructions sergiodj+buildbot
@ 2019-01-12 16:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-12 16:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9105>

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/RHEL-s390x-m64/4c/4ce8c66d19abec8a768add7f6102e856157a3952/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=0f95abf1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=0f95abf1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-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-12 11:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-12 11:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9103>

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/RHEL-s390x-m64/6e/6eb6fb6787430a2589e0382aa3e2e4f6f2a0a600/>

*** Diff to previous build ***
============================
PASS -> UNRESOLVED: gdb.dwarf2/multidictionary.exp: GDB is alive
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=0f95abf1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=0f95abf1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-12  7:17 [binutils-gdb] Fix 'obj' may be used uninitialized warning in symtab.c:matching_obj_sections sergiodj+buildbot
@ 2019-01-12  7:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-12  7:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9102>

Commit(s) tested:
	9d7c67bfbde3b948704b46f8a6fd479e98ecf2c8

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Fix 'obj' may be used uninitialized warning in symtab.c:matching_obj_sections.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/9d/9d7c67bfbde3b948704b46f8a6fd479e98ecf2c8/>

*** 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=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/RHEL-s390x-m64/xfails/master/xfail?id=0f95abf1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=0f95abf1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-10 23:27 [binutils-gdb] Replace inf_threads_iterator with next_iterator sergiodj+buildbot
@ 2019-01-10 23:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-10 23:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9101>

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/RHEL-s390x-m64/7c/7cf47dc46635d8ec14c315e1f17480b56f4808b8/>

*** Diff to previous build ***
============================
PASS -> UNRESOLVED: gdb.dwarf2/multidictionary.exp: GDB is alive
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=0f95abf1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=0f95abf1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-10 23:02 [binutils-gdb] gdb/23712: Remove dw2_add_symbol_to_list sergiodj+buildbot
@ 2019-01-10 23:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-10 23:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9099>

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/RHEL-s390x-m64/d3/d3cb68081112a4976979df3f8eae7ca926e76519/>

*** 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=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/RHEL-s390x-m64/xfails/master/xfail?id=0f95abf1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=0f95abf1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-10 22:39 [binutils-gdb] gdb/23712: Use new multidictionary API sergiodj+buildbot
@ 2019-01-10 22:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-10 22:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9097>

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/RHEL-s390x-m64/b0/b026f59345a336cabf74719fce9f96cab7c7ab4d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: 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/RHEL-s390x-m64/xfails/master/xfail?id=0f95abf1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=0f95abf1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-10 22:27 [binutils-gdb] gdb/23712: Introduce multidictionary's sergiodj+buildbot
@ 2019-01-10 22:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-10 22:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9096>

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/RHEL-s390x-m64/c7/c7748ee9ceb5a394658cd07aeb0445924599e442/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=0f95abf1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=0f95abf1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-10 18:44 [binutils-gdb] Fix tracepoint.c:parse_tracepoint_definition leak (and one more) sergiodj+buildbot
@ 2019-01-10 18:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-10 18:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9095>

Commit(s) tested:
	67aa1f3c2881e607081d9e1b57be3e7544c2c45c

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix tracepoint.c:parse_tracepoint_definition leak (and one more)

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/67/67aa1f3c2881e607081d9e1b57be3e7544c2c45c/>

*** 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/watchpoint-fork.exp: parent: 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/RHEL-s390x-m64/xfails/master/xfail?id=0f95abf1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=0f95abf1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-10 18:32 [binutils-gdb] Fix leak in solib-target.c:library_list_start_library sergiodj+buildbot
@ 2019-01-10 18:32 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-10 18:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9094>

Commit(s) tested:
	2f667667e24357ff54701f3e046820cf08d649cf

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Subject:
	Fix leak in solib-target.c:library_list_start_library

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/2f/2f667667e24357ff54701f3e046820cf08d649cf/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=0f95abf1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=0f95abf1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-10 18:20 [binutils-gdb] Fix leak in mdebugread.c sergiodj+buildbot
@ 2019-01-10 18:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-10 18:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9093>

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/RHEL-s390x-m64/36/36cb72375cc371b786ceaec588ec26f8c55ae2ec/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=0f95abf1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=0f95abf1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-10 17:09 [binutils-gdb] Move psymtabs to their own obstack sergiodj+buildbot
@ 2019-01-10 17:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-10 17:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9090>

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/RHEL-s390x-m64/8d/8d7bcccb82d9a7efccd75d9552d007c62031e855/>

*** 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
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=0f95abf1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=0f95abf1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-10 16:43 [binutils-gdb] Add psymtab_storage::allocate_dependencies sergiodj+buildbot
@ 2019-01-10 16:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-10 16:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9088>

Commit(s) tested:
	a9342b62885d5119593fa4330924e031e14c6406

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Add psymtab_storage::allocate_dependencies

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/a9/a9342b62885d5119593fa4330924e031e14c6406/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=0f95abf1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=0f95abf1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-10 16:31 [binutils-gdb] Move more allocations to psymtab obstack sergiodj+buildbot
@ 2019-01-10 16:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-10 16:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9087>

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/RHEL-s390x-m64/5a/5af70966484d6b26fa7824c0cda110140cd4959b/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=0f95abf1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=0f95abf1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-10 16:18 [binutils-gdb] Allocate the address map on the psymtab obstack sergiodj+buildbot
@ 2019-01-10 16:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-10 16:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9086>

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/RHEL-s390x-m64/59/5923a04c0c489054d275e3b0441626ce1ae7344a/>

*** 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
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=0f95abf1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=0f95abf1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-10 16:06 [binutils-gdb] Introduce objfile::reset_psymtabs sergiodj+buildbot
@ 2019-01-10 16:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-10 16:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9085>

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/RHEL-s390x-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/RHEL-s390x-m64/xfails/master/xfail?id=0f95abf1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=0f95abf1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-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-10 15:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-10 15:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9083>

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/RHEL-s390x-m64/1d/1d94a5a36a614cf7ebe259d7660f4fa725f38ee2/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=0f95abf1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=0f95abf1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-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-10 15:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-10 15:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9082>

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/RHEL-s390x-m64/0f/0f14768a2a6ba894ae81010e8e70c99ecdb39a73/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: 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/RHEL-s390x-m64/xfails/master/xfail?id=0f95abf1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=0f95abf1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-10 15:18 [binutils-gdb] Simplify calls to init_psymbol_list sergiodj+buildbot
@ 2019-01-10 15:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-10 15:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9081>

Commit(s) tested:
	6eee24ce30f8e95335c2ad8586f9a64398eb2cd4

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Simplify calls to init_psymbol_list

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/6e/6eee24ce30f8e95335c2ad8586f9a64398eb2cd4/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=0f95abf1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=0f95abf1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-10 15:05 [binutils-gdb] Change add_psymbol_to_list to use an enum sergiodj+buildbot
@ 2019-01-10 15:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-10 15:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9080>

Commit(s) tested:
	75aedd27e6a2c58734ab44cc7cad8491f19d059a

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Change add_psymbol_to_list to use an enum

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/75/75aedd27e6a2c58734ab44cc7cad8491f19d059a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=0f95abf1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=0f95abf1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-10 14:53 [binutils-gdb] Remove parameters from start_psymtab_common sergiodj+buildbot
@ 2019-01-10 14:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-10 14:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9079>

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/RHEL-s390x-m64/93/939652a515a10654b16b97e7e2ea39c013714850/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=0f95abf1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=0f95abf1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-10 14:38 [binutils-gdb] Remove some unneeded psymtab initializations sergiodj+buildbot
@ 2019-01-10 14:38 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-10 14:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9078>

Commit(s) tested:
	baa62830ed84d45b414ff677b7bce900a21923ce

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove some unneeded psymtab initializations

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ba/baa62830ed84d45b414ff677b7bce900a21923ce/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=0f95abf1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=0f95abf1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-10 14:26 [binutils-gdb] Move some declarations to mdebugread.h sergiodj+buildbot
@ 2019-01-10 14:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-10 14:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9077>

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/RHEL-s390x-m64/0e/0e8f53badb3df16f4104890395d9324a5bcf568d/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=0f95abf1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=0f95abf1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-10 10:21 [binutils-gdb] Sync libiberty sources with gcc master versions sergiodj+buildbot
@ 2019-01-10 10:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-10 10:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9076>

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/RHEL-s390x-m64/19/1910070b298052d7ca8e4024891465824588c1e9/>





^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-10  4:42 [binutils-gdb] Remove ALL_OBJFILE_PSYMTABS sergiodj+buildbot
@ 2019-01-10  4:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-10  4:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9075>

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/RHEL-s390x-m64/b2/b22a7c6ab6173fe4fa1352e14d00a234bbf50346/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=0f95abf1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=0f95abf1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-10  4:31 [binutils-gdb] Remove ALL_OBJSECTIONS sergiodj+buildbot
@ 2019-01-10  4:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-10  4:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9074>

Commit(s) tested:
	3b9d3ac236dcc418619785e0660fc0063e6489b8

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove ALL_OBJSECTIONS

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/3b/3b9d3ac236dcc418619785e0660fc0063e6489b8/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
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/RHEL-s390x-m64/xfails/master/xfail?id=0f95abf1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=0f95abf1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-10  4:18 [binutils-gdb] Remove ALL_OBJFILES and ALL_FILETABS sergiodj+buildbot
@ 2019-01-10  4:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-10  4:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9073>

Commit(s) tested:
	8b31193aa9752ba60d63cedaba943370d76ce543

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove ALL_OBJFILES and ALL_FILETABS

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/8b/8b31193aa9752ba60d63cedaba943370d76ce543/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=0f95abf1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=0f95abf1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-10  3:56 [binutils-gdb] Remove ALL_COMPUNIT_FILETABS sergiodj+buildbot
@ 2019-01-10  3:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-10  3:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9071>

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/RHEL-s390x-m64/5a/5accd1a07e080c386918da413e0f9e90c4cab58a/>





^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-10  3:25 [binutils-gdb] Remove ALL_COMPUNITS sergiodj+buildbot
@ 2019-01-10  3:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-10  3:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9070>

Commit(s) tested:
	d8aeb77f040ced7d37ab83f032b2e4ded2c81ca5

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove ALL_COMPUNITS

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/d8/d8aeb77f040ced7d37ab83f032b2e4ded2c81ca5/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=0f95abf1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=0f95abf1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-10  3:12 [binutils-gdb] Remove ALL_OBJFILE_COMPUNITS sergiodj+buildbot
@ 2019-01-10  3:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-10  3:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9069>

Commit(s) tested:
	592553c46959c98bf5981ad245d0fbb97f373d2a

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove ALL_OBJFILE_COMPUNITS

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/59/592553c46959c98bf5981ad245d0fbb97f373d2a/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: 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/RHEL-s390x-m64/xfails/master/xfail?id=0f95abf1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=0f95abf1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-10  2:59 [binutils-gdb] Remove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLS sergiodj+buildbot
@ 2019-01-10  2:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-10  2:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9068>

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/RHEL-s390x-m64/53/5325b9bf1ee283c40f076334eb3ea66e1f0a6ade/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=0f95abf1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=0f95abf1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-10  2:36 [binutils-gdb] Remove most uses of ALL_OBJFILES sergiodj+buildbot
@ 2019-01-10  2:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-10  2:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9066>

Commit(s) tested:
	aed57c537116ae91f553ac835b3f96d1f87b3bb0

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove most uses of ALL_OBJFILES

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ae/aed57c537116ae91f553ac835b3f96d1f87b3bb0/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
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/RHEL-s390x-m64/xfails/master/xfail?id=0f95abf1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=0f95abf1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-10  2:24 [binutils-gdb] Remove ALL_PSPACE_OBJFILES sergiodj+buildbot
@ 2019-01-10  2:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-10  2:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9065>

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/RHEL-s390x-m64/99/99d89cdea6c296bdd94ce532350d139d3900ff78/>





^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-10  1:52 [binutils-gdb] Introduce all_objfiles and next_iterator sergiodj+buildbot
@ 2019-01-10  1:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-10  1:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9064>

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/RHEL-s390x-m64/21/217083254a26b9e1dc42c43f573054740988c2cf/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: 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/RHEL-s390x-m64/xfails/master/xfail?id=0f95abf1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=0f95abf1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-09 22:15 [binutils-gdb] Merge from gcc: use "cannot" instead of "can not" in libiberty and include sergiodj+buildbot
@ 2019-01-09 22:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-09 22:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9063>

Commit(s) tested:
	a08da33eb3f69dec01810440a40c77ed56a79b69

Author(s) (in the same order as the commits):
	Sandra Loosemore <sandra@codesourcery.com>

Subject:
	Merge from gcc: use "cannot" instead of "can not" in libiberty and include.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/a0/a08da33eb3f69dec01810440a40c77ed56a79b69/>

*** 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
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=0f95abf1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=0f95abf1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-09 20:05 [binutils-gdb] S12Z: Don't crash when disassembling invalid instructions sergiodj+buildbot
@ 2019-01-09 20:05 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-09 20:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9061>

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/RHEL-s390x-m64/44/448b8ca86519cce1216c9db5f0236604a6a33320/>





^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-09 19:35 [binutils-gdb] S12Z: Fix disassembly of indexed OPR operands with zero index sergiodj+buildbot
@ 2019-01-09 19:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-09 19:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9060>

Commit(s) tested:
	39f286cd585226ad98c2cd94ee0f96988b3696ce

Author(s) (in the same order as the commits):
	John Darrington <john@darrington.wattle.id.au>

Subject:
	S12Z: Fix disassembly of indexed OPR operands with zero index.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/39/39f286cd585226ad98c2cd94ee0f96988b3696ce/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=0f95abf1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=0f95abf1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-09 10:50 [binutils-gdb] gdb/testsuite: Remove interactive prompt case from mi_gdb_test sergiodj+buildbot
@ 2019-01-09 10:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-09 10:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9057>

Commit(s) tested:
	d820d0c37beda1c29ff50bb1f2ebc1d23114d735

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/testsuite: Remove interactive prompt case from mi_gdb_test

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/d8/d820d0c37beda1c29ff50bb1f2ebc1d23114d735/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=0f95abf1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=0f95abf1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-09  3:39 [binutils-gdb] Adjust bfd/warning.m4 egrep patterns sergiodj+buildbot
@ 2019-01-09  3:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-09  3:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9055>

Commit(s) tested:
	3107326d3df950b0578a895bb835b2a8dfa8fab7

Author(s) (in the same order as the commits):
	Andrew Paprocki <andrew@ishiboo.com>

Subject:
	Adjust bfd/warning.m4 egrep patterns

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/31/3107326d3df950b0578a895bb835b2a8dfa8fab7/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
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/RHEL-s390x-m64/xfails/master/xfail?id=0f95abf1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=0f95abf1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-08 13:01 [binutils-gdb] gdb: Move declarations from symtab.h to source.h sergiodj+buildbot
@ 2019-01-08 13:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-08 13:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9052>

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/RHEL-s390x-m64/58/583068ca1d855abd09ac979c688f48b0ddaabe0f/>

*** 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
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=0f95abf1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=0f95abf1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-08 12:49 [binutils-gdb] gdb: Handle requests to print source lines backward sergiodj+buildbot
@ 2019-01-08 12:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-08 12:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9051>

Commit(s) tested:
	ec98a4ad5bfcba33deb5cb786c023082adbbfb46

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Handle requests to print source lines backward

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ec/ec98a4ad5bfcba33deb5cb786c023082adbbfb46/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=0f95abf1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=0f95abf1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-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 12:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-08 12:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9050>

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/RHEL-s390x-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
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/RHEL-s390x-m64/xfails/master/xfail?id=0f95abf1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=0f95abf1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-07 23:35 [binutils-gdb] Revert "Sync libiberty sources with master version in gcc repository. Updated stabs demangling and cxxfilt tests to match." sergiodj+buildbot
@ 2019-01-07 23:35 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-07 23:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9048>

Commit(s) tested:
	4ae80ffc55cd44fe9a5527403f07fee70307b2d7

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Revert "Sync libiberty sources with master version in gcc repository.  Updated stabs demangling and cxxfilt tests to match."

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/4a/4ae80ffc55cd44fe9a5527403f07fee70307b2d7/>

*** 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
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: 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/RHEL-s390x-m64/xfails/master/xfail?id=0f95abf1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=0f95abf1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-07  4:49 [binutils-gdb] s12z regen sergiodj+buildbot
@ 2019-01-07  4:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-07  4:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9045>

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/RHEL-s390x-m64/7e/7e9ca91e006d57bd39838ca5196c1bd0db3ef170/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=0f95abf1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=0f95abf1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-06 17:00 [binutils-gdb] Use std::vector in type stacks sergiodj+buildbot
@ 2019-01-06 17:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-06 17:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9042>

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/RHEL-s390x-m64/02/02e12e3806bc60f66e3c446c4dfa9c06a400e604/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=0f95abf1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=0f95abf1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-06 16:48 [binutils-gdb] Fix crash in "finish" sergiodj+buildbot
@ 2019-01-06 16:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-06 16:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9041>

Commit(s) tested:
	f097f5ad808bd535236a65077f40e9d082a4ec0b

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Fix crash in "finish"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/f0/f097f5ad808bd535236a65077f40e9d082a4ec0b/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=0f95abf1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=0f95abf1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-05 14:07 [binutils-gdb] RX: include - Add RXv3 support sergiodj+buildbot
@ 2019-01-05 14:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-05 14:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9037>

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/RHEL-s390x-m64/59/59581069b4d070ab0ac61047177ee119110d678e/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=2a1ce7b5>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2a1ce7b5>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-05  8:10 [binutils-gdb] GDB crash re-running program on Windows (native) sergiodj+buildbot
@ 2019-01-05  8:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-05  8:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9036>

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/RHEL-s390x-m64/2e/2eab46b176fa315ebc07569280f020c3348c2aa2/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=2a1ce7b5>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2a1ce7b5>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-04 21:57 [binutils-gdb] Use upper case for more metasyntactic variables in gdb sergiodj+buildbot
@ 2019-01-04 21:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-04 21:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9035>

Commit(s) tested:
	48c5e7e239fba27bea134f6cd5f414300b7cd3ac

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use upper case for more metasyntactic variables in gdb

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/48/48c5e7e239fba27bea134f6cd5f414300b7cd3ac/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=2a1ce7b5>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2a1ce7b5>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-04 14:11 [binutils-gdb] Change the default for the CSKY target to be little endian sergiodj+buildbot
@ 2019-01-04 14:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-04 14:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9034>

Commit(s) tested:
	d9858c37914e104401071b12b060765024008fe4

Author(s) (in the same order as the commits):
	Lifang Xia <lifang_xia@c-sky.com>

Subject:
	Change the default for the CSKY target to be little endian.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/d9/d9858c37914e104401071b12b060765024008fe4/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=2a1ce7b5>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2a1ce7b5>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-04  2:21 [binutils-gdb] PR24061, powerpc-ibm-aix-ar sets bogus file permissions when extracting sergiodj+buildbot
@ 2019-01-04  2:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-04  2:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9033>

Commit(s) tested:
	677bd4c69d0eda4f2ae635d793f23c0b1413a9e9

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR24061, powerpc-ibm-aix-ar sets bogus file permissions when extracting

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/67/677bd4c69d0eda4f2ae635d793f23c0b1413a9e9/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=2a1ce7b5>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2a1ce7b5>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-03 23:30 [binutils-gdb] Improve reference counting in py-type.c sergiodj+buildbot
@ 2019-01-03 23:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-03 23:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9030>

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/RHEL-s390x-m64/1b/1b20edf043c62759a4c78e40b03846e9bafd584c/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: 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/RHEL-s390x-m64/xfails/master/xfail?id=2a1ce7b5>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2a1ce7b5>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-03 23:17 [binutils-gdb] Simplify gdbpy_stop_recording sergiodj+buildbot
@ 2019-01-03 23:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-03 23:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9029>

Commit(s) tested:
	ea41325b7d134e91648e340d8297e8f6ee5fe26a

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Simplify gdbpy_stop_recording

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ea/ea41325b7d134e91648e340d8297e8f6ee5fe26a/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=2a1ce7b5>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2a1ce7b5>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-03 23:06 [binutils-gdb] Remove more uses of explicit reference counting in Python sergiodj+buildbot
@ 2019-01-03 23:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-03 23:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9028>

Commit(s) tested:
	2a3c71d68d452bb6b06d199d0eb7bc0cbc2b9b25

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove more uses of explicit reference counting in Python

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/2a/2a3c71d68d452bb6b06d199d0eb7bc0cbc2b9b25/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=2a1ce7b5>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2a1ce7b5>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-03 22:53 [binutils-gdb] Use a wrapper for PyErr_Fetch sergiodj+buildbot
@ 2019-01-03 22:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-03 22:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9027>

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/RHEL-s390x-m64/5c/5c329e6ab4c7bba9b83155571b150756210001df/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=2a1ce7b5>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2a1ce7b5>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-03 22:19 [binutils-gdb] gdb: Remove cleanup from linux-fork.c:inferior_call_waitpid sergiodj+buildbot
@ 2019-01-03 22:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-03 22:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9025>

Commit(s) tested:
	a07c88800e88e26fc3a746739f0d2cc8abd30c5d

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Remove cleanup from linux-fork.c:inferior_call_waitpid

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/a0/a07c88800e88e26fc3a746739f0d2cc8abd30c5d/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=2a1ce7b5>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2a1ce7b5>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-03 22:06 [binutils-gdb] gdb: Remove final cleanup from find_overload_match sergiodj+buildbot
@ 2019-01-03 22:06 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-03 22:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9024>

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/RHEL-s390x-m64/26/26089c494f0d6fa8d4afeab2e2e53b25d299bb9f/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=2a1ce7b5>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2a1ce7b5>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-03 21:54 [binutils-gdb] gdb: Remove a cleanup from find_overload_match sergiodj+buildbot
@ 2019-01-03 21:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-03 21:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9023>

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/RHEL-s390x-m64/06/06d3e5b0046d69e3da3450d2eb07c29f0c1a189a/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=2a1ce7b5>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2a1ce7b5>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-03 21:41 [binutils-gdb] gdb/remote: Remove a cleanup in remote_check_symbols sergiodj+buildbot
@ 2019-01-03 21:41 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-03 21:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9022>

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/RHEL-s390x-m64/66/66644cd32ba63e7fda70e455766b438631ec0b61/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: 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/RHEL-s390x-m64/xfails/master/xfail?id=2a1ce7b5>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2a1ce7b5>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-03 19:31 [binutils-gdb] RISC-V: Fix wrong use of s0 register name sergiodj+buildbot
@ 2019-01-03 19:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-03 19:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9021>

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/RHEL-s390x-m64/59/592d8c0a5d193d3aad03437942a54a667477acea/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=2a1ce7b5>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2a1ce7b5>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-03 14:58 [binutils-gdb] Add 'extern C' if simulator is written in C++ sergiodj+buildbot
@ 2019-01-03 14:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-03 14:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9019>

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/RHEL-s390x-m64/44/444b3faef5397eee5a06fe0e683d2ac3e6628fdc/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=2a1ce7b5>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2a1ce7b5>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-03  0:11 [binutils-gdb] Remove a cleanup from target-descriptions.c sergiodj+buildbot
@ 2019-01-03  0:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-03  0:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9017>

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/RHEL-s390x-m64/c5/c55d06ec95961fadd9deeffae519ff0f20f237d3/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=2a1ce7b5>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2a1ce7b5>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-02 23:59 [binutils-gdb] Remove cleanups from linespec.c sergiodj+buildbot
@ 2019-01-02 23:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-02 23:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9016>

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/RHEL-s390x-m64/3a/3a6ae42d4e4ecfd2441cf9b978b2a54ad6767cb7/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=2a1ce7b5>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2a1ce7b5>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-02 23:46 [binutils-gdb] Change inferior_to_inferior_object to return a gdbpy_ref sergiodj+buildbot
@ 2019-01-02 23:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-02 23:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9015>

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/RHEL-s390x-m64/61/61fd3e738919700c8d0fbb942519d72a767d90b1/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=2a1ce7b5>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2a1ce7b5>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-02 22:46 [binutils-gdb] Place displaced step data directly in inferior structure sergiodj+buildbot
@ 2019-01-02 22:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-02 22:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9014>

Commit(s) tested:
	d20172fc53017cef12d64b21aa2fdac72072558c

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Place displaced step data directly in inferior structure

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/d2/d20172fc53017cef12d64b21aa2fdac72072558c/>

*** 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/watchpoint-fork.exp: parent: 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/RHEL-s390x-m64/xfails/master/xfail?id=2a1ce7b5>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2a1ce7b5>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-02 21:27 [binutils-gdb] Fix leak of struct call_thread_fsm in call_function_by_hand_dummy sergiodj+buildbot
@ 2019-01-02 21:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-02 21:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9013>

Commit(s) tested:
	e3319240732bc9543af8ced9d80ec89d0b629b2e

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Fix leak of struct call_thread_fsm in call_function_by_hand_dummy.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/e3/e3319240732bc9543af8ced9d80ec89d0b629b2e/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=2a1ce7b5>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2a1ce7b5>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-02 20:08 [binutils-gdb] Fix search of debug files for remote debuggee sergiodj+buildbot
@ 2019-01-02 20:08 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-02 20:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9012>

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/RHEL-s390x-m64/5d/5d36dfb949751663bcb814b3cc780ed8f47442b4/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=2a1ce7b5>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2a1ce7b5>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-02 16:47 [binutils-gdb] Style improvements in gdb/python sergiodj+buildbot
@ 2019-01-02 16:47 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-02 16:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9011>

Commit(s) tested:
	8833fbf05c5b93fb3ccf666d5a3bd0e51e75d1bd

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Style improvements in gdb/python

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/88/8833fbf05c5b93fb3ccf666d5a3bd0e51e75d1bd/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=2a1ce7b5>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2a1ce7b5>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-01 23:17 [binutils-gdb] gdb/riscv: Split ISA and ABI features sergiodj+buildbot
@ 2019-01-01 23:17 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-01 23:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9009>

Commit(s) tested:
	113b7b8142427cf7a9ad85fbc39e1319b52649b5

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/riscv: Split ISA and ABI features

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/11/113b7b8142427cf7a9ad85fbc39e1319b52649b5/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=2a1ce7b5>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2a1ce7b5>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-01 20:25 [binutils-gdb] Fix 'Invalid read of size 4' in search_command_helper sergiodj+buildbot
@ 2019-01-01 20:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-01 20:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9008>

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/RHEL-s390x-m64/b1/b18ca5148b837c878b64306be2b78b15fa730259/>





^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-01  6:54 [binutils-gdb] update copyright year printed by gdb, gdbserver and gdbreplay sergiodj+buildbot
@ 2019-01-01  6:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-01  6:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9004>

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/RHEL-s390x-m64/66/66d91b39089d606c9589673a7c5419cf37e7d639/>

*** 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
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=2a1ce7b5>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2a1ce7b5>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2019-01-01  6:42 [binutils-gdb] Update copyright year range in all GDB files sergiodj+buildbot
@ 2019-01-01  6:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2019-01-01  6:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9003>

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/RHEL-s390x-m64/42/42a4f53d2bf8938c2aeda9f52be7a20534b214a9/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=2a1ce7b5>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2a1ce7b5>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-31 17:26 [binutils-gdb] Use gdb::unique_xmalloc_ptr<char> in command_line_input to fix a leak sergiodj+buildbot
@ 2018-12-31 17:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-31 17:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9001>

Commit(s) tested:
	2139e8dc9f8f11aacb3e4b697a3d554b28d50ee6

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Use gdb::unique_xmalloc_ptr<char> in command_line_input to fix a leak

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/21/2139e8dc9f8f11aacb3e4b697a3d554b28d50ee6/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=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/RHEL-s390x-m64/xfails/master/xfail?id=2a1ce7b5>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2a1ce7b5>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-31  6:53 [binutils-gdb] PR24041, Invalid Memory Address Dereference in elf_link_add_object_symbols sergiodj+buildbot
@ 2018-12-31  7:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-31  7:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/9000>

Commit(s) tested:
	54025d5812ff100f5f0654eb7e1ffd50f2e37f5f

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR24041, Invalid Memory Address Dereference in elf_link_add_object_symbols

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/54/54025d5812ff100f5f0654eb7e1ffd50f2e37f5f/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=2a1ce7b5>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2a1ce7b5>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-30 16:40 [binutils-gdb] Change input_handler to take a unique_xmalloc_ptr sergiodj+buildbot
@ 2018-12-30 16:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-30 16:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8998>

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/RHEL-s390x-m64/95/95bc9f0bf06637cf9c1147008ac32d6b00c42707/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=2a1ce7b5>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2a1ce7b5>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-30  9:50 [binutils-gdb] Fix 'help set/show style' strange layouts/results sergiodj+buildbot
@ 2018-12-30  9:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-30  9:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8997>

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/RHEL-s390x-m64/ec/ecad3b215d34263968bb7c74701e3ca9483ac710/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=2a1ce7b5>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=2a1ce7b5>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-29  4:53 [binutils-gdb] Fix the build when GNU Source Highlight is not available sergiodj+buildbot
@ 2018-12-29  5:01 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-29  5:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8995>

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/RHEL-s390x-m64/64/64c45143db4c550e19763edf97ca3441c78f9a05/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.fortran/nested-funcs.exp: continue to breakpoint: ! BP_inner
PASS -> FAIL: gdb.fortran/nested-funcs.exp: continue to breakpoint: ! BP_main
PASS -> FAIL: gdb.fortran/nested-funcs.exp: continue to breakpoint: ! BP_outer
PASS -> FAIL: gdb.fortran/nested-funcs.exp: continue to breakpoint: ! BP_outer_2
PASS -> FAIL: gdb.linespec/explicit.exp: list +,-
PASS -> FAIL: gdb.linespec/explicit.exp: list -line +, -line -
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/RHEL-s390x-m64/xfails/master/xfail?id=331d77c1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=331d77c1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-28 23:58 [binutils-gdb] Use wclrtoeol in tui_show_source_line sergiodj+buildbot
@ 2018-12-28 23:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-28 23:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8991>

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/RHEL-s390x-m64/4a/4a3045920bbe4e50a0f4920b0fdc4e88ef23015c/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=331d77c1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=331d77c1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-28 23:40 [binutils-gdb] Style addresses sergiodj+buildbot
@ 2018-12-28 23:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-28 23:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8989>

Commit(s) tested:
	35fb8261b95c07e548a0b03f60b6c2cebf83caf8

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Style addresses

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/35/35fb8261b95c07e548a0b03f60b6c2cebf83caf8/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=331d77c1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=331d77c1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-28 23:25 [binutils-gdb] Style the "Reading symbols" message sergiodj+buildbot
@ 2018-12-28 23:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-28 23:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8988>

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/RHEL-s390x-m64/47/47fd17cdc14a0d295a2cbdc02eff144e3fb4e900/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=next: call_function=1: other threads ran - unlocked
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=331d77c1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=331d77c1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-28 23:20 [binutils-gdb] Style the gdb welcome message sergiodj+buildbot
@ 2018-12-28 23:23 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-28 23:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8987>

Commit(s) tested:
	d47032b7ca85852acb1d2bc645f477ffee4373fc

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Style the gdb welcome message

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/d4/d47032b7ca85852acb1d2bc645f477ffee4373fc/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=331d77c1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=331d77c1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-28 23:02 [binutils-gdb] Style print_address_symbolic sergiodj+buildbot
@ 2018-12-28 23:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-28 23:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8986>

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/RHEL-s390x-m64/af/af79b68d7f935799c956b1a40e92a167385b5380/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=331d77c1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=331d77c1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-28 22:50 [binutils-gdb] Style locations when setting a breakpoint sergiodj+buildbot
@ 2018-12-28 22:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-28 22:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8985>

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/RHEL-s390x-m64/0b/0bb296cb5f3a81b4b5e702208aad911d3b727f8b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=331d77c1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=331d77c1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-28 22:37 [binutils-gdb] Style variable names sergiodj+buildbot
@ 2018-12-28 22:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-28 22:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8984>

Commit(s) tested:
	80ae204359b707f2914132ed353d3cecbdb58b23

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Style variable names

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/80/80ae204359b707f2914132ed353d3cecbdb58b23/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=step: other threads ran - unlocked
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=331d77c1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=331d77c1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-28 22:26 [binutils-gdb] Reset terminal styles sergiodj+buildbot
@ 2018-12-28 22:33 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-28 22:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8983>

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/RHEL-s390x-m64/ef/ef1dfa3644f02efffa11d718fe5788c05177587b/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=14: wait for stops
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=331d77c1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=331d77c1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-28 22:24 [binutils-gdb] Add output styles to gdb sergiodj+buildbot
@ 2018-12-28 22:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-28 22:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8982>

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/RHEL-s390x-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/RHEL-s390x-m64/xfails/master/xfail?id=331d77c1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=331d77c1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-28 22:14 [binutils-gdb] Change gdb test suite's TERM setting sergiodj+buildbot
@ 2018-12-28 22:14 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-28 22:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8981>

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/RHEL-s390x-m64/91/9162a27c5f5828240b53379d735679e2a69a9f41/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/list.exp: reverse-search 6789
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/RHEL-s390x-m64/xfails/master/xfail?id=331d77c1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=331d77c1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-28 21:45 [binutils-gdb] Add a "context" argument to add_setshow_enum_cmd sergiodj+buildbot
@ 2018-12-28 21:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-28 21:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8979>

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/RHEL-s390x-m64/71/7170dadf5950e1444ab09cdfc4e07dd2698fc275/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=331d77c1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=331d77c1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-28 21:27 [binutils-gdb] Change wrap buffering to use a std::string sergiodj+buildbot
@ 2018-12-28 21:27 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-28 21:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8978>

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/RHEL-s390x-m64/c5/c5603d506350cca3b1af7ba3a97bf05adeea0508/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/page.exp: paged count remainder
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/RHEL-s390x-m64/xfails/master/xfail?id=331d77c1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=331d77c1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-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 17:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-28 17:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8977>

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/RHEL-s390x-m64/94/94f2c73066597f33933bef2d20bdbfbf6fcd8b69/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: gdb.threads/schedlock.exp: schedlock=off: cmd=step: other threads ran - unlocked
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=331d77c1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=331d77c1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-28  7:52 [binutils-gdb] Avoid internal errors when stepping outside 'main' on MinGW sergiodj+buildbot
@ 2018-12-28  7:53 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-28  7:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8976>

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/RHEL-s390x-m64/15/156f23669270533e1499e15e49842468800c2681/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=14: wait for stops
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/RHEL-s390x-m64/xfails/master/xfail?id=331d77c1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=331d77c1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-28  5:38 [binutils-gdb] PR23966, mingw failure due to 32-bit long sergiodj+buildbot
@ 2018-12-28  5:52 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-28  5:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8974>

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/RHEL-s390x-m64/cb/cb87d9f1a49986b2eb92ac381444f4cc7c9d8a4f/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=331d77c1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=331d77c1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-27 22:36 [binutils-gdb] Translate PyExc_KeyboardInterrupt to gdb "quit" sergiodj+buildbot
@ 2018-12-27 22:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-27 22:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8972>

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/RHEL-s390x-m64/bc/bc543c902f9891f732be68817e16ff379b69566e/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=331d77c1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=331d77c1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-27 21:53 [binutils-gdb] Consolidate some Python exception-printing functions sergiodj+buildbot
@ 2018-12-27 22:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-27 22:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8971>

Commit(s) tested:
	6ef2312a177ebdfa841e82b515c144975073a501

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Consolidate some Python exception-printing functions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/6e/6ef2312a177ebdfa841e82b515c144975073a501/>

*** Diff to previous build ***
============================
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
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=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/RHEL-s390x-m64/xfails/master/xfail?id=331d77c1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=331d77c1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-27 21:37 [binutils-gdb] Use gdbpy_convert_exception in a few more spots sergiodj+buildbot
@ 2018-12-27 21:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-27 21:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8970>

Commit(s) tested:
	ec9c2750b7bab8a55aaf7d2386e809d4e81deb03

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Use gdbpy_convert_exception in a few more spots

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ec/ec9c2750b7bab8a55aaf7d2386e809d4e81deb03/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/list.exp: reverse-search 6789
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint: detach
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=331d77c1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=331d77c1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-27 21:27 [binutils-gdb] Build gdb "nat" files in subdirectory sergiodj+buildbot
@ 2018-12-27 21:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-27 21:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8969>

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/RHEL-s390x-m64/69/6987262214a204ea3ab857d86a1faf9f4e66f211/>

*** Diff to previous build ***
============================
new FAIL: gdb.arch/s390-vregs.exp: info registers vector
new KFAIL: gdb.base/argv0-symlink.exp: kept directory symbolic link name
new FAIL: gdb.base/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/dfp-test.exp: correct _Decimal128 return value from called function.
new FAIL: gdb.base/finish-pretty.exp: finish foo prettyprinted function result
new KFAIL: gdb.base/foll-vfork.exp: exit: vfork child follow, finish after tcatch vfork: finish
new KFAIL: gdb.base/gnu_vector.exp: finish shows vector return value
new KFAIL: gdb.base/gnu_vector.exp: verify vector return value
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 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
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-indirect-call-thunk.exp: stepi into call thunk
new FAIL: gdb.base/step-indirect-call-thunk.exp: stepi into return thunk
new FAIL: gdb.base/step-over-no-symbols.exp: displaced=auto: stepi
new FAIL: gdb.base/step-over-no-symbols.exp: displaced=off: stepi
new FAIL: gdb.base/step-over-no-symbols.exp: displaced=on: stepi
new FAIL: gdb.base/store.exp: upvar double l; print new l, expecting 4
new FAIL: gdb.base/store.exp: upvar double l; print old l, expecting -1
new FAIL: gdb.base/store.exp: upvar double l; print old r, expecting -2
new FAIL: gdb.base/store.exp: upvar double l; set l to 4
new FAIL: gdb.base/store.exp: upvar doublest l; print new l, expecting 4
new FAIL: gdb.base/store.exp: upvar doublest l; print old l, expecting -1
new FAIL: gdb.base/store.exp: upvar doublest l; print old r, expecting -2
new FAIL: gdb.base/store.exp: upvar doublest l; set l to 4
new FAIL: gdb.base/store.exp: upvar float l; print new l, expecting 4
new FAIL: gdb.base/store.exp: upvar float l; print old l, expecting -1
new FAIL: gdb.base/store.exp: upvar float l; print old r, expecting -2
new FAIL: gdb.base/store.exp: upvar float l; set l to 4
new FAIL: gdb.base/store.exp: var doublest l; print incremented l, expecting 2
new FAIL: gdb.base/store.exp: var doublest l; print old l, expecting -1
new FAIL: gdb.base/store.exp: var doublest l; print old r, expecting -2
new FAIL: gdb.base/vla-optimized-out.exp: o1: printed size of optimized out vla
new KFAIL: gdb.compile/compile-cplus-anonymous.exp: compile code
new FAIL: gdb.compile/compile-cplus-anonymous.exp: compile code A::BB
new FAIL: gdb.compile/compile-cplus-anonymous.exp: compile code ABC
new FAIL: gdb.compile/compile-cplus-anonymous.exp: compile code DEF
new FAIL: gdb.compile/compile-cplus-anonymous.exp: compile code GHI
new FAIL: gdb.compile/compile-cplus-anonymous.exp: compile code JKL
new FAIL: gdb.compile/compile-cplus-anonymous.exp: compile code a.e
new FAIL: gdb.compile/compile-cplus-anonymous.exp: compile code a.s.len
new FAIL: gdb.compile/compile-cplus-anonymous.exp: compile code a.u.b
new FAIL: gdb.compile/compile-cplus-anonymous.exp: compile code anon_e
new KFAIL: gdb.compile/compile-cplus-anonymous.exp: compile code anon_s.MAGIC
new KFAIL: gdb.compile/compile-cplus-anonymous.exp: compile code anon_s.len
new KFAIL: gdb.compile/compile-cplus-anonymous.exp: compile code anon_s.ua
new FAIL: gdb.compile/compile-cplus-anonymous.exp: compile code anon_u.aa
new KFAIL: gdb.compile/compile-cplus-anonymous.exp: compile print
new FAIL: gdb.compile/compile-cplus-anonymous.exp: compile print A::BB
new FAIL: gdb.compile/compile-cplus-anonymous.exp: compile print ABC
new FAIL: gdb.compile/compile-cplus-anonymous.exp: compile print DEF
new FAIL: gdb.compile/compile-cplus-anonymous.exp: compile print GHI
new FAIL: gdb.compile/compile-cplus-anonymous.exp: compile print JKL
new FAIL: gdb.compile/compile-cplus-anonymous.exp: compile print a.e
new FAIL: gdb.compile/compile-cplus-anonymous.exp: compile print a.s.len
new FAIL: gdb.compile/compile-cplus-anonymous.exp: compile print a.u.b
new FAIL: gdb.compile/compile-cplus-anonymous.exp: compile print anon_e
new KFAIL: gdb.compile/compile-cplus-anonymous.exp: compile print anon_s.MAGIC
new KFAIL: gdb.compile/compile-cplus-anonymous.exp: compile print anon_s.len
new KFAIL: gdb.compile/compile-cplus-anonymous.exp: compile print anon_s.ua
new FAIL: gdb.compile/compile-cplus-anonymous.exp: compile print anon_u.aa
new KFAIL: gdb.compile/compile-cplus-anonymous.exp: result of compile code
new FAIL: gdb.compile/compile-cplus-anonymous.exp: result of compile code A::BB
new FAIL: gdb.compile/compile-cplus-anonymous.exp: result of compile code ABC
new FAIL: gdb.compile/compile-cplus-anonymous.exp: result of compile code DEF
new FAIL: gdb.compile/compile-cplus-anonymous.exp: result of compile code GHI
new FAIL: gdb.compile/compile-cplus-anonymous.exp: result of compile code JKL
new FAIL: gdb.compile/compile-cplus-anonymous.exp: result of compile code a.e
new FAIL: gdb.compile/compile-cplus-anonymous.exp: result of compile code a.s.len
new FAIL: gdb.compile/compile-cplus-anonymous.exp: result of compile code a.u.b
new FAIL: gdb.compile/compile-cplus-anonymous.exp: result of compile code anon_e
new KFAIL: gdb.compile/compile-cplus-anonymous.exp: result of compile code anon_s.MAGIC
new KFAIL: gdb.compile/compile-cplus-anonymous.exp: result of compile code anon_s.len
new KFAIL: gdb.compile/compile-cplus-anonymous.exp: result of compile code anon_s.ua
new FAIL: gdb.compile/compile-cplus-anonymous.exp: result of compile code anon_u.aa
new FAIL: gdb.compile/compile-cplus-inherit.exp: compile code d.A::do_it
new FAIL: gdb.compile/compile-cplus-inherit.exp: compile code d.B::do_it
new FAIL: gdb.compile/compile-cplus-inherit.exp: compile code d.C::do_it
new FAIL: gdb.compile/compile-cplus-inherit.exp: compile code d.a_
new FAIL: gdb.compile/compile-cplus-inherit.exp: compile code d.b_
new FAIL: gdb.compile/compile-cplus-inherit.exp: compile code d.c_
new FAIL: gdb.compile/compile-cplus-inherit.exp: compile code d.d_
new FAIL: gdb.compile/compile-cplus-inherit.exp: compile print d.A::do_it
new FAIL: gdb.compile/compile-cplus-inherit.exp: compile print d.B::do_it
new FAIL: gdb.compile/compile-cplus-inherit.exp: compile print d.C::do_it
new FAIL: gdb.compile/compile-cplus-inherit.exp: compile print d.a_
new FAIL: gdb.compile/compile-cplus-inherit.exp: compile print d.b_
new FAIL: gdb.compile/compile-cplus-inherit.exp: compile print d.c_
new FAIL: gdb.compile/compile-cplus-inherit.exp: compile print d.d_
new FAIL: gdb.compile/compile-cplus-inherit.exp: result of compile code d.A::do_it
new FAIL: gdb.compile/compile-cplus-inherit.exp: result of compile code d.B::do_it
new FAIL: gdb.compile/compile-cplus-inherit.exp: result of compile code d.C::do_it
new FAIL: gdb.compile/compile-cplus-inherit.exp: result of compile code d.a_
new FAIL: gdb.compile/compile-cplus-inherit.exp: result of compile code d.b_
new FAIL: gdb.compile/compile-cplus-inherit.exp: result of compile code d.c_
new FAIL: gdb.compile/compile-cplus-inherit.exp: result of compile code d.d_
new FAIL: gdb.compile/compile-cplus-member.exp: compile code A::ATYPE i = 10; var = i;
new FAIL: gdb.compile/compile-cplus-member.exp: compile code A::s_private_
new FAIL: gdb.compile/compile-cplus-member.exp: compile code A::s_private_ = E_B; var = A::s_private_;
new FAIL: gdb.compile/compile-cplus-member.exp: compile code A::s_protected_
new FAIL: gdb.compile/compile-cplus-member.exp: compile code A::s_protected_ = N::NB; var = A::s_protected_;
new FAIL: gdb.compile/compile-cplus-member.exp: compile code A::s_public_
new FAIL: gdb.compile/compile-cplus-member.exp: compile code ATYPE i;
new FAIL: gdb.compile/compile-cplus-member.exp: compile code N::ANON_NE ae = N::ND; var = ae;
new FAIL: gdb.compile/compile-cplus-member.exp: compile code N::ANON_NE nse = E_A
new FAIL: gdb.compile/compile-cplus-member.exp: compile code a.*pmi
new FAIL: gdb.compile/compile-cplus-member.exp: compile code a.private_
new FAIL: gdb.compile/compile-cplus-member.exp: compile code a.protected_
new FAIL: gdb.compile/compile-cplus-member.exp: compile code a.public_
new FAIL: gdb.compile/compile-cplus-member.exp: compile code a.public_ = 2; var = a.*pmi; a.public_ = 1
new FAIL: gdb.compile/compile-cplus-member.exp: compile code a.s_public_ = E_B
new FAIL: gdb.compile/compile-cplus-member.exp: compile code g_e
new FAIL: gdb.compile/compile-cplus-member.exp: compile code get_values
new FAIL: gdb.compile/compile-cplus-member.exp: compile code myenum me = E_B; var = me;
new FAIL: gdb.compile/compile-cplus-member.exp: compile print A::s_private_
new FAIL: gdb.compile/compile-cplus-member.exp: compile print A::s_protected_
new FAIL: gdb.compile/compile-cplus-member.exp: compile print A::s_public_
new FAIL: gdb.compile/compile-cplus-member.exp: compile print a.*pmi
new FAIL: gdb.compile/compile-cplus-member.exp: compile print a.private_
new FAIL: gdb.compile/compile-cplus-member.exp: compile print a.protected_
new FAIL: gdb.compile/compile-cplus-member.exp: compile print a.public_
new FAIL: gdb.compile/compile-cplus-member.exp: compile print g_e
new FAIL: gdb.compile/compile-cplus-member.exp: compile print get_values
new FAIL: gdb.compile/compile-cplus-member.exp: result of compile code A::ATYPE i = 10; var = i;
new FAIL: gdb.compile/compile-cplus-member.exp: result of compile code A::s_private_
new FAIL: gdb.compile/compile-cplus-member.exp: result of compile code A::s_private_ = E_B; var = A::s_private_;
new FAIL: gdb.compile/compile-cplus-member.exp: result of compile code A::s_protected_
new FAIL: gdb.compile/compile-cplus-member.exp: result of compile code A::s_protected_ = N::NB; var = A::s_protected_;
new FAIL: gdb.compile/compile-cplus-member.exp: result of compile code A::s_public_
new FAIL: gdb.compile/compile-cplus-member.exp: result of compile code N::ANON_NE ae = N::ND; var = ae;
new FAIL: gdb.compile/compile-cplus-member.exp: result of compile code a.*pmi
new FAIL: gdb.compile/compile-cplus-member.exp: result of compile code a.private_
new FAIL: gdb.compile/compile-cplus-member.exp: result of compile code a.protected_
new FAIL: gdb.compile/compile-cplus-member.exp: result of compile code a.public_
new FAIL: gdb.compile/compile-cplus-member.exp: result of compile code a.public_ = 2; var = a.*pmi; a.public_ = 1
new FAIL: gdb.compile/compile-cplus-member.exp: result of compile code g_e
new FAIL: gdb.compile/compile-cplus-member.exp: result of compile code get_values
new FAIL: gdb.compile/compile-cplus-member.exp: result of compile code myenum me = E_B; var = me;
new FAIL: gdb.compile/compile-cplus-method.exp: compile code
new FAIL: gdb.compile/compile-cplus-method.exp: compile code A::get_1
new FAIL: gdb.compile/compile-cplus-method.exp: compile code A::get_2
new FAIL: gdb.compile/compile-cplus-method.exp: compile code a->get_var
new FAIL: gdb.compile/compile-cplus-method.exp: compile code a->get_var1
new FAIL: gdb.compile/compile-cplus-method.exp: compile code a->get_var2
new FAIL: gdb.compile/compile-cplus-method.exp: compile code get_value
new FAIL: gdb.compile/compile-cplus-method.exp: compile code pmf = &A::get_var1; var =
new FAIL: gdb.compile/compile-cplus-method.exp: compile print
new FAIL: gdb.compile/compile-cplus-method.exp: compile print A::get_1
new FAIL: gdb.compile/compile-cplus-method.exp: compile print A::get_2
new FAIL: gdb.compile/compile-cplus-method.exp: compile print a->get_var
new FAIL: gdb.compile/compile-cplus-method.exp: compile print a->get_var1
new FAIL: gdb.compile/compile-cplus-method.exp: compile print a->get_var2
new FAIL: gdb.compile/compile-cplus-method.exp: compile print get_value
new FAIL: gdb.compile/compile-cplus-method.exp: result of compile code
new FAIL: gdb.compile/compile-cplus-method.exp: result of compile code A::get_1
new FAIL: gdb.compile/compile-cplus-method.exp: result of compile code A::get_2
new FAIL: gdb.compile/compile-cplus-method.exp: result of compile code a->get_var
new FAIL: gdb.compile/compile-cplus-method.exp: result of compile code a->get_var1
new FAIL: gdb.compile/compile-cplus-method.exp: result of compile code a->get_var2
new FAIL: gdb.compile/compile-cplus-method.exp: result of compile code get_value
new FAIL: gdb.compile/compile-cplus-method.exp: result of compile code pmf = &A::get_var1; var =
new FAIL: gdb.compile/compile-cplus-namespace.exp: compile code N1::N2::N3::N4::S4::get_svar
new FAIL: gdb.compile/compile-cplus-namespace.exp: compile code N1::N2::N3::N4::S4::s4static
new FAIL: gdb.compile/compile-cplus-namespace.exp: compile code N1::N2::N3::N4::n4static
new FAIL: gdb.compile/compile-cplus-namespace.exp: compile code s4.get_var
new FAIL: gdb.compile/compile-cplus-namespace.exp: compile code s4.s4int_
new FAIL: gdb.compile/compile-cplus-namespace.exp: compile print N1::N2::N3::N4::S4::get_svar
new FAIL: gdb.compile/compile-cplus-namespace.exp: compile print N1::N2::N3::N4::S4::s4static
new FAIL: gdb.compile/compile-cplus-namespace.exp: compile print N1::N2::N3::N4::n4static
new FAIL: gdb.compile/compile-cplus-namespace.exp: compile print s4.get_var
new FAIL: gdb.compile/compile-cplus-namespace.exp: compile print s4.s4int_
new FAIL: gdb.compile/compile-cplus-namespace.exp: result of compile code N1::N2::N3::N4::S4::get_svar
new FAIL: gdb.compile/compile-cplus-namespace.exp: result of compile code N1::N2::N3::N4::S4::s4static
new FAIL: gdb.compile/compile-cplus-namespace.exp: result of compile code N1::N2::N3::N4::n4static
new FAIL: gdb.compile/compile-cplus-namespace.exp: result of compile code s4.get_var
new FAIL: gdb.compile/compile-cplus-namespace.exp: result of compile code s4.s4int_
new FAIL: gdb.compile/compile-cplus-nested.exp: compile code A::Inner1 &r1 = i1; var = r1.a_;
new FAIL: gdb.compile/compile-cplus-nested.exp: compile code A::Inner1 *i1p = &i1; var = i1p->a_;
new FAIL: gdb.compile/compile-cplus-nested.exp: compile code A::Inner1::Inner2 &r2 = i2; var = r2.a_;
new FAIL: gdb.compile/compile-cplus-nested.exp: compile code A::Inner1::Inner2 *i2p = &i2; var = i2p->a_;
new FAIL: gdb.compile/compile-cplus-nested.exp: compile code i1.a_
new FAIL: gdb.compile/compile-cplus-nested.exp: compile code i2.a_
new FAIL: gdb.compile/compile-cplus-nested.exp: compile print i1.a_
new FAIL: gdb.compile/compile-cplus-nested.exp: compile print i2.a_
new FAIL: gdb.compile/compile-cplus-nested.exp: result of compile code A::Inner1 &r1 = i1; var = r1.a_;
new FAIL: gdb.compile/compile-cplus-nested.exp: result of compile code A::Inner1 *i1p = &i1; var = i1p->a_;
new FAIL: gdb.compile/compile-cplus-nested.exp: result of compile code A::Inner1::Inner2 &r2 = i2; var = r2.a_;
new FAIL: gdb.compile/compile-cplus-nested.exp: result of compile code A::Inner1::Inner2 *i2p = &i2; var = i2p->a_;
new FAIL: gdb.compile/compile-cplus-nested.exp: result of compile code i1.a_
new FAIL: gdb.compile/compile-cplus-nested.exp: result of compile code i2.a_
new KFAIL: gdb.compile/compile-cplus-print.exp: compile print *vararray@3
new KFAIL: gdb.compile/compile-cplus-print.exp: compile print *vararrayp@3
new KFAIL: gdb.compile/compile-cplus-print.exp: compile print main
new FAIL: gdb.compile/compile-cplus-print.exp: compile print vararray
new FAIL: gdb.compile/compile-cplus-print.exp: compile print varint
new FAIL: gdb.compile/compile-cplus-print.exp: compile print varobject
new FAIL: gdb.compile/compile-cplus-print.exp: compile print/x 256
new FAIL: gdb.compile/compile-cplus-print.exp: print $
new FAIL: gdb.compile/compile-cplus-virtual.exp: compile code A a;
new FAIL: gdb.compile/compile-cplus-virtual.exp: compile code ap->doit
new FAIL: gdb.compile/compile-cplus-virtual.exp: compile code ap->doit2
new FAIL: gdb.compile/compile-cplus-virtual.exp: compile code b.doit
new FAIL: gdb.compile/compile-cplus-virtual.exp: compile code b.doit2
new FAIL: gdb.compile/compile-cplus-virtual.exp: compile code b.doit3
new FAIL: gdb.compile/compile-cplus-virtual.exp: compile code c.doit
new FAIL: gdb.compile/compile-cplus-virtual.exp: compile code c.doit2
new FAIL: gdb.compile/compile-cplus-virtual.exp: compile code c.doit3
new FAIL: gdb.compile/compile-cplus-virtual.exp: compile code d.doit
new FAIL: gdb.compile/compile-cplus-virtual.exp: compile code d.doit2
new FAIL: gdb.compile/compile-cplus-virtual.exp: compile code d.doit3
new FAIL: gdb.compile/compile-cplus-virtual.exp: compile print ap->doit
new FAIL: gdb.compile/compile-cplus-virtual.exp: compile print ap->doit2
new FAIL: gdb.compile/compile-cplus-virtual.exp: compile print b.doit
new FAIL: gdb.compile/compile-cplus-virtual.exp: compile print b.doit2
new FAIL: gdb.compile/compile-cplus-virtual.exp: compile print b.doit3
new FAIL: gdb.compile/compile-cplus-virtual.exp: compile print c.doit
new FAIL: gdb.compile/compile-cplus-virtual.exp: compile print c.doit2
new FAIL: gdb.compile/compile-cplus-virtual.exp: compile print c.doit3
new FAIL: gdb.compile/compile-cplus-virtual.exp: compile print d.doit
new FAIL: gdb.compile/compile-cplus-virtual.exp: compile print d.doit2
new FAIL: gdb.compile/compile-cplus-virtual.exp: compile print d.doit3
new FAIL: gdb.compile/compile-cplus-virtual.exp: result of compile code ap->doit
new FAIL: gdb.compile/compile-cplus-virtual.exp: result of compile code ap->doit2
new FAIL: gdb.compile/compile-cplus-virtual.exp: result of compile code b.doit
new FAIL: gdb.compile/compile-cplus-virtual.exp: result of compile code b.doit2
new FAIL: gdb.compile/compile-cplus-virtual.exp: result of compile code b.doit3
new FAIL: gdb.compile/compile-cplus-virtual.exp: result of compile code c.doit
new FAIL: gdb.compile/compile-cplus-virtual.exp: result of compile code c.doit2
new FAIL: gdb.compile/compile-cplus-virtual.exp: result of compile code c.doit3
new FAIL: gdb.compile/compile-cplus-virtual.exp: result of compile code d.doit
new FAIL: gdb.compile/compile-cplus-virtual.exp: result of compile code d.doit2
new FAIL: gdb.compile/compile-cplus-virtual.exp: result of compile code d.doit3
new FAIL: gdb.compile/compile-cplus.exp: Call class function to set private_var
new FAIL: gdb.compile/compile-cplus.exp: Directly set a private member in GDB compile5
new FAIL: gdb.compile/compile-cplus.exp: Test compile code foovar.public_method  = 43 setting.
new FAIL: gdb.compile/compile-cplus.exp: Test compile code foovar.public_var = 43 setting.
new FAIL: gdb.compile/compile-cplus.exp: Test compile code foovar.set_private_var = 84 setting.
new FAIL: gdb.compile/compile-cplus.exp: Test compile code foovar.set_private_var = 85 setting.
new FAIL: gdb.compile/compile-cplus.exp: bt
new KFAIL: gdb.compile/compile-cplus.exp: call func_nodebug
new KFAIL: gdb.compile/compile-cplus.exp: call func_nodebug indirectly
new FAIL: gdb.compile/compile-cplus.exp: call global function
new FAIL: gdb.compile/compile-cplus.exp: call static function
new FAIL: gdb.compile/compile-cplus.exp: check MINUS_1
new FAIL: gdb.compile/compile-cplus.exp: check globalshadow with -r
new FAIL: gdb.compile/compile-cplus.exp: check size of longer
new FAIL: gdb.compile/compile-cplus.exp: check size of ulonger
new FAIL: gdb.compile/compile-cplus.exp: check static_local
new FAIL: gdb.compile/compile-cplus.exp: compile code -r multiline 7
new FAIL: gdb.compile/compile-cplus.exp: compile code class Base3 {public: int z = 99;}; class MI: public Base, public Base3 {int pure_virt
new FAIL: gdb.compile/compile-cplus.exp: compile code class Baz: public Foo {public: int z = 12;}; Baz bazvar; bazvar.z = 24; var = bazvar.z
new FAIL: gdb.compile/compile-cplus.exp: compile code class MI: public Base, public Base2 {int pure_virt
new FAIL: gdb.compile/compile-cplus.exp: compile code extern int globalshadow; globalshadow += 5;
new FAIL: gdb.compile/compile-cplus.exp: compile code func_doesnotexist
new FAIL: gdb.compile/compile-cplus.exp: compile code globalshadow += 1;
new FAIL: gdb.compile/compile-cplus.exp: compile code globalvar = MINUS_1
new FAIL: gdb.compile/compile-cplus.exp: compile code globalvar = static_local
new FAIL: gdb.compile/compile-cplus.exp: compile code inttypedef newdecl_i
new FAIL: gdb.compile/compile-cplus.exp: compile code localvar =
new FAIL: gdb.compile/compile-cplus.exp: compile code localvar = externed
new FAIL: gdb.compile/compile-cplus.exp: compile code segfault first
new FAIL: gdb.compile/compile-cplus.exp: compile code segfault second
new FAIL: gdb.compile/compile-cplus.exp: compile code static const int readonly = 1; *
new FAIL: gdb.compile/compile-cplus.exp: compile code staticshadow += 2;
new FAIL: gdb.compile/compile-cplus.exp: compile code struct struct_type newdecl_s
new FAIL: gdb.compile/compile-cplus.exp: compile code struct_object.arrayfield[2] = 7
new FAIL: gdb.compile/compile-cplus.exp: compile code struct_object.bitfield = 2
new FAIL: gdb.compile/compile-cplus.exp: compile code struct_object.boolfield = 1
new FAIL: gdb.compile/compile-cplus.exp: compile code struct_object.charfield = 1
new FAIL: gdb.compile/compile-cplus.exp: compile code struct_object.complexfield = 7 + 5i
new FAIL: gdb.compile/compile-cplus.exp: compile code struct_object.doublefield = 2
new FAIL: gdb.compile/compile-cplus.exp: compile code struct_object.enumfield = ONE
new FAIL: gdb.compile/compile-cplus.exp: compile code struct_object.floatfield = 1
new FAIL: gdb.compile/compile-cplus.exp: compile code struct_object.intfield = -7
new FAIL: gdb.compile/compile-cplus.exp: compile code struct_object.longfield = -9
new FAIL: gdb.compile/compile-cplus.exp: compile code struct_object.selffield =
new FAIL: gdb.compile/compile-cplus.exp: compile code struct_object.shortfield = -5
new FAIL: gdb.compile/compile-cplus.exp: compile code struct_object.ucharfield = 1
new FAIL: gdb.compile/compile-cplus.exp: compile code struct_object.uintfield = 7
new FAIL: gdb.compile/compile-cplus.exp: compile code struct_object.ulongfield = 9
new FAIL: gdb.compile/compile-cplus.exp: compile code struct_object.ushortfield = 5
new FAIL: gdb.compile/compile-cplus.exp: compile code struct_object.vectorfield[2] = 7
new FAIL: gdb.compile/compile-cplus.exp: compile code union union_type newdecl_u
new FAIL: gdb.compile/compile-cplus.exp: compile code union_object.typedeffield = 7
new FAIL: gdb.compile/compile-cplus.exp: compile code vla[2] = 7
new FAIL: gdb.compile/compile-cplus.exp: compute size of longer
new FAIL: gdb.compile/compile-cplus.exp: compute size of ulonger
new FAIL: gdb.compile/compile-cplus.exp: do not keep jit in memory
new FAIL: gdb.compile/compile-cplus.exp: expect -1
new KFAIL: gdb.compile/compile-cplus.exp: expect -75
new KFAIL: gdb.compile/compile-cplus.exp: expect -76
new FAIL: gdb.compile/compile-cplus.exp: expect 12
new FAIL: gdb.compile/compile-cplus.exp: expect 23
new FAIL: gdb.compile/compile-cplus.exp: expect 24
new FAIL: gdb.compile/compile-cplus.exp: expect 42
new FAIL: gdb.compile/compile-cplus.exp: expect 52
new FAIL: gdb.compile/compile-cplus.exp: expect 7
new FAIL: gdb.compile/compile-cplus.exp: expect 77
new FAIL: gdb.compile/compile-cplus.exp: expect 8
new FAIL: gdb.compile/compile-cplus.exp: expect 84
new FAIL: gdb.compile/compile-cplus.exp: expect 9
new FAIL: gdb.compile/compile-cplus.exp: info sym found
new FAIL: gdb.compile/compile-cplus.exp: info sym not found
new FAIL: gdb.compile/compile-cplus.exp: modify localvar
new FAIL: gdb.compile/compile-cplus.exp: modify variable
new FAIL: gdb.compile/compile-cplus.exp: p localvar
new FAIL: gdb.compile/compile-cplus.exp: p vla[2]
new FAIL: gdb.compile/compile-cplus.exp: pointer to jit function
new FAIL: gdb.compile/compile-cplus.exp: print 'compile-cplus.c'::globalshadow
new FAIL: gdb.compile/compile-cplus.exp: print globalshadow
new FAIL: gdb.compile/compile-cplus.exp: print globalshadow second time
new FAIL: gdb.compile/compile-cplus.exp: print staticshadow
new FAIL: gdb.compile/compile-cplus.exp: print struct_object.arrayfield
new FAIL: gdb.compile/compile-cplus.exp: print struct_object.bitfield
new FAIL: gdb.compile/compile-cplus.exp: print struct_object.boolfield
new FAIL: gdb.compile/compile-cplus.exp: print struct_object.charfield
new FAIL: gdb.compile/compile-cplus.exp: print struct_object.complexfield
new FAIL: gdb.compile/compile-cplus.exp: print struct_object.doublefield
new FAIL: gdb.compile/compile-cplus.exp: print struct_object.enumfield
new FAIL: gdb.compile/compile-cplus.exp: print struct_object.floatfield
new FAIL: gdb.compile/compile-cplus.exp: print struct_object.intfield
new FAIL: gdb.compile/compile-cplus.exp: print struct_object.longfield
new FAIL: gdb.compile/compile-cplus.exp: print struct_object.selffield == &struct_object
new FAIL: gdb.compile/compile-cplus.exp: print struct_object.shortfield
new FAIL: gdb.compile/compile-cplus.exp: print struct_object.ucharfield
new FAIL: gdb.compile/compile-cplus.exp: print struct_object.uintfield
new FAIL: gdb.compile/compile-cplus.exp: print struct_object.ulongfield
new FAIL: gdb.compile/compile-cplus.exp: print struct_object.ushortfield
new FAIL: gdb.compile/compile-cplus.exp: print struct_object.vectorfield
new FAIL: gdb.compile/compile-cplus.exp: print union_object.intfield
new FAIL: gdb.compile/compile-cplus.exp: print union_object.typedeffield
new FAIL: gdb.compile/compile-cplus.exp: print unresolved value
new FAIL: gdb.compile/compile-cplus.exp: result of compile code class Base3 {public: int z = 99;}; class MI: public Base, public Base3 {int pure_virt
new FAIL: gdb.compile/compile-cplus.exp: result of compile code class Baz: public Foo {public: int z = 12;}; Baz bazvar; bazvar.z = 24; var = bazvar.z
new FAIL: gdb.compile/compile-cplus.exp: result of compile code class MI: public Base, public Base2 {int pure_virt
new FAIL: gdb.compile/compile-cplus.exp: return
new FAIL: gdb.compile/compile-cplus.exp: set foobar.public_var to 43
new FAIL: gdb.compile/compile-cplus.exp: set localvar
new FAIL: gdb.compile/compile-cplus.exp: set variable
new FAIL: gdb.compile/compile-cplus.exp: set variable from function-like macro
new FAIL: gdb.compile/compile-cplus.exp: set variable from macro
new FAIL: gdb.compile/compile-cplus.exp: set variable to 77
new FAIL: gdb.compile/compile-cplus.exp: test extern in inner scope
new FAIL: gdb.compile/compile-cplus.exp: test shadowing
new FAIL: gdb.compile/compile-cplus.exp: use external source file
new FAIL: gdb.compile/compile-ifunc.exp: debug: compile code resultvar = gnu_ifunc_alias
new FAIL: gdb.compile/compile-ifunc.exp: debug: p resultvar
new FAIL: gdb.compile/compile-ifunc.exp: nodebug: compile code resultvar = gnu_ifunc
new FAIL: gdb.compile/compile-ifunc.exp: nodebug: p
new FAIL: gdb.compile/compile-ops.exp: compile code
new FAIL: gdb.compile/compile-ops.exp: compile code optimized_out
new FAIL: gdb.compile/compile-print.exp: compile print *vararray@3
new FAIL: gdb.compile/compile-print.exp: compile print *vararrayp@3
new FAIL: gdb.compile/compile-print.exp: compile print main
new FAIL: gdb.compile/compile-print.exp: compile print vararray
new FAIL: gdb.compile/compile-print.exp: compile print varint
new FAIL: gdb.compile/compile-print.exp: compile print varobject
new FAIL: gdb.compile/compile-print.exp: compile print/x 256
new FAIL: gdb.compile/compile-print.exp: print $
new FAIL: gdb.compile/compile-setjmp.exp: compile file -r
new FAIL: gdb.compile/compile-setjmp.exp: p done
new FAIL: gdb.compile/compile-tls.exp: compile code global_scope = 3
new FAIL: gdb.compile/compile-tls.exp: compile code local_scope = 1
new FAIL: gdb.compile/compile-tls.exp: compile code static_scope = 2
new FAIL: gdb.compile/compile-tls.exp: print global_scope
new FAIL: gdb.compile/compile-tls.exp: print local_scope
new FAIL: gdb.compile/compile-tls.exp: print static_scope
new FAIL: gdb.compile/compile.exp: Test abbreviations and code collision
new FAIL: gdb.compile/compile.exp: bt
new FAIL: gdb.compile/compile.exp: call func_nodebug
new FAIL: gdb.compile/compile.exp: call func_nodebug indirectly
new FAIL: gdb.compile/compile.exp: call global function
new FAIL: gdb.compile/compile.exp: call shared library function
new FAIL: gdb.compile/compile.exp: call static function
new FAIL: gdb.compile/compile.exp: check MINUS_1
new FAIL: gdb.compile/compile.exp: check globalshadow with -r
new FAIL: gdb.compile/compile.exp: check size of longer
new FAIL: gdb.compile/compile.exp: check size of ulonger
new FAIL: gdb.compile/compile.exp: check static_local
new FAIL: gdb.compile/compile.exp: check variable without trailing semicolon
new FAIL: gdb.compile/compile.exp: compile code -r multiline 4
new FAIL: gdb.compile/compile.exp: compile code extern int globalshadow; globalshadow += 5;
new FAIL: gdb.compile/compile.exp: compile code func_doesnotexist
new FAIL: gdb.compile/compile.exp: compile code globalshadow += 1;
new FAIL: gdb.compile/compile.exp: compile code globalvar = MINUS_1
new FAIL: gdb.compile/compile.exp: compile code globalvar = static_local
new FAIL: gdb.compile/compile.exp: compile code globalvar = unresolved;
new FAIL: gdb.compile/compile.exp: compile code inttypedef newdecl_i
new FAIL: gdb.compile/compile.exp: compile code localvar =
new FAIL: gdb.compile/compile.exp: compile code localvar = externed
new FAIL: gdb.compile/compile.exp: compile code multiline 4
new FAIL: gdb.compile/compile.exp: compile code segfault first
new FAIL: gdb.compile/compile.exp: compile code segfault second
new FAIL: gdb.compile/compile.exp: compile code static const int readonly = 1; *
new FAIL: gdb.compile/compile.exp: compile code staticshadow += 2;
new FAIL: gdb.compile/compile.exp: compile code struct struct_type newdecl_s
new FAIL: gdb.compile/compile.exp: compile code struct_object.arrayfield[2] = 7
new FAIL: gdb.compile/compile.exp: compile code struct_object.bitfield = 2
new FAIL: gdb.compile/compile.exp: compile code struct_object.boolfield = 1
new FAIL: gdb.compile/compile.exp: compile code struct_object.charfield = 1
new FAIL: gdb.compile/compile.exp: compile code struct_object.complexfield = 7 + 5i
new FAIL: gdb.compile/compile.exp: compile code struct_object.doublefield = 2
new FAIL: gdb.compile/compile.exp: compile code struct_object.enumfield = ONE
new FAIL: gdb.compile/compile.exp: compile code struct_object.floatfield = 1
new FAIL: gdb.compile/compile.exp: compile code struct_object.intfield = -7
new FAIL: gdb.compile/compile.exp: compile code struct_object.longfield = -9
new FAIL: gdb.compile/compile.exp: compile code struct_object.selffield = &struct_object
new FAIL: gdb.compile/compile.exp: compile code struct_object.shortfield = -5
new FAIL: gdb.compile/compile.exp: compile code struct_object.ucharfield = 1
new FAIL: gdb.compile/compile.exp: compile code struct_object.uintfield = 7
new FAIL: gdb.compile/compile.exp: compile code struct_object.ulongfield = 9
new FAIL: gdb.compile/compile.exp: compile code struct_object.ushortfield = 5
new FAIL: gdb.compile/compile.exp: compile code struct_object.vectorfield[2] = 7
new FAIL: gdb.compile/compile.exp: compile code union union_type newdecl_u
new FAIL: gdb.compile/compile.exp: compile code union_object.typedeffield = 7
new FAIL: gdb.compile/compile.exp: compile code vla[2] = 7
new FAIL: gdb.compile/compile.exp: compute size of longer
new FAIL: gdb.compile/compile.exp: compute size of ulonger
new FAIL: gdb.compile/compile.exp: do not keep jit in memory
new FAIL: gdb.compile/compile.exp: expect -1
new FAIL: gdb.compile/compile.exp: expect -75
new FAIL: gdb.compile/compile.exp: expect -76
new FAIL: gdb.compile/compile.exp: expect 1
new FAIL: gdb.compile/compile.exp: expect 12
new FAIL: gdb.compile/compile.exp: expect 15
new FAIL: gdb.compile/compile.exp: expect 20
new FAIL: gdb.compile/compile.exp: expect 23
new FAIL: gdb.compile/compile.exp: expect 24
new FAIL: gdb.compile/compile.exp: expect 42
new FAIL: gdb.compile/compile.exp: expect 52
new FAIL: gdb.compile/compile.exp: expect 7
new FAIL: gdb.compile/compile.exp: expect 77
new FAIL: gdb.compile/compile.exp: expect 8
new FAIL: gdb.compile/compile.exp: expect 84
new FAIL: gdb.compile/compile.exp: expect 9
new FAIL: gdb.compile/compile.exp: info sym found
new FAIL: gdb.compile/compile.exp: info sym not found
new FAIL: gdb.compile/compile.exp: modify localvar
new FAIL: gdb.compile/compile.exp: modify shared library variable
new FAIL: gdb.compile/compile.exp: modify variable
new FAIL: gdb.compile/compile.exp: p localvar
new FAIL: gdb.compile/compile.exp: p vla[2]
new FAIL: gdb.compile/compile.exp: pointer to jit function
new FAIL: gdb.compile/compile.exp: print 'compile.c'::globalshadow
new FAIL: gdb.compile/compile.exp: print globalshadow
new FAIL: gdb.compile/compile.exp: print globalshadow second time
new FAIL: gdb.compile/compile.exp: print staticshadow
new FAIL: gdb.compile/compile.exp: print struct_object.arrayfield
new FAIL: gdb.compile/compile.exp: print struct_object.bitfield
new FAIL: gdb.compile/compile.exp: print struct_object.boolfield
new FAIL: gdb.compile/compile.exp: print struct_object.charfield
new FAIL: gdb.compile/compile.exp: print struct_object.complexfield
new FAIL: gdb.compile/compile.exp: print struct_object.doublefield
new FAIL: gdb.compile/compile.exp: print struct_object.enumfield
new FAIL: gdb.compile/compile.exp: print struct_object.floatfield
new FAIL: gdb.compile/compile.exp: print struct_object.intfield
new FAIL: gdb.compile/compile.exp: print struct_object.longfield
new FAIL: gdb.compile/compile.exp: print struct_object.selffield == &struct_object
new FAIL: gdb.compile/compile.exp: print struct_object.shortfield
new FAIL: gdb.compile/compile.exp: print struct_object.ucharfield
new FAIL: gdb.compile/compile.exp: print struct_object.uintfield
new FAIL: gdb.compile/compile.exp: print struct_object.ulongfield
new FAIL: gdb.compile/compile.exp: print struct_object.ushortfield
new FAIL: gdb.compile/compile.exp: print struct_object.vectorfield
new FAIL: gdb.compile/compile.exp: print union_object.intfield
new FAIL: gdb.compile/compile.exp: print union_object.typedeffield
new FAIL: gdb.compile/compile.exp: print unresolved value
new FAIL: gdb.compile/compile.exp: return
new FAIL: gdb.compile/compile.exp: set localvar
new FAIL: gdb.compile/compile.exp: set variable
new FAIL: gdb.compile/compile.exp: set variable from function-like macro
new FAIL: gdb.compile/compile.exp: set variable from macro
new FAIL: gdb.compile/compile.exp: set variable to 77
new FAIL: gdb.compile/compile.exp: set variable without trailing semicolon
new FAIL: gdb.compile/compile.exp: test abbreviations and code delimiter
new FAIL: gdb.compile/compile.exp: test delimiter with -r
new FAIL: gdb.compile/compile.exp: test delimiter with -r after it
new FAIL: gdb.compile/compile.exp: test delimiter with -raw
new FAIL: gdb.compile/compile.exp: test extern in inner scope
new FAIL: gdb.compile/compile.exp: test shadowing
new FAIL: gdb.compile/compile.exp: use external source file
new FAIL: gdb.cp/exceptprint.exp: int: print exception value at catch
new FAIL: gdb.cp/exceptprint.exp: int: print exception value at throw
new FAIL: gdb.cp/exceptprint.exp: reference to struct: print exception value at catch
new FAIL: gdb.cp/exceptprint.exp: string: print exception value at catch
new FAIL: gdb.cp/exceptprint.exp: struct: print exception value at catch
new FAIL: gdb.cp/filename.exp: print c.includefile[0]
new FAIL: gdb.cp/filename.exp: print d.includefile
new FAIL: gdb.cp/filename.exp: print pc->includefile[0]
new FAIL: gdb.cp/filename.exp: print pd->includefile
new FAIL: gdb.cp/local-static.exp: c++: print 'S2<int>::inline_method
new FAIL: gdb.cp/local-static.exp: c++: print 'S2<int>::method
new FAIL: gdb.cp/local-static.exp: c++: print 'S2<int>::static_inline_method
new FAIL: gdb.cp/local-static.exp: c++: print 'S2<int>::static_method
new FAIL: gdb.cp/local-static.exp: c++: print 'S::inline_method
new FAIL: gdb.cp/local-static.exp: c++: print 'S::method
new FAIL: gdb.cp/local-static.exp: c++: print 'S::static_inline_method
new FAIL: gdb.cp/local-static.exp: c++: print 'S::static_method
new FAIL: gdb.cp/local-static.exp: c++: print 'free_func'::FF_s_var_aggregate
new FAIL: gdb.cp/local-static.exp: c++: print 'free_func'::FF_s_var_float
new FAIL: gdb.cp/local-static.exp: c++: print 'free_func'::FF_s_var_int
new FAIL: gdb.cp/local-static.exp: c++: print 'free_func
new FAIL: gdb.cp/local-static.exp: c++: print 'free_func::FF_s_var_aggregate'
new FAIL: gdb.cp/local-static.exp: c++: print 'free_func::FF_s_var_float'
new FAIL: gdb.cp/local-static.exp: c++: print 'free_func::FF_s_var_int'
new FAIL: gdb.cp/local-static.exp: c++: print 'free_inline_func
new FAIL: gdb.cp/local-static.exp: c++: print S2<int>::inline_method
new FAIL: gdb.cp/local-static.exp: c++: print S2<int>::method
new FAIL: gdb.cp/local-static.exp: c++: print S2<int>::static_inline_method
new FAIL: gdb.cp/local-static.exp: c++: print S2<int>::static_method
new FAIL: gdb.cp/local-static.exp: c++: print S::inline_method
new FAIL: gdb.cp/local-static.exp: c++: print S::method
new FAIL: gdb.cp/local-static.exp: c++: print S::static_inline_method
new FAIL: gdb.cp/local-static.exp: c++: print S::static_method
new FAIL: gdb.cp/local-static.exp: c++: print free_func
new FAIL: gdb.cp/local-static.exp: c++: print free_func::FF_s_var_aggregate
new FAIL: gdb.cp/local-static.exp: c++: print free_func::FF_s_var_float
new FAIL: gdb.cp/local-static.exp: c++: print free_func::FF_s_var_int
new FAIL: gdb.cp/local-static.exp: c++: print free_inline_func
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 FAIL: gdb.mi/mi-nonstop.exp: stacktrace of stopped thread
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.python/py-value-cc.exp: u's second field via field
new FAIL: gdb.reverse/step-indirect-call-thunk.exp: reverse-stepi into call thunk
new FAIL: gdb.reverse/step-indirect-call-thunk.exp: reverse-stepi into return thunk
new FAIL: gdb.reverse/step-indirect-call-thunk.exp: stepi into call thunk
new FAIL: gdb.reverse/step-indirect-call-thunk.exp: stepi into return thunk
new FAIL: gdb.stabs/gdb11479.exp: Inspect t in test forced_stabs
new FAIL: gdb.stabs/gdb11479.exp: Inspect t in test2 forced_stabs
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=14: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: continue to breakpoint: _exit
new KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
new KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
new KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
new FAIL: gdb.threads/pthreads.exp: apply backtrace command to all three threads
new FAIL: gdb.threads/pthreads.exp: check backtrace from thread 1
new FAIL: gdb.threads/pthreads.exp: check backtrace from thread 2
new 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
new 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
new 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
new 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
new 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 FAIL: gdb.threads/thread-unwindonsignal.exp: wrong thread not unwound
new FAIL: gdb.threads/threadapply.exp: thread apply all backthread
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=331d77c1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=331d77c1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-27 21:10 [binutils-gdb] Make init.c depend on source files sergiodj+buildbot
@ 2018-12-27 21:11 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-27 21:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8968>

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/RHEL-s390x-m64/b1/b180d0a254034c14fd540c1b57391bb413f788f7/>

*** Diff to previous build ***
============================
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
PASS -> FAIL: gdb.arch/s390-stackless.exp: info registers
PASS -> FAIL: gdb.arch/s390-stackless.exp: run until SIGSEGV
new FAIL: gdb.arch/s390-tdbregs.exp: can't run to main
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-pie-misread.exp: shift-by-1: attach
PASS -> FAIL: gdb.base/attach-pie-misread.exp: shift-by-1: detach
PASS -> FAIL: gdb.base/attach-pie-misread.exp: shift-by-1: error on Cannot access memory at address
PASS -> FAIL: gdb.base/attach-pie-misread.exp: shift-by-2: attach
PASS -> FAIL: gdb.base/attach-pie-misread.exp: shift-by-2: detach
PASS -> FAIL: gdb.base/attach-pie-misread.exp: shift-by-2: error on Cannot access memory at address
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: BINprelinkNOdebugINpieATTACH: attach-relinkYES: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieATTACH: attach-relinkYES: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieATTACH: attach-relinkYES: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugINpieATTACH: attach-relinkYES: 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: dl 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: dl bt
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: BINprelinkNOdebugNOpieATTACH: attach-relinkYES: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieATTACH: attach-relinkYES: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieATTACH: attach-relinkYES: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieATTACH: attach-relinkYES: 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: dl 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: dl bt
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: BINprelinkNOdebugSEPpieATTACH: attach-relinkYES: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieATTACH: attach-relinkYES: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieATTACH: attach-relinkYES: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugSEPpieATTACH: attach-relinkYES: 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: dl 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: dl bt
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: LDprelinkNOdebugIN: BINprelinkYESdebugINpieATTACH: attach-relinkNO: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugINpieATTACH: attach-relinkNO: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugINpieATTACH: attach-relinkNO: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugINpieATTACH: attach-relinkNO: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugINpieATTACH: attach-relinkYES: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugINpieATTACH: attach-relinkYES: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugINpieATTACH: attach-relinkYES: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugINpieATTACH: attach-relinkYES: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugINpieYES: attach: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugINpieYES: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugINpieYES: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugINpieYES: attach: seen displacement message as PRESENT
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugINpieYES: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugINpieYES: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugINpieYES: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugINpieYES: reach-main: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugNOpieATTACH: attach-relinkNO: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugNOpieATTACH: attach-relinkNO: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugNOpieATTACH: attach-relinkNO: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugNOpieATTACH: attach-relinkNO: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugNOpieATTACH: attach-relinkYES: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugNOpieATTACH: attach-relinkYES: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugNOpieATTACH: attach-relinkYES: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugNOpieATTACH: attach-relinkYES: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugNOpieYES: attach: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugNOpieYES: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugNOpieYES: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugNOpieYES: attach: seen displacement message as PRESENT
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugNOpieYES: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugNOpieYES: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugNOpieYES: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugNOpieYES: reach-main: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugNOpieYES: symbol-less: entry point reached
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugSEPpieATTACH: attach-relinkNO: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugSEPpieATTACH: attach-relinkNO: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugSEPpieATTACH: attach-relinkNO: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugSEPpieATTACH: attach-relinkNO: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugSEPpieATTACH: attach-relinkYES: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugSEPpieATTACH: attach-relinkYES: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugSEPpieATTACH: attach-relinkYES: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugSEPpieATTACH: attach-relinkYES: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugSEPpieYES: attach: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugSEPpieYES: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugSEPpieYES: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugSEPpieYES: attach: seen displacement message as PRESENT
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugSEPpieYES: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugSEPpieYES: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugSEPpieYES: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugSEPpieYES: reach-main: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: dl bt
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: BINprelinkNOdebugINpieATTACH: attach-relinkYES: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieATTACH: attach-relinkYES: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieATTACH: attach-relinkYES: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieATTACH: attach-relinkYES: 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: dl 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: dl bt
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: BINprelinkNOdebugNOpieATTACH: attach-relinkYES: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieATTACH: attach-relinkYES: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieATTACH: attach-relinkYES: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieATTACH: attach-relinkYES: 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: dl 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: dl bt
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: BINprelinkNOdebugSEPpieATTACH: attach-relinkYES: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieATTACH: attach-relinkYES: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieATTACH: attach-relinkYES: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugSEPpieATTACH: attach-relinkYES: 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: dl 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: dl bt
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: BINprelinkYESdebugINpieATTACH: attach-relinkNO: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugINpieATTACH: attach-relinkNO: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugINpieATTACH: attach-relinkNO: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugINpieATTACH: attach-relinkNO: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugINpieATTACH: attach-relinkYES: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugINpieATTACH: attach-relinkYES: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugINpieATTACH: attach-relinkYES: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugINpieATTACH: attach-relinkYES: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugINpieYES: attach: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugINpieYES: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugINpieYES: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugINpieYES: attach: seen displacement message as PRESENT
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugINpieYES: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugINpieYES: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugINpieYES: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugINpieYES: reach-main: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugNOpieATTACH: attach-relinkNO: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugNOpieATTACH: attach-relinkNO: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugNOpieATTACH: attach-relinkNO: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugNOpieATTACH: attach-relinkNO: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugNOpieATTACH: attach-relinkYES: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugNOpieATTACH: attach-relinkYES: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugNOpieATTACH: attach-relinkYES: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugNOpieATTACH: attach-relinkYES: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugNOpieYES: attach: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugNOpieYES: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugNOpieYES: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugNOpieYES: attach: seen displacement message as PRESENT
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugNOpieYES: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugNOpieYES: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugNOpieYES: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugNOpieYES: reach-main: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugNOpieYES: symbol-less: entry point reached
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugSEPpieATTACH: attach-relinkNO: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugSEPpieATTACH: attach-relinkNO: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugSEPpieATTACH: attach-relinkNO: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugSEPpieATTACH: attach-relinkNO: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugSEPpieATTACH: attach-relinkYES: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugSEPpieATTACH: attach-relinkYES: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugSEPpieATTACH: attach-relinkYES: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugSEPpieATTACH: attach-relinkYES: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugSEPpieYES: attach: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugSEPpieYES: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugSEPpieYES: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugSEPpieYES: attach: seen displacement message as PRESENT
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugSEPpieYES: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugSEPpieYES: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugSEPpieYES: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugSEPpieYES: reach-main: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: dl bt
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
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugINpieATTACH: attach-relinkNO: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugINpieATTACH: attach-relinkNO: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugINpieATTACH: attach-relinkNO: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugINpieATTACH: attach-relinkNO: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugINpieATTACH: attach-relinkYES: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugINpieATTACH: attach-relinkYES: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugINpieATTACH: attach-relinkYES: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugINpieATTACH: attach-relinkYES: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugINpieNO: attach: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugINpieNO: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugINpieNO: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugINpieNO: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugINpieNO: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugINpieNO: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugINpieNO: reach-main: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugINpieYES: attach: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugINpieYES: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugINpieYES: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugINpieYES: attach: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugINpieYES: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugINpieYES: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugINpieYES: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugINpieYES: reach-main: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugNOpieATTACH: attach-relinkNO: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugNOpieATTACH: attach-relinkNO: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugNOpieATTACH: attach-relinkNO: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugNOpieATTACH: attach-relinkNO: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugNOpieATTACH: attach-relinkYES: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugNOpieATTACH: attach-relinkYES: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugNOpieATTACH: attach-relinkYES: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugNOpieATTACH: attach-relinkYES: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugNOpieNO: attach: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugNOpieNO: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugNOpieNO: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugNOpieNO: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugNOpieNO: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugNOpieNO: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugNOpieNO: reach-main: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugNOpieNO: symbol-less: entry point reached
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugNOpieYES: attach: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugNOpieYES: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugNOpieYES: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugNOpieYES: attach: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugNOpieYES: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugNOpieYES: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugNOpieYES: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugNOpieYES: reach-main: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugNOpieYES: symbol-less: entry point reached
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugSEPpieATTACH: attach-relinkNO: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugSEPpieATTACH: attach-relinkNO: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugSEPpieATTACH: attach-relinkNO: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugSEPpieATTACH: attach-relinkNO: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugSEPpieATTACH: attach-relinkYES: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugSEPpieATTACH: attach-relinkYES: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugSEPpieATTACH: attach-relinkYES: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugSEPpieATTACH: attach-relinkYES: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugSEPpieNO: attach: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugSEPpieNO: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugSEPpieNO: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugSEPpieNO: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugSEPpieNO: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugSEPpieNO: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugSEPpieNO: reach-main: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugSEPpieYES: attach: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugSEPpieYES: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugSEPpieYES: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugSEPpieYES: attach: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugSEPpieYES: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugSEPpieYES: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugSEPpieYES: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugSEPpieYES: reach-main: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugINpieATTACH: attach-relinkNO: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugINpieATTACH: attach-relinkNO: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugINpieATTACH: attach-relinkNO: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugINpieATTACH: attach-relinkNO: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugINpieATTACH: attach-relinkYES: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugINpieATTACH: attach-relinkYES: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugINpieATTACH: attach-relinkYES: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugINpieATTACH: attach-relinkYES: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugINpieYES: attach: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugINpieYES: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugINpieYES: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugINpieYES: attach: seen displacement message as PRESENT
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugINpieYES: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugINpieYES: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugINpieYES: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugINpieYES: reach-main: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugNOpieATTACH: attach-relinkNO: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugNOpieATTACH: attach-relinkNO: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugNOpieATTACH: attach-relinkNO: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugNOpieATTACH: attach-relinkNO: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugNOpieATTACH: attach-relinkYES: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugNOpieATTACH: attach-relinkYES: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugNOpieATTACH: attach-relinkYES: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugNOpieATTACH: attach-relinkYES: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugNOpieYES: attach: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugNOpieYES: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugNOpieYES: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugNOpieYES: attach: seen displacement message as PRESENT
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugNOpieYES: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugNOpieYES: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugNOpieYES: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugNOpieYES: reach-main: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugNOpieYES: symbol-less: entry point reached
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugSEPpieATTACH: attach-relinkNO: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugSEPpieATTACH: attach-relinkNO: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugSEPpieATTACH: attach-relinkNO: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugSEPpieATTACH: attach-relinkNO: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugSEPpieATTACH: attach-relinkYES: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugSEPpieATTACH: attach-relinkYES: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugSEPpieATTACH: attach-relinkYES: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugSEPpieATTACH: attach-relinkYES: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugSEPpieYES: attach: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugSEPpieYES: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugSEPpieYES: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugSEPpieYES: attach: seen displacement message as PRESENT
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugSEPpieYES: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugSEPpieYES: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugSEPpieYES: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugSEPpieYES: reach-main: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugINpieATTACH: attach-relinkNO: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugINpieATTACH: attach-relinkNO: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugINpieATTACH: attach-relinkNO: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugINpieATTACH: attach-relinkNO: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugINpieATTACH: attach-relinkYES: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugINpieATTACH: attach-relinkYES: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugINpieATTACH: attach-relinkYES: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugINpieATTACH: attach-relinkYES: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugINpieNO: attach: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugINpieNO: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugINpieNO: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugINpieNO: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugINpieNO: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugINpieNO: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugINpieNO: reach-main: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugINpieYES: attach: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugINpieYES: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugINpieYES: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugINpieYES: attach: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugINpieYES: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugINpieYES: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugINpieYES: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugINpieYES: reach-main: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugNOpieATTACH: attach-relinkNO: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugNOpieATTACH: attach-relinkNO: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugNOpieATTACH: attach-relinkNO: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugNOpieATTACH: attach-relinkNO: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugNOpieATTACH: attach-relinkYES: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugNOpieATTACH: attach-relinkYES: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugNOpieATTACH: attach-relinkYES: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugNOpieATTACH: attach-relinkYES: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugNOpieNO: attach: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugNOpieNO: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugNOpieNO: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugNOpieNO: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugNOpieNO: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugNOpieNO: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugNOpieNO: reach-main: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugNOpieNO: symbol-less: entry point reached
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugNOpieYES: attach: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugNOpieYES: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugNOpieYES: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugNOpieYES: attach: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugNOpieYES: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugNOpieYES: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugNOpieYES: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugNOpieYES: reach-main: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugNOpieYES: symbol-less: entry point reached
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugSEPpieATTACH: attach-relinkNO: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugSEPpieATTACH: attach-relinkNO: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugSEPpieATTACH: attach-relinkNO: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugSEPpieATTACH: attach-relinkNO: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugSEPpieATTACH: attach-relinkYES: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugSEPpieATTACH: attach-relinkYES: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugSEPpieATTACH: attach-relinkYES: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugSEPpieATTACH: attach-relinkYES: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugSEPpieNO: attach: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugSEPpieNO: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugSEPpieNO: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugSEPpieNO: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugSEPpieNO: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugSEPpieNO: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugSEPpieNO: reach-main: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugSEPpieYES: attach: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugSEPpieYES: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugSEPpieYES: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugSEPpieYES: attach: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugSEPpieYES: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugSEPpieYES: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugSEPpieYES: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugSEPpieYES: reach-main: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugINpieATTACH: attach-relinkNO: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugINpieATTACH: attach-relinkNO: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugINpieATTACH: attach-relinkNO: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugINpieATTACH: attach-relinkNO: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugINpieATTACH: attach-relinkYES: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugINpieATTACH: attach-relinkYES: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugINpieATTACH: attach-relinkYES: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugINpieATTACH: attach-relinkYES: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugINpieYES: attach: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugINpieYES: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugINpieYES: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugINpieYES: attach: seen displacement message as PRESENT
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugINpieYES: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugINpieYES: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugINpieYES: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugINpieYES: reach-main: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugNOpieATTACH: attach-relinkNO: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugNOpieATTACH: attach-relinkNO: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugNOpieATTACH: attach-relinkNO: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugNOpieATTACH: attach-relinkNO: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugNOpieATTACH: attach-relinkYES: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugNOpieATTACH: attach-relinkYES: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugNOpieATTACH: attach-relinkYES: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugNOpieATTACH: attach-relinkYES: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugNOpieYES: attach: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugNOpieYES: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugNOpieYES: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugNOpieYES: attach: seen displacement message as PRESENT
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugNOpieYES: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugNOpieYES: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugNOpieYES: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugNOpieYES: reach-main: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugNOpieYES: symbol-less: entry point reached
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugSEPpieATTACH: attach-relinkNO: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugSEPpieATTACH: attach-relinkNO: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugSEPpieATTACH: attach-relinkNO: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugSEPpieATTACH: attach-relinkNO: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugSEPpieATTACH: attach-relinkYES: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugSEPpieATTACH: attach-relinkYES: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugSEPpieATTACH: attach-relinkYES: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugSEPpieATTACH: attach-relinkYES: seen displacement message as NONZERO
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugSEPpieYES: attach: attach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugSEPpieYES: attach: attach final prompt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugSEPpieYES: attach: attach main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugSEPpieYES: attach: seen displacement message as PRESENT
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugSEPpieYES: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugSEPpieYES: main bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugSEPpieYES: reach-libfunc: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugSEPpieYES: reach-main: reach
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: dl bt
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: symbol-less: ld.so exit
PASS -> FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: symbol-less: seen displacement message as PRESENT
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-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
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 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/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-ifunc.exp: resolver_attr=0: resolver_debug=0: final_debug=0: can't run to main
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=0: final_debug=0: set-break: can't run to main
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=0: final_debug=1: can't run to main
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=0: final_debug=1: set-break: can't run to main
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=1: final_debug=0: can't run to main
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=1: final_debug=0: set-break: can't run to main
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=1: final_debug=1: can't run to main
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=0: resolver_debug=1: final_debug=1: set-break: can't run to main
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=0: final_debug=0: can't run to main
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=0: final_debug=0: set-break: can't run to main
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=0: final_debug=1: can't run to main
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=0: final_debug=1: set-break: can't run to main
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=1: final_debug=0: can't run to main
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=1: final_debug=0: set-break: can't run to main
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=1: final_debug=1: can't run to main
new FAIL: gdb.base/gnu-ifunc.exp: resolver_attr=1: resolver_debug=1: final_debug=1: set-break: can't run to main
PASS -> FAIL: gdb.base/gnu-ifunc.exp: static: static gnu_ifunc
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/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: 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 -> 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
new FAIL: gdb.base/relativedebug.exp: continue
new 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
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
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
PASS -> FAIL: gdb.base/solib-overlap.exp: 0x40000000: attach
PASS -> FAIL: gdb.base/solib-overlap.exp: 0x40000000: detach
PASS -> FAIL: gdb.base/solib-overlap.exp: 0x50000000: attach
PASS -> FAIL: gdb.base/solib-overlap.exp: 0x50000000: detach
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-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-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
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-vfork.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
PASS -> FAIL: gdb.cp/annota2.exp: annotate-quit
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/annota2.exp: watch triggered on a.x
PASS -> FAIL: gdb.cp/annota3.exp: annotate-quit
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/annota3.exp: watch triggered 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/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 -> 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
new FAIL: gdb.fortran/print-formatted.exp: runto MAIN__
new FAIL: gdb.fortran/whatis_type.exp: run to MAIN__
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
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.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
PASS -> UNRESOLVED: gdb.mi/mi-var-child-f.exp: create local variable array
PASS -> FAIL: gdb.mi/mi-var-child-f.exp: get children of array
PASS -> FAIL: gdb.mi/mi-var-child-f.exp: get grandchildren of array
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 -> FAIL: gdb.mi/mi-vla-fortran.exp: create local variable pvla2_associated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: create local variable vla1_allocated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: create local variable vla1_not_allocated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: eval variable pvla2_associated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: eval variable vla1_allocated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: eval variable vla1_not_allocated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate allocated vla
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate associated vla
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate filled vla
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate filled vla, contents modified
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate filled vla, filled all 1s
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate not allocated vla, after deallocation
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate not allocated vla, before allocation
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate not associated vla
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: evaluate vla pointer set to null
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: get children of vla1_allocated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: get children of vla1_not_allocated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: info type variable pvla2_associated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: info type variable vla1_allocated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: info type variable vla1_not_allocated
PASS -> UNRESOLVED: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 23
PASS -> UNRESOLVED: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 24
PASS -> UNRESOLVED: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 27
PASS -> UNRESOLVED: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 30
PASS -> UNRESOLVED: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 31
PASS -> UNRESOLVED: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 36
PASS -> UNRESOLVED: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 37
PASS -> UNRESOLVED: gdb.mi/mi-vla-fortran.exp: run to breakpoint at line 42
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: show format variable pvla2_associated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: show format variable vla1_allocated
PASS -> FAIL: gdb.mi/mi-vla-fortran.exp: show format variable vla1_not_allocated
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/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: 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, event on 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: 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: 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, event on 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_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
new FAIL: gdb.multi/multi-arch-exec.exp: first_arch=1: selected_thread=1: follow_exec_mode=new: couldn't run to all_started
new FAIL: gdb.multi/multi-arch-exec.exp: first_arch=1: selected_thread=1: follow_exec_mode=same: couldn't run to all_started
new FAIL: gdb.multi/multi-arch-exec.exp: first_arch=1: selected_thread=2: follow_exec_mode=new: couldn't run to all_started
new FAIL: gdb.multi/multi-arch-exec.exp: first_arch=1: selected_thread=2: follow_exec_mode=same: couldn't run to all_started
new FAIL: gdb.multi/multi-arch-exec.exp: first_arch=2: selected_thread=1: follow_exec_mode=new: couldn't run to all_started
new FAIL: gdb.multi/multi-arch-exec.exp: first_arch=2: selected_thread=1: follow_exec_mode=same: couldn't run to all_started
new FAIL: gdb.multi/multi-arch-exec.exp: first_arch=2: selected_thread=2: follow_exec_mode=new: couldn't run to all_started
new FAIL: gdb.multi/multi-arch-exec.exp: first_arch=2: selected_thread=2: follow_exec_mode=same: couldn't run to all_started
PASS -> FAIL: gdb.multi/multi-arch.exp: inf1 event with inf2 selected: continue to hello_loop
PASS -> FAIL: gdb.multi/multi-arch.exp: inf1 event with inf2 selected: inferior 2
PASS -> FAIL: gdb.multi/multi-arch.exp: inf2 event with inf1 selected: continue to hangout_loop
PASS -> FAIL: gdb.multi/multi-arch.exp: inf2 event with inf1 selected: inferior 1
new FAIL: gdb.multi/multi-arch.exp: starting inferior 1
new FAIL: gdb.multi/multi-arch.exp: starting inferior 2
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=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
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/s390-mvcle.exp: continue to breakpoint: marker1
PASS -> FAIL: gdb.reverse/s390-mvcle.exp: continue to breakpoint: marker2
PASS -> FAIL: gdb.reverse/s390-mvcle.exp: reverse to marker1
PASS -> FAIL: gdb.reverse/s390-mvcle.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: 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
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
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
new FAIL: gdb.stabs/gdb11479.exp: can't run to main forced_stabs
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, 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 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
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/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: 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/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
PASS -> FAIL: gdb.threads/tls-core.exp: native: print thread-local storage variable
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
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://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=331d77c1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=331d77c1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-27 20:58 [binutils-gdb] Remove gdbtypes special case from init.c rule sergiodj+buildbot
@ 2018-12-27 21:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-27 21:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8967>

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/RHEL-s390x-m64/c8/c88c222e3c01e3f936455dca59f486e310d12f69/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=331d77c1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=331d77c1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-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-27 20:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-27 20:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8966>

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/RHEL-s390x-m64/47/47db57fd4ea9379c356c326458691f5cdc64c72b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=331d77c1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=331d77c1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-27 20:08 [binutils-gdb] Use DISABLE_COPY_AND_ASSIGN in minimal_symbol_reader sergiodj+buildbot
@ 2018-12-27 20:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-27 20:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8965>

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/RHEL-s390x-m64/af/af9a216102c27e308e338f77b6f9ad78dd0d2c09/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=331d77c1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=331d77c1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-27 19:04 [binutils-gdb] Remove more calls to xfree from Python sergiodj+buildbot
@ 2018-12-27 19:07 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-27 19:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8964>

Commit(s) tested:
	075c55e0cc0a68eeab777027213c2f545618e844

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Remove more calls to xfree from Python

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/07/075c55e0cc0a68eeab777027213c2f545618e844/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/list.exp: reverse-search 6789
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/RHEL-s390x-m64/xfails/master/xfail?id=331d77c1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=331d77c1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-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 11:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-27 11:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8963>

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/RHEL-s390x-m64/29/293bf1a719e88e063e75ae467c5aec101b59fbf6/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=14: wait for stops
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=331d77c1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=331d77c1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-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 11:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-27 11:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8962>

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/RHEL-s390x-m64/3c/3cf139964eb2e2d3008174aa3d446797fce31240/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=331d77c1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=331d77c1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-27 10:51 [binutils-gdb] Fix gdb.ada/packed_array_assign.exp by using more unique names sergiodj+buildbot
@ 2018-12-27 10:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-27 10:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8960>

Commit(s) tested:
	2ab54467f89763c96e2e9bda876eee1f9c8561b1

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Fix gdb.ada/packed_array_assign.exp by using more unique names.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/2a/2ab54467f89763c96e2e9bda876eee1f9c8561b1/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint: detach
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=331d77c1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=331d77c1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-27  2:10 [binutils-gdb] target.c: Remove struct keyword in range-based for sergiodj+buildbot
@ 2018-12-27  2:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-27  2:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8959>

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/RHEL-s390x-m64/84/84b68c77e7f1c8c883ff94aaa2fce0df2eab0877/>

*** 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/watchpoint-fork.exp: parent: 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/RHEL-s390x-m64/xfails/master/xfail?id=331d77c1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=331d77c1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-24 19:09 [binutils-gdb] gdb: Allow struct fields named double sergiodj+buildbot
@ 2018-12-24 18:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-24 18:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8957>

Commit(s) tested:
	6f0ffe50c8f395ccb45ba9e801906b49d18c1af9

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb: Allow struct fields named double

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/6f/6f0ffe50c8f395ccb45ba9e801906b49d18c1af9/>





^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-24 18:21 [binutils-gdb] gdb: Add new parser rule for structure field names sergiodj+buildbot
@ 2018-12-24 18:22 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-24 18:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8956>

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/RHEL-s390x-m64/0f/0f5d3f636a606e307d8d8634415cc1e313a38273/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=331d77c1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=331d77c1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-24 17:54 [binutils-gdb] Simplify dwarf2_find_containing_comp_unit sergiodj+buildbot
@ 2018-12-24 17:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-24 17:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8954>

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/RHEL-s390x-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
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=331d77c1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=331d77c1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-24 13:18 [binutils-gdb] Fix gdb.ada bp_fun_addr failure due to conflict between fun 'a' and s-dimmks.ads 'A' sergiodj+buildbot
@ 2018-12-24 13:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-24 13:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8953>

Commit(s) tested:
	b5a1e55720f294fd0d5e1ebc21ccc01083751acd

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Fix gdb.ada bp_fun_addr failure due to conflict between fun 'a' and s-dimmks.ads 'A'.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/b5/b5a1e55720f294fd0d5e1ebc21ccc01083751acd/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: 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/RHEL-s390x-m64/xfails/master/xfail?id=331d77c1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=331d77c1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-23 18:40 [binutils-gdb] i386: Remove the unused bfd pointer argument sergiodj+buildbot
@ 2018-12-23 18:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-23 18:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8952>

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/RHEL-s390x-m64/b3/b366503e45a2b28271dd12a7ca923964154c2716/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint: detach
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=331d77c1>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=331d77c1>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-22 11:59 [binutils-gdb] gdb/riscv: Prevent buffer overflow in riscv_return_value sergiodj+buildbot
@ 2018-12-22 12:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-22 12:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8948>

Commit(s) tested:
	74e3300d8aecbc6973f61c8cbbecd7bdac4f05d0

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/riscv: Prevent buffer overflow in riscv_return_value

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/74/74e3300d8aecbc6973f61c8cbbecd7bdac4f05d0/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=14: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: detach
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint: continue to breakpoint: _exit
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/RHEL-s390x-m64/xfails/master/xfail?id=8389fcda>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=8389fcda>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-22 11:11 [binutils-gdb] gdb/riscv: Add float status registers to save and restore reggroups sergiodj+buildbot
@ 2018-12-22 11:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-22 11:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8947>

Commit(s) tested:
	ecc82c059059cfa21a8a099779253686f9637f9f

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/riscv: Add float status registers to save and restore reggroups

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/ec/ecc82c059059cfa21a8a099779253686f9637f9f/>





^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-22 10:50 [binutils-gdb] gdb/riscv: Add gdb to dwarf register number mapping sergiodj+buildbot
@ 2018-12-22 10:51 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-22 10:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8946>

Commit(s) tested:
	fb44d95af64dd0609760c1400b9ce4da09296cd1

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/riscv: Add gdb to dwarf register number mapping

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/fb/fb44d95af64dd0609760c1400b9ce4da09296cd1/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=8389fcda>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=8389fcda>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-22  3:08 [binutils-gdb] Add debug output for recorded minsyms sergiodj+buildbot
@ 2018-12-22  3:31 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-22  3:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8945>

Commit(s) tested:
	e08b849efa7af6cb13d7d3d02dc366b9d7f4208c

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Add debug output for recorded minsyms

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/e0/e08b849efa7af6cb13d7d3d02dc366b9d7f4208c/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=14: wait for stops
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=8389fcda>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=8389fcda>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-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-21 21:25 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-21 21:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8944>

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/RHEL-s390x-m64/6e/6e8b1ab2fd4c692146eb14295866920f83dc5403/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=8389fcda>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=8389fcda>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-21 18:54 [binutils-gdb] Workaround a FreeBSD kernel bug resulting in spurious SIGTRAP events sergiodj+buildbot
@ 2018-12-21 18:58 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-21 18:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8942>

Commit(s) tested:
	6d78332e7748754d4a77a31e692fb8760c8c12ff

Author(s) (in the same order as the commits):
	John Baldwin <jhb@FreeBSD.org>

Subject:
	Workaround a FreeBSD kernel bug resulting in spurious SIGTRAP events.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/6d/6d78332e7748754d4a77a31e692fb8760c8c12ff/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=14: wait for stops
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: detach
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/RHEL-s390x-m64/xfails/master/xfail?id=8389fcda>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=8389fcda>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-21 18:37 [binutils-gdb] gdb: Fix "info os <unknown>" command sergiodj+buildbot
@ 2018-12-21 18:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-21 18:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8941>

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/RHEL-s390x-m64/d0/d00a27c5addfb6b7350a39215b48f4aaffa5960c/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=8389fcda>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=8389fcda>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-21 18:24 [binutils-gdb] when printing the GDB config, explicitly say if configured without python sergiodj+buildbot
@ 2018-12-21 18:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-21 18:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8940>

Commit(s) tested:
	50c7c5b8df15aad66a9d2f6759e85689a2a74271

Author(s) (in the same order as the commits):
	Дилян Палаузов <dilyan.palauzov@aegee.org>

Subject:
	when printing the GDB config, explicitly say if configured without python

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/50/50c7c5b8df15aad66a9d2f6759e85689a2a74271/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: 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/RHEL-s390x-m64/xfails/master/xfail?id=8389fcda>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=8389fcda>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-21 17:51 [binutils-gdb] gdb/riscv: Format CORE_ADDR as a string for printing sergiodj+buildbot
@ 2018-12-21 18:00 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-21 18:00 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8939>

Commit(s) tested:
	a96bd1ccc0dca2d260e0e30de462f37066973ceb

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	gdb/riscv: Format CORE_ADDR as a string for printing

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/a9/a96bd1ccc0dca2d260e0e30de462f37066973ceb/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: continue to breakpoint: _exit
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: parent: 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/RHEL-s390x-m64/xfails/master/xfail?id=8389fcda>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=8389fcda>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-21 17:28 [binutils-gdb] Fix compile error with clang 3.8 sergiodj+buildbot
@ 2018-12-21 17:49 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-21 17:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8938>

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/RHEL-s390x-m64/3d/3dcfdc58656caa4a38e1fde73a07a19114347226/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=8389fcda>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=8389fcda>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-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-20 22:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-20 22:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8937>

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/RHEL-s390x-m64/76/76268e027479f587b46b70b69760f1b96204bc28/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=14: wait for stops
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/RHEL-s390x-m64/xfails/master/xfail?id=8389fcda>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=8389fcda>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-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-20 21:48 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-20 21:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8936>

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/RHEL-s390x-m64/16/161d081c56f12e7a00d8a07ccac445855d5d357b/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: detach
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=8389fcda>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=8389fcda>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-19 22:20 [binutils-gdb] gdb: Add default frame methods to gdbarch sergiodj+buildbot
@ 2018-12-19 22:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-19 22:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8935>

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/RHEL-s390x-m64/8b/8bcb5208976448aab20df7dd50e9286ef1f7e22c/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=8389fcda>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=8389fcda>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-19 16:51 [binutils-gdb] Fix build with latest GCC 9.0 tree sergiodj+buildbot
@ 2018-12-19 16:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-19 16:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8934>

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/RHEL-s390x-m64/74/7406a50077773e78282a495cb32ef5b8179f6a33/>

*** Diff to previous build ***
============================
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: 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
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=8389fcda>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=8389fcda>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-18 14:28 [binutils-gdb] Include bfd_stdint.h in bfd.h sergiodj+buildbot
@ 2018-12-18 14:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-18 14:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8931>

Commit(s) tested:
	2d5d5a8f0a8b5a03454bf168b7fa7024bb1ebbd8

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	Include bfd_stdint.h in bfd.h

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/2d/2d5d5a8f0a8b5a03454bf168b7fa7024bb1ebbd8/>

*** 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/RHEL-s390x-m64/xfails/master/xfail?id=8389fcda>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=8389fcda>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-18  1:21 [binutils-gdb] sim: Don't overwrite stored errno in sim_syscall_multi sergiodj+buildbot
@ 2018-12-18  1:30 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-18  1:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8929>

Commit(s) tested:
	c5ebe0ff706521b4a5fb66a5e764031825276ad5

Author(s) (in the same order as the commits):
	Andrew Burgess <andrew.burgess@embecosm.com>

Subject:
	sim: Don't overwrite stored errno in sim_syscall_multi

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/c5/c5ebe0ff706521b4a5fb66a5e764031825276ad5/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=14: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=15: wait for stops
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=8389fcda>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=8389fcda>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-18  0:51 [binutils-gdb] gdb/dwarf: Convert some predicates from int to bool sergiodj+buildbot
@ 2018-12-18  1:21 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-18  1:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8928>

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/RHEL-s390x-m64/90/9068261f1c254a8051d1098b87ab1ff99d525b7b/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=8389fcda>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=8389fcda>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  2018-12-17 23:32 [binutils-gdb] PR23980, powerpc64 ld segfault sergiodj+buildbot
@ 2018-12-17 23:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 3670+ messages in thread
From: sergiodj+buildbot @ 2018-12-17 23:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	rhel-7_1-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8927>

Commit(s) tested:
	87469ba2d2fc953796c7bb64e535d3f283756048

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR23980, powerpc64 ld segfault

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/87/87469ba2d2fc953796c7bb64e535d3f283756048/>

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=15: wait for stops
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail?id=8389fcda>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/RHEL-s390x-m64/xfails/master/xfail.table?id=8389fcda>




^ permalink raw reply	[flat|nested] 3670+ messages in thread

end of thread, other threads:[~2019-09-27 15:17 UTC | newest]

Thread overview: 3670+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-23 15:10 [binutils-gdb] GDBSERVER: Listen on a unix domain (instead of TCP) socket if requested sergiodj+buildbot
2018-10-23 15:12 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2018-10-23 19:11 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
2018-10-23 20:06 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-23 20:06 ` Failures on Fedora-x86_64-m64, branch master sergiodj+buildbot
2018-10-23 20:23 ` Failures on Fedora-s390x-m64, " sergiodj+buildbot
2018-10-23 21:59 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
2018-10-23 22:43 ` Failures on Debian-s390x-m64, " sergiodj+buildbot
2018-10-24  2:20 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
2018-10-24  2:45 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
2018-10-24  2:54 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
2018-10-24 19:50 ` Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, " sergiodj+buildbot
2018-10-24 22:49 ` Failures on Ubuntu-Aarch64-native-gdbserver-m64, " sergiodj+buildbot
2018-10-25  1:31 ` Failures on Ubuntu-Aarch64-m64, " sergiodj+buildbot
2018-10-25 12:17 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
2018-10-25 14:41 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
2018-12-17 23:32 [binutils-gdb] PR23980, powerpc64 ld segfault sergiodj+buildbot
2018-12-17 23:44 ` Failures on RHEL-s390x-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  1:21 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2018-12-18  1:21 [binutils-gdb] sim: Don't overwrite stored errno in sim_syscall_multi sergiodj+buildbot
2018-12-18  1:30 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2018-12-18 14:28 [binutils-gdb] Include bfd_stdint.h in bfd.h sergiodj+buildbot
2018-12-18 14:28 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2018-12-19 16:51 [binutils-gdb] Fix build with latest GCC 9.0 tree sergiodj+buildbot
2018-12-19 16:56 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2018-12-19 22:20 [binutils-gdb] gdb: Add default frame methods to gdbarch sergiodj+buildbot
2018-12-19 22:18 ` Failures on RHEL-s390x-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-20 21:48 ` Failures on RHEL-s390x-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-20 22:18 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2018-12-21 17:28 [binutils-gdb] Fix compile error with clang 3.8 sergiodj+buildbot
2018-12-21 17:49 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2018-12-21 17:51 [binutils-gdb] gdb/riscv: Format CORE_ADDR as a string for printing sergiodj+buildbot
2018-12-21 18:00 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2018-12-21 18:24 [binutils-gdb] when printing the GDB config, explicitly say if configured without python sergiodj+buildbot
2018-12-21 18:24 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2018-12-21 18:37 [binutils-gdb] gdb: Fix "info os <unknown>" command sergiodj+buildbot
2018-12-21 18:48 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2018-12-21 18:54 [binutils-gdb] Workaround a FreeBSD kernel bug resulting in spurious SIGTRAP events sergiodj+buildbot
2018-12-21 18:58 ` Failures on RHEL-s390x-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-21 21:25 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2018-12-22  3:08 [binutils-gdb] Add debug output for recorded minsyms sergiodj+buildbot
2018-12-22  3:31 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2018-12-22 10:50 [binutils-gdb] gdb/riscv: Add gdb to dwarf register number mapping sergiodj+buildbot
2018-12-22 10:51 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2018-12-22 11:11 [binutils-gdb] gdb/riscv: Add float status registers to save and restore reggroups sergiodj+buildbot
2018-12-22 11:34 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2018-12-22 11:59 [binutils-gdb] gdb/riscv: Prevent buffer overflow in riscv_return_value sergiodj+buildbot
2018-12-22 12:18 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2018-12-23 18:40 [binutils-gdb] i386: Remove the unused bfd pointer argument sergiodj+buildbot
2018-12-23 18:51 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2018-12-24 13:18 [binutils-gdb] Fix gdb.ada bp_fun_addr failure due to conflict between fun 'a' and s-dimmks.ads 'A' sergiodj+buildbot
2018-12-24 13:16 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2018-12-24 17:54 [binutils-gdb] Simplify dwarf2_find_containing_comp_unit sergiodj+buildbot
2018-12-24 17:54 ` Failures on RHEL-s390x-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-24 18:22 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2018-12-24 19:09 [binutils-gdb] gdb: Allow struct fields named double sergiodj+buildbot
2018-12-24 18:57 ` Failures on RHEL-s390x-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  2:19 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2018-12-27 10:51 [binutils-gdb] Fix gdb.ada/packed_array_assign.exp by using more unique names sergiodj+buildbot
2018-12-27 10:51 ` Failures on RHEL-s390x-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 11:21 ` Failures on RHEL-s390x-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 11:31 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2018-12-27 19:04 [binutils-gdb] Remove more calls to xfree from Python sergiodj+buildbot
2018-12-27 19:07 ` Failures on RHEL-s390x-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 20:09 ` Failures on RHEL-s390x-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-27 20:58 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2018-12-27 20:58 [binutils-gdb] Remove gdbtypes special case from init.c rule sergiodj+buildbot
2018-12-27 21:04 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2018-12-27 21:10 [binutils-gdb] Make init.c depend on source files sergiodj+buildbot
2018-12-27 21:11 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2018-12-27 21:27 [binutils-gdb] Build gdb "nat" files in subdirectory sergiodj+buildbot
2018-12-27 21:28 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2018-12-27 21:37 [binutils-gdb] Use gdbpy_convert_exception in a few more spots sergiodj+buildbot
2018-12-27 21:37 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2018-12-27 21:53 [binutils-gdb] Consolidate some Python exception-printing functions sergiodj+buildbot
2018-12-27 22:29 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2018-12-27 22:36 [binutils-gdb] Translate PyExc_KeyboardInterrupt to gdb "quit" sergiodj+buildbot
2018-12-27 22:39 ` Failures on RHEL-s390x-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  5:52 ` Failures on RHEL-s390x-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  7:53 ` Failures on RHEL-s390x-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 17:51 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2018-12-28 21:27 [binutils-gdb] Change wrap buffering to use a std::string sergiodj+buildbot
2018-12-28 21:27 ` Failures on RHEL-s390x-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-28 21:50 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2018-12-28 22:14 [binutils-gdb] Change gdb test suite's TERM setting sergiodj+buildbot
2018-12-28 22:14 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2018-12-28 22:24 [binutils-gdb] Add output styles to gdb sergiodj+buildbot
2018-12-28 22:21 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2018-12-28 22:26 [binutils-gdb] Reset terminal styles sergiodj+buildbot
2018-12-28 22:33 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2018-12-28 22:37 [binutils-gdb] Style variable names sergiodj+buildbot
2018-12-28 22:39 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2018-12-28 22:50 [binutils-gdb] Style locations when setting a breakpoint sergiodj+buildbot
2018-12-28 22:53 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2018-12-28 23:02 [binutils-gdb] Style print_address_symbolic sergiodj+buildbot
2018-12-28 23:02 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2018-12-28 23:20 [binutils-gdb] Style the gdb welcome message sergiodj+buildbot
2018-12-28 23:23 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2018-12-28 23:25 [binutils-gdb] Style the "Reading symbols" message sergiodj+buildbot
2018-12-28 23:25 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2018-12-28 23:40 [binutils-gdb] Style addresses sergiodj+buildbot
2018-12-28 23:44 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2018-12-28 23:58 [binutils-gdb] Use wclrtoeol in tui_show_source_line sergiodj+buildbot
2018-12-28 23:59 ` Failures on RHEL-s390x-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-29  5:01 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2018-12-30  9:50 [binutils-gdb] Fix 'help set/show style' strange layouts/results sergiodj+buildbot
2018-12-30  9:42 ` Failures on RHEL-s390x-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-30 16:54 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2018-12-31  6:53 [binutils-gdb] PR24041, Invalid Memory Address Dereference in elf_link_add_object_symbols sergiodj+buildbot
2018-12-31  7:07 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2018-12-31 17:26 [binutils-gdb] Use gdb::unique_xmalloc_ptr<char> in command_line_input to fix a leak sergiodj+buildbot
2018-12-31 17:49 ` Failures on RHEL-s390x-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  6:42 ` Failures on RHEL-s390x-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  6:54 ` Failures on RHEL-s390x-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-01 20:25 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-01 23:17 [binutils-gdb] gdb/riscv: Split ISA and ABI features sergiodj+buildbot
2019-01-01 23:17 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-02 16:47 [binutils-gdb] Style improvements in gdb/python sergiodj+buildbot
2019-01-02 16:47 ` Failures on RHEL-s390x-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 20:08 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-02 21:27 [binutils-gdb] Fix leak of struct call_thread_fsm in call_function_by_hand_dummy sergiodj+buildbot
2019-01-02 21:27 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-02 22:46 [binutils-gdb] Place displaced step data directly in inferior structure sergiodj+buildbot
2019-01-02 22:46 ` Failures on RHEL-s390x-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-02 23:46 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-02 23:59 [binutils-gdb] Remove cleanups from linespec.c sergiodj+buildbot
2019-01-02 23:59 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-03  0:11 [binutils-gdb] Remove a cleanup from target-descriptions.c sergiodj+buildbot
2019-01-03  0:11 ` Failures on RHEL-s390x-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-03 14:58 ` Failures on RHEL-s390x-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-03 19:31 ` Failures on RHEL-s390x-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-03 21:41 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-03 21:54 [binutils-gdb] gdb: Remove a cleanup from find_overload_match sergiodj+buildbot
2019-01-03 21:54 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-03 22:06 [binutils-gdb] gdb: Remove final cleanup from find_overload_match sergiodj+buildbot
2019-01-03 22:06 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-03 22:19 [binutils-gdb] gdb: Remove cleanup from linux-fork.c:inferior_call_waitpid sergiodj+buildbot
2019-01-03 22:19 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-03 22:53 [binutils-gdb] Use a wrapper for PyErr_Fetch sergiodj+buildbot
2019-01-03 22:53 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-03 23:06 [binutils-gdb] Remove more uses of explicit reference counting in Python sergiodj+buildbot
2019-01-03 23:06 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-03 23:17 [binutils-gdb] Simplify gdbpy_stop_recording sergiodj+buildbot
2019-01-03 23:17 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-03 23:30 [binutils-gdb] Improve reference counting in py-type.c sergiodj+buildbot
2019-01-03 23:30 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-04  2:21 [binutils-gdb] PR24061, powerpc-ibm-aix-ar sets bogus file permissions when extracting sergiodj+buildbot
2019-01-04  2:21 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-04 14:11 [binutils-gdb] Change the default for the CSKY target to be little endian sergiodj+buildbot
2019-01-04 14:11 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-04 21:57 [binutils-gdb] Use upper case for more metasyntactic variables in gdb sergiodj+buildbot
2019-01-04 21:57 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-05  8:10 [binutils-gdb] GDB crash re-running program on Windows (native) sergiodj+buildbot
2019-01-05  8:10 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-05 14:07 [binutils-gdb] RX: include - Add RXv3 support sergiodj+buildbot
2019-01-05 14:07 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-06 16:48 [binutils-gdb] Fix crash in "finish" sergiodj+buildbot
2019-01-06 16:48 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-06 17:00 [binutils-gdb] Use std::vector in type stacks sergiodj+buildbot
2019-01-06 17:00 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-07  4:49 [binutils-gdb] s12z regen sergiodj+buildbot
2019-01-07  4:49 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-07 23:35 [binutils-gdb] Revert "Sync libiberty sources with master version in gcc repository. Updated stabs demangling and cxxfilt tests to match." sergiodj+buildbot
2019-01-07 23:35 ` Failures on RHEL-s390x-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 12:34 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-08 12:49 [binutils-gdb] gdb: Handle requests to print source lines backward sergiodj+buildbot
2019-01-08 12:49 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-08 13:01 [binutils-gdb] gdb: Move declarations from symtab.h to source.h sergiodj+buildbot
2019-01-08 13:01 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-09  3:39 [binutils-gdb] Adjust bfd/warning.m4 egrep patterns sergiodj+buildbot
2019-01-09  3:39 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-09 10:50 [binutils-gdb] gdb/testsuite: Remove interactive prompt case from mi_gdb_test sergiodj+buildbot
2019-01-09 10:50 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-09 19:35 [binutils-gdb] S12Z: Fix disassembly of indexed OPR operands with zero index sergiodj+buildbot
2019-01-09 19:35 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-09 20:05 [binutils-gdb] S12Z: Don't crash when disassembling invalid instructions sergiodj+buildbot
2019-01-09 20:05 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-09 22:15 [binutils-gdb] Merge from gcc: use "cannot" instead of "can not" in libiberty and include sergiodj+buildbot
2019-01-09 22:15 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-10  1:52 [binutils-gdb] Introduce all_objfiles and next_iterator sergiodj+buildbot
2019-01-10  1:52 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-10  2:24 [binutils-gdb] Remove ALL_PSPACE_OBJFILES sergiodj+buildbot
2019-01-10  2:24 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-10  2:36 [binutils-gdb] Remove most uses of ALL_OBJFILES sergiodj+buildbot
2019-01-10  2:36 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-10  2:59 [binutils-gdb] Remove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLS sergiodj+buildbot
2019-01-10  2:59 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-10  3:12 [binutils-gdb] Remove ALL_OBJFILE_COMPUNITS sergiodj+buildbot
2019-01-10  3:12 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-10  3:25 [binutils-gdb] Remove ALL_COMPUNITS sergiodj+buildbot
2019-01-10  3:25 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-10  3:56 [binutils-gdb] Remove ALL_COMPUNIT_FILETABS sergiodj+buildbot
2019-01-10  3:56 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-10  4:18 [binutils-gdb] Remove ALL_OBJFILES and ALL_FILETABS sergiodj+buildbot
2019-01-10  4:18 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-10  4:31 [binutils-gdb] Remove ALL_OBJSECTIONS sergiodj+buildbot
2019-01-10  4:31 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-10  4:42 [binutils-gdb] Remove ALL_OBJFILE_PSYMTABS sergiodj+buildbot
2019-01-10  4:42 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-10 10:21 [binutils-gdb] Sync libiberty sources with gcc master versions sergiodj+buildbot
2019-01-10 10:21 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-10 14:26 [binutils-gdb] Move some declarations to mdebugread.h sergiodj+buildbot
2019-01-10 14:26 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-10 14:38 [binutils-gdb] Remove some unneeded psymtab initializations sergiodj+buildbot
2019-01-10 14:38 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-10 14:53 [binutils-gdb] Remove parameters from start_psymtab_common sergiodj+buildbot
2019-01-10 14:53 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-10 15:05 [binutils-gdb] Change add_psymbol_to_list to use an enum sergiodj+buildbot
2019-01-10 15:05 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-10 15:18 [binutils-gdb] Simplify calls to init_psymbol_list sergiodj+buildbot
2019-01-10 15:18 ` Failures on RHEL-s390x-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-10 15:30 ` Failures on RHEL-s390x-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-10 15:41 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-10 16:06 [binutils-gdb] Introduce objfile::reset_psymtabs sergiodj+buildbot
2019-01-10 16:06 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-10 16:18 [binutils-gdb] Allocate the address map on the psymtab obstack sergiodj+buildbot
2019-01-10 16:18 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-10 16:31 [binutils-gdb] Move more allocations to psymtab obstack sergiodj+buildbot
2019-01-10 16:31 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-10 16:43 [binutils-gdb] Add psymtab_storage::allocate_dependencies sergiodj+buildbot
2019-01-10 16:43 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-10 17:09 [binutils-gdb] Move psymtabs to their own obstack sergiodj+buildbot
2019-01-10 17:09 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-10 18:20 [binutils-gdb] Fix leak in mdebugread.c sergiodj+buildbot
2019-01-10 18:20 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-10 18:32 [binutils-gdb] Fix leak in solib-target.c:library_list_start_library sergiodj+buildbot
2019-01-10 18:32 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-10 18:44 [binutils-gdb] Fix tracepoint.c:parse_tracepoint_definition leak (and one more) sergiodj+buildbot
2019-01-10 18:44 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-10 22:27 [binutils-gdb] gdb/23712: Introduce multidictionary's sergiodj+buildbot
2019-01-10 22:27 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-10 22:39 [binutils-gdb] gdb/23712: Use new multidictionary API sergiodj+buildbot
2019-01-10 22:39 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-10 23:02 [binutils-gdb] gdb/23712: Remove dw2_add_symbol_to_list sergiodj+buildbot
2019-01-10 23:02 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-10 23:27 [binutils-gdb] Replace inf_threads_iterator with next_iterator sergiodj+buildbot
2019-01-10 23:27 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-12  7:17 [binutils-gdb] Fix 'obj' may be used uninitialized warning in symtab.c:matching_obj_sections sergiodj+buildbot
2019-01-12  7:17 ` Failures on RHEL-s390x-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-12 11:31 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-12 16:44 [binutils-gdb] Add RXv3 instructions sergiodj+buildbot
2019-01-12 16:44 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-12 21:26 [binutils-gdb] Implement help/show values for 'set|show style' sergiodj+buildbot
2019-01-12 21:26 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-13 21:50 [binutils-gdb] gdb: xtensa: fix register counters for xtensa-linux sergiodj+buildbot
2019-01-13 21:50 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-14 15:04 [binutils-gdb] Sync config.guess, config.sub from GCC sergiodj+buildbot
2019-01-14 15:04 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-14 16:15 [binutils-gdb] Add support to GNU ld to separate got related plt entries from normal ones in order to be able to switch the non-plt got entries to read-only after startup, conforming to revised Linux for zSeries ABI sergiodj+buildbot
2019-01-14 16:15 ` Failures on RHEL-s390x-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-14 19:46 ` Failures on RHEL-s390x-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-14 22:00 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-14 23:32 [binutils-gdb] Fix placement of output in TUI mode sergiodj+buildbot
2019-01-14 23:32 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-15  0:51 [binutils-gdb] Constify target_pass_signals and target_program_signals sergiodj+buildbot
2019-01-15  0:51 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-15  1:04 [binutils-gdb] Constify remote_console_output sergiodj+buildbot
2019-01-15  1:04 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-15  1:15 [binutils-gdb] Constify some remote-notif functions sergiodj+buildbot
2019-01-15  1:15 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-15 23:04 [binutils-gdb] sim: Fix definition of SIM_ARANGE_INLINE sergiodj+buildbot
2019-01-15 23:04 ` Failures on RHEL-s390x-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-16 13:55 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-16 19:54 [binutils-gdb] Introduce dwarf2_cu::get_builder sergiodj+buildbot
2019-01-16 19:54 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-16 21:51 [binutils-gdb] RISC-V: Merge ELF attribute for ld sergiodj+buildbot
2019-01-16 21:51 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-16 22:04 [binutils-gdb] Don't emit vendor attribute section if there is no attribute to emit sergiodj+buildbot
2019-01-16 22:04 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-16 22:21 [binutils-gdb] Actually remove definitions of DEFINE_NON_INLINE_P and DEFINE_INLINE_P sergiodj+buildbot
2019-01-16 22:21 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-17 17:38 [binutils-gdb] Replace "the the" with "the" sergiodj+buildbot
2019-01-17 17:38 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-17 17:50 [binutils-gdb] Remove cleanups from solib-target.c sergiodj+buildbot
2019-01-17 17:50 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-17 23:38 [binutils-gdb] Change all_objfiles adapter to be a method on program_space sergiodj+buildbot
2019-01-17 23:38 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-18  0:03 [binutils-gdb] Add compunits range adapter to objfile sergiodj+buildbot
2019-01-18  0:03 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-18  0:16 [binutils-gdb] Make psymtab range adapter a method on objfile sergiodj+buildbot
2019-01-18  0:16 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-18  0:41 [binutils-gdb] Make minimal symbol range adapter a method on objfile sergiodj+buildbot
2019-01-18  0:41 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-19 16:11 [binutils-gdb] Add markers for 2.32 branch to NEWS and ChangeLog files sergiodj+buildbot
2019-01-19 16:11 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-19 17:08 [binutils-gdb] Change version to 2.32.51 and regenerate configure and pot files sergiodj+buildbot
2019-01-19 17:08 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-20  2:52 [binutils-gdb] [MIPS] fix typo in mips_arch_choices sergiodj+buildbot
2019-01-20  2:52 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-21 11:00 [binutils-gdb] Testsuite: Ensure stack protection is off for GCC sergiodj+buildbot
2019-01-21 11:00 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-21 12:52 [binutils-gdb] Fix spelling mistakes in BFD library sergiodj+buildbot
2019-01-21 12:52 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-21 13:15 [binutils-gdb] Updated translations for various binutils subdirectories sergiodj+buildbot
2019-01-21 13:15 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-21 16:18 [binutils-gdb] AArch64 AAPCS: Empty structs have non zero size in C++ sergiodj+buildbot
2019-01-21 16:25 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-21 16:36 [binutils-gdb] Fix leak in splay-tree sergiodj+buildbot
2019-01-21 16:36 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-21 18:41 [binutils-gdb] Remove duplicate or commented-out #includes sergiodj+buildbot
2019-01-21 18:41 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-21 20:44 [binutils-gdb] Fix leak in event-top.c history expansion sergiodj+buildbot
2019-01-21 20:44 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-22 23:15 [binutils-gdb] Remove the EXTERN define from stabsread.h sergiodj+buildbot
2019-01-22 23:15 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-23  4:29 [binutils-gdb] Use "struct bcache" in objfiles.h sergiodj+buildbot
2019-01-23  4:29 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-23  4:41 [binutils-gdb] Do not include py-ref.h in most files sergiodj+buildbot
2019-01-23  4:41 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-23  4:51 [binutils-gdb] Declare remote_target in remote-fileio.h sergiodj+buildbot
2019-01-23  4:51 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-23  5:02 [binutils-gdb] Rename "lines" parameter in source-cache.h sergiodj+buildbot
2019-01-23  5:02 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-23  5:14 [binutils-gdb] Include gdb_curses.h in tui-wingeneral.h sergiodj+buildbot
2019-01-23  5:14 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-23  5:26 [binutils-gdb] Include coff/sym.h from coff/ecoff.h sergiodj+buildbot
2019-01-23  5:26 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-23  5:38 [binutils-gdb] corelow.c does not need sys/file.h sergiodj+buildbot
2019-01-23  5:38 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-23 12:06 [binutils-gdb] AArch64: Ensure lwp info is created zeroed sergiodj+buildbot
2019-01-23 12:06 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-23 17:48 [binutils-gdb] Remove a warning from symtab.c sergiodj+buildbot
2019-01-23 17:48 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-23 19:30 [binutils-gdb] Rename ESC -> ESC_PARENS sergiodj+buildbot
2019-01-23 19:30 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-23 19:40 [binutils-gdb] Introduce scope_exit sergiodj+buildbot
2019-01-23 19:40 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-23 19:52 [binutils-gdb] Introduce forward_scope_exit sergiodj+buildbot
2019-01-23 19:52 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-23 20:03 [binutils-gdb] Use forward_scope_exit for scoped_finish_thread_state sergiodj+buildbot
2019-01-23 20:03 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-23 20:46 [binutils-gdb] Replace delete_longjmp_breakpoint_cleanup with a forward_scope_exit type sergiodj+buildbot
2019-01-23 20:46 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-23 20:56 [binutils-gdb] Remove remaining cleanup from gdb/breakpoint.c sergiodj+buildbot
2019-01-23 20:56 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-23 21:21 [binutils-gdb] Remove make_bpstat_clear_actions_cleanup sergiodj+buildbot
2019-01-23 21:21 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-23 21:33 [binutils-gdb] Remove cleanup_delete_std_terminate_breakpoint sergiodj+buildbot
2019-01-23 21:33 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-23 21:44 [binutils-gdb] Remove cleanup from linux-nat.c sergiodj+buildbot
2019-01-23 21:44 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-23 21:56 [binutils-gdb] Remove clear_symtab_users_cleanup sergiodj+buildbot
2019-01-23 21:56 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-23 22:28 [binutils-gdb] Remove cleanup from stop_all_threads sergiodj+buildbot
2019-01-23 22:28 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-23 22:39 [binutils-gdb] Remove remaining cleanup from fetch_inferior_event sergiodj+buildbot
2019-01-23 22:39 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-23 22:51 [binutils-gdb] Update an obsolete cleanup comment sergiodj+buildbot
2019-01-23 22:51 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-23 23:02 [binutils-gdb] Update cleanup comment in ui-out.h sergiodj+buildbot
2019-01-23 23:02 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-24  8:41 [binutils-gdb] AArch64 AAPCS: Ignore static members sergiodj+buildbot
2019-01-24  8:41 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-24 18:21 [binutils-gdb] Fix clang/libc++ build sergiodj+buildbot
2019-01-24 18:21 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-25 15:32 [binutils-gdb] AArch64: Remove ldgv and stgv instructions from Armv8.5-A Memory Tagging Extension sergiodj+buildbot
2019-01-25 15:32 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-25 15:56 [binutils-gdb] AArch64: Update encodings for stg, st2g, stzg and st2zg sergiodj+buildbot
2019-01-25 15:56 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-25 23:18 [binutils-gdb] Don't use -I for common subdirectory sergiodj+buildbot
2019-01-25 23:18 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-27 22:08 [binutils-gdb] Remove duplicate skip_python_tests invocation sergiodj+buildbot
2019-01-27 22:08 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-28 10:30 [binutils-gdb] Replace contribution list in CONTRIBUTE file with link sergiodj+buildbot
2019-01-28 10:30 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-28 18:32 [binutils-gdb] Use trad_frame_set_reg_addr for FreeBSD arm signal trampoline unwinders sergiodj+buildbot
2019-01-28 18:32 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-30 14:51 [binutils-gdb] Release the GIL while running a gdb command or expression sergiodj+buildbot
2019-01-30 14:51 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-01-30 18:16 [binutils-gdb] [PR gdb/23985] Fix libinproctrace.so build sergiodj+buildbot
2019-01-30 18:16 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-05 13:58 [binutils-gdb] Hoist assertion in target_stack::unpush sergiodj+buildbot
2019-02-05 13:58 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-06 18:05 [binutils-gdb] Fix 'info proc cmdline' for native FreeBSD processes sergiodj+buildbot
2019-02-06 18:05 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-06 20:21 [binutils-gdb] Fix leak of identifier in macro definition sergiodj+buildbot
2019-02-06 20:21 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-06 20:32 [binutils-gdb] Factorize macro definition code in macrotab.c sergiodj+buildbot
2019-02-06 20:32 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-07 13:41 [binutils-gdb] C++-ify struct thread_fsm sergiodj+buildbot
2019-02-07 13:44 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-07 14:39 [binutils-gdb] Make gdb.base/corefile.exp work on terminals with few rows sergiodj+buildbot
2019-02-07 14:39 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-07 14:54 [binutils-gdb] Move potentially obsolete BFD targets into the definitely obsolete section. Add a note to the README-how-to-make-a-release document about doing this sergiodj+buildbot
2019-02-07 14:54 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-07 15:06 [binutils-gdb] gdbserver: When attaching, add process before lwps sergiodj+buildbot
2019-02-07 15:06 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-07 16:18 [binutils-gdb] Visium: fix bogus overflow check on 32-bit hosts sergiodj+buildbot
2019-02-07 16:18 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-07 17:54 [binutils-gdb] AArch64: Add verifier for By elem Single and Double sized instructions sergiodj+buildbot
2019-02-07 17:54 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-08 21:33 [binutils-gdb] RISC-V: Compress 3-operand beq/bne against x0 sergiodj+buildbot
2019-02-08 21:33 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-08 21:44 [binutils-gdb] RISC-V: Add FP register core file support sergiodj+buildbot
2019-02-08 21:44 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-09 10:19 [binutils-gdb] [ARC] don't force _init/_fini as DT_INIT/DT_FINI sergiodj+buildbot
2019-02-09 10:19 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-10  9:13 [binutils-gdb] (Ada) -var-update crash for variable whose type is a reference to changeable sergiodj+buildbot
2019-02-10  9:13 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-10 12:29 [binutils-gdb] Fix type_stack leaks in c expression parsing sergiodj+buildbot
2019-02-10 12:29 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-11 17:01 [binutils-gdb] AArch64: Detect exit from execve syscall sergiodj+buildbot
2019-02-11 17:01 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-12 13:20 [binutils-gdb] Fix splay tree KEY leak detected in GDB test gdb.base/macscp.exp sergiodj+buildbot
2019-02-12 13:20 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-12 19:30 [binutils-gdb] Use function_name_style to print Ada and C function names sergiodj+buildbot
2019-02-12 19:38 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-12 22:12 [binutils-gdb] Look for separate debug files in debug directories under a sysroot sergiodj+buildbot
2019-02-12 22:12 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-12 22:22 [binutils-gdb] Add a new function child_path sergiodj+buildbot
2019-02-12 22:22 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-12 22:44 [binutils-gdb] Try to use the canonical version of a sysroot for debug file links sergiodj+buildbot
2019-02-12 22:44 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-13 22:36 [binutils-gdb] Add Andrew Burgess as global maintainer of gdb/ and sim/ sergiodj+buildbot
2019-02-13 22:36 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-14  3:27 [binutils-gdb] (Windows) remove thread notification for main thread of inferior sergiodj+buildbot
2019-02-14  3:27 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-14 15:01 [binutils-gdb] [gdb, hurd] Remove long obsolete 'gnu_target_pid_to_str' function declaration sergiodj+buildbot
2019-02-14 15:00 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-14 15:26 [binutils-gdb] [gdb, hurd] Work around conflict between Mach's 'thread_info' function, and GDB's 'thread_info' class sergiodj+buildbot
2019-02-14 15:26 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-14 15:42 [binutils-gdb] [gdb, hurd] Repair build after "Convert struct target_ops to C++" changes sergiodj+buildbot
2019-02-14 15:42 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-14 16:25 [binutils-gdb] [gdb, hurd] Repair build after "Use thread_info and inferior pointers more throughout" sergiodj+buildbot
2019-02-14 16:25 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-14 16:36 [binutils-gdb] [gdb, hurd] Address "ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]" diagnostics sergiodj+buildbot
2019-02-14 16:36 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-14 16:49 [binutils-gdb] [gdb, hurd] Adjust to Hurd "proc" interface changes sergiodj+buildbot
2019-02-14 16:49 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-14 17:20 [binutils-gdb] [gdb, hurd] Avoid using 'PATH_MAX' in 'gdb/remote.c' sergiodj+buildbot
2019-02-14 17:20 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-14 22:41 [binutils-gdb] Updating test case sergiodj+buildbot
2019-02-14 22:41 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-15 20:41 [binutils-gdb] C++-ify bp_location sergiodj+buildbot
2019-02-15 20:41 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-15 20:53 [binutils-gdb] Fix memory leak in create_ada_exception_catchpoint sergiodj+buildbot
2019-02-15 20:53 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-15 21:22 [binutils-gdb] Exception safety in ravenscar-thread.c sergiodj+buildbot
2019-02-15 21:22 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-15 21:34 [binutils-gdb] C++-ify ravenscar_arch_ops sergiodj+buildbot
2019-02-15 21:34 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-15 22:07 [binutils-gdb] Fix formatting in ravenscar-thread.c sergiodj+buildbot
2019-02-15 22:07 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-15 22:17 [binutils-gdb] Minor C++-ification in ravenscar-thread.c sergiodj+buildbot
2019-02-15 22:17 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-15 22:29 [binutils-gdb] Add push_target overload sergiodj+buildbot
2019-02-15 22:29 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-15 22:41 [binutils-gdb] Make the ravenscar thread target multi-target-ready sergiodj+buildbot
2019-02-15 22:41 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-15 22:54 [binutils-gdb] Special-case wildcard requests in ravenscar-thread.c sergiodj+buildbot
2019-02-15 22:54 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-17 13:48 [binutils-gdb] (Ada) fix GDB crash printing packed array sergiodj+buildbot
2019-02-17 13:48 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-17 15:18 [binutils-gdb] type_align: handle range types the same as ints and enums sergiodj+buildbot
2019-02-17 15:18 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-17 17:51 [binutils-gdb] Fix pager bugs with style output sergiodj+buildbot
2019-02-17 17:51 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-17 18:03 [binutils-gdb] Fix some valgrind errors in the TUI sergiodj+buildbot
2019-02-17 18:03 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-17 23:50 [binutils-gdb] Add styling to macro commands sergiodj+buildbot
2019-02-17 23:50 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-18  0:02 [binutils-gdb] Change macro_source_fullname to return a std::string sergiodj+buildbot
2019-02-18  0:02 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-18 21:50 [binutils-gdb] Fix leaks of 'per program space' and 'per inferior' ada task data sergiodj+buildbot
2019-02-18 21:50 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-18 23:39 [binutils-gdb] gdb: Allow gdbarch to override alignment for method and member pointers sergiodj+buildbot
2019-02-18 23:39 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-19 12:37 [binutils-gdb] PR24235, Read memory violation in pei-x86_64.c sergiodj+buildbot
2019-02-19 12:37 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-19 19:45 [binutils-gdb] Minor Ada task cleanups sergiodj+buildbot
2019-02-19 19:45 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-20  2:30 [binutils-gdb] Fix error message and use-after-free on errors in nested sourced files sergiodj+buildbot
2019-02-20  2:30 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-20  4:32 [binutils-gdb] Use or1k-darwin host SHARED_LIBADD for *-darwin sergiodj+buildbot
2019-02-20  4:32 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-20  8:48 [binutils-gdb] Check asprintf return value sergiodj+buildbot
2019-02-20  8:48 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-20 10:57 [binutils-gdb] AArch64: Add pauth core file section sergiodj+buildbot
2019-02-20 10:57 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-20 11:09 [binutils-gdb] bfd: xtensa: fix callx relaxation sergiodj+buildbot
2019-02-20 11:09 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-20 15:46 [binutils-gdb] Use upper case for metasyntactic variables in "help find" sergiodj+buildbot
2019-02-20 15:46 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-20 19:48 [binutils-gdb] Fix typos in symtab_symbol_info sergiodj+buildbot
2019-02-20 19:48 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-21 18:38 [binutils-gdb] Document style behavior in batch mode sergiodj+buildbot
2019-02-21 18:38 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-22 20:33 [binutils-gdb] gdb: Update copyright year range generated by gdbarch.sh sergiodj+buildbot
2019-02-22 20:33 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-22 21:06 [binutils-gdb] Look for build-id-based separate debug files under the sysroot sergiodj+buildbot
2019-02-22 21:06 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-23 12:47 [binutils-gdb] Update copyright year range in gdb.ada/mi_ref_changeable testcase sergiodj+buildbot
2019-02-23 13:02 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-23 15:20 [binutils-gdb] Use '--readnever' when invoking GDB from gcore.in sergiodj+buildbot
2019-02-23 15:20 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-25 21:09 [binutils-gdb] Fix crash when loading dwp files sergiodj+buildbot
2019-02-25 21:09 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-25 22:54 [binutils-gdb] Fix BFD leak in dwarf2_get_dwz_file sergiodj+buildbot
2019-02-25 22:54 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-26 17:46 [binutils-gdb] Define unique_ptr specialization for Py_buffer sergiodj+buildbot
2019-02-26 17:46 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-26 18:09 [binutils-gdb] Add tests for gdb.Value(bufobj, type) constructor sergiodj+buildbot
2019-02-26 18:09 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-26 18:21 [binutils-gdb] Document two argument form of gdb.Value constructor sergiodj+buildbot
2019-02-26 18:21 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-26 19:57 [binutils-gdb] Fix new py-value.exp test case sergiodj+buildbot
2019-02-26 19:57 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-27  5:00 [binutils-gdb] Fix build errors in aix-thread.c sergiodj+buildbot
2019-02-27  5:00 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-27  5:37 [binutils-gdb] Bump version to 8.3.50.DATE-git sergiodj+buildbot
2019-02-27  5:37 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-27  5:47 [binutils-gdb] Update NEWS post GDB 8.3 branch creation sergiodj+buildbot
2019-02-27  5:47 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-27 11:28 [binutils-gdb] gdb: Restructure type_align and gdbarch_type_align sergiodj+buildbot
2019-02-27 11:28 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-27 11:40 [binutils-gdb] gdb: Handle alignment for C++ structures with static members sergiodj+buildbot
2019-02-27 11:40 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-27 15:09 [binutils-gdb] gdb/aarch64: Use default gdbarch methods where possible sergiodj+buildbot
2019-02-27 15:09 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-27 15:21 [binutils-gdb] gdb/alpha: Use default gdbarch methods where possible sergiodj+buildbot
2019-02-27 15:21 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-27 15:43 [binutils-gdb] gdb/arm: Use default gdbarch methods where possible sergiodj+buildbot
2019-02-27 15:43 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-27 15:55 [binutils-gdb] gdb/bfin: Use default gdbarch methods where possible sergiodj+buildbot
2019-02-27 15:55 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-27 16:18 [binutils-gdb] gdb/csky: Use default gdbarch methods where possible sergiodj+buildbot
2019-02-27 16:18 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-27 16:53 [binutils-gdb] gdb/ft32: Use default gdbarch methods where possible sergiodj+buildbot
2019-02-27 16:53 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-27 17:04 [binutils-gdb] gdb/h8300: Use default gdbarch methods where possible sergiodj+buildbot
2019-02-27 17:04 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-27 18:29 [binutils-gdb] Use Python 2.[67] / 3.X / PEP 3118 buffer protocol sergiodj+buildbot
2019-02-27 18:29 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-27 19:00 [binutils-gdb] Remove Python 2.4 and 2.5 support sergiodj+buildbot
2019-02-27 19:00 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-27 19:11 [binutils-gdb] Prevent overflow in rl_set_screen_size sergiodj+buildbot
2019-02-27 19:11 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-27 19:25 [binutils-gdb] Make 'show width/height' display "unlimited" when capped for readline sergiodj+buildbot
2019-02-27 19:25 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-27 19:37 [binutils-gdb] Test "set width/height -1" sergiodj+buildbot
2019-02-27 19:37 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-27 20:01 [binutils-gdb] Handle \r\n in gdbreplay sergiodj+buildbot
2019-02-27 20:01 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-27 20:22 [binutils-gdb] x86-64: Skip protected check on symbol defined by linker sergiodj+buildbot
2019-02-27 20:22 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-27 21:57 [binutils-gdb] Fix regcache leak, and avoid possible regcache access after detach sergiodj+buildbot
2019-02-27 21:57 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-28  7:38 [binutils-gdb] (gdb/sim) Move Mike Frysinger to past maintainers section sergiodj+buildbot
2019-02-28  7:38 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-28 14:43 [binutils-gdb] Prevent a buffer overrun error when attempting to parse a corrupt ELF file sergiodj+buildbot
2019-02-28 14:43 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-02-28 17:36 [binutils-gdb] Testsuite: Catch gdbserver socket listen errors sergiodj+buildbot
2019-02-28 17:36 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-01  3:16 [binutils-gdb] PR24272, out-of-bounds read in pex64_xdata_print_uwd_codes sergiodj+buildbot
2019-03-01  3:16 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-01 14:55 [binutils-gdb] Revert "Add support to GNU ld to separate got related plt entries" sergiodj+buildbot
2019-03-01 14:55 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-02 13:35 [binutils-gdb] Fix GDB compilation on MinGW (PR gdb/24292) sergiodj+buildbot
2019-03-02 13:35 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-04 15:25 [binutils-gdb] gdbserver short-circuit-argument-list failures sergiodj+buildbot
2019-03-04 15:25 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-05 16:26 [binutils-gdb] Add ATTRIBUTE_UNUSED_RESULT to scoped_fd sergiodj+buildbot
2019-03-05 16:26 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-05 16:37 [binutils-gdb] Add ATTRIBUTE_UNUSED_RESULT to scoped_mmap sergiodj+buildbot
2019-03-05 16:37 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-05 16:49 [binutils-gdb] Add ATTRIBUTE_UNUSED_RESULT to macro_buffer sergiodj+buildbot
2019-03-05 16:49 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-05 17:03 [binutils-gdb] Add ATTRIBUTE_UNUSED_RESULT to scoped_remote_fd::release sergiodj+buildbot
2019-03-05 17:03 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-05 17:17 [binutils-gdb] Add ATTRIBUTE_UNUSED_RESULT to ref_ptr::release sergiodj+buildbot
2019-03-05 17:17 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-05 17:29 [binutils-gdb] Remove excess calls to gdb_flush sergiodj+buildbot
2019-03-05 17:29 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-05 17:41 [binutils-gdb] Remove gdb_bfd_fdopenr sergiodj+buildbot
2019-03-05 17:41 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-05 21:27 [binutils-gdb] Change the_dummy_target to be a global sergiodj+buildbot
2019-03-05 21:27 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-06  8:50 [binutils-gdb] Fortran function calls with arguments sergiodj+buildbot
2019-03-06  8:50 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-06  9:57 [binutils-gdb] Fix a segmentation fault triggered by disassembling an EFi file with source included sergiodj+buildbot
2019-03-06  9:57 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-06 10:16 [binutils-gdb] Testsuite: Ensure changing directory does not break the log file sergiodj+buildbot
2019-03-06 10:16 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-06 18:28 [binutils-gdb] gdb/fortran: Remove some duplicate tests sergiodj+buildbot
2019-03-06 18:28 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-06 19:04 [binutils-gdb] gdb/fortran: Add new function to evaluate Fortran expressions sergiodj+buildbot
2019-03-06 19:04 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-06 19:17 [binutils-gdb] gdb/fortran: Enable debugging of the Fortran parser sergiodj+buildbot
2019-03-06 19:17 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-06 19:30 [binutils-gdb] gdb/fortran: Add Fortran 'kind' intrinsic and keyword sergiodj+buildbot
2019-03-06 19:30 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-06 19:42 [binutils-gdb] gdb/fortran: Expand the set of types that support (kind=N) sergiodj+buildbot
2019-03-06 19:42 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-06 19:54 [binutils-gdb] gdb/fortran: Add builtin 8-byte integer type with (kind=8) support sergiodj+buildbot
2019-03-06 19:54 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-06 20:20 [binutils-gdb] gdb/fortran: Add support for the ABS intrinsic function sergiodj+buildbot
2019-03-06 20:20 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-06 20:33 [binutils-gdb] gdb/fortran: Handle older TYPE*SIZE typenames sergiodj+buildbot
2019-03-06 20:33 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-06 20:58 [binutils-gdb] C++ify fork_info, use std::list sergiodj+buildbot
2019-03-06 20:58 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-06 21:11 [binutils-gdb] linux-fork.c: rewrite inf_has_multiple_threads sergiodj+buildbot
2019-03-06 21:11 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-06 23:22 [binutils-gdb] Remove cleanups from coffread.c sergiodj+buildbot
2019-03-06 23:22 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-07  0:13 [binutils-gdb] Remove last cleanup from gdbserver sergiodj+buildbot
2019-03-07  0:13 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-07  0:25 [binutils-gdb] Remove cleanup from solib-svr4.c sergiodj+buildbot
2019-03-07  0:25 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-07  0:38 [binutils-gdb] Remove last cleanups from solib-svr4.c sergiodj+buildbot
2019-03-07  0:38 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-07  0:51 [binutils-gdb] Remove last cleanup solib-aix.c sergiodj+buildbot
2019-03-07  0:51 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-07  1:04 [binutils-gdb] Remove last cleanup from linux-namespaces.c sergiodj+buildbot
2019-03-07  1:04 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-07  1:30 [binutils-gdb] Use unique_xmalloc_ptr in remote.c sergiodj+buildbot
2019-03-07  1:30 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-07  1:42 [binutils-gdb] Remove basic cleanup code sergiodj+buildbot
2019-03-07  1:42 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-07  1:55 [binutils-gdb] Remove free_current_contents sergiodj+buildbot
2019-03-07  1:55 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-07  2:08 [binutils-gdb] Use SCOPE_EXIT in write_gcore_file sergiodj+buildbot
2019-03-07  2:08 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-07 16:42 [binutils-gdb] gdb: Move value_from_host_double into value.c and make more use of it sergiodj+buildbot
2019-03-07 16:42 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-07 18:05 [binutils-gdb] C++-ify bcache sergiodj+buildbot
2019-03-07 18:05 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-08 13:11 [binutils-gdb] PR24311, FAIL: S-records with constructors sergiodj+buildbot
2019-03-08 13:11 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-09  7:02 [binutils-gdb] Support styling on native MS-Windows console sergiodj+buildbot
2019-03-09  7:02 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-09 11:43 [binutils-gdb] Ensure 'help set/show print inferior-events' shows the example events sergiodj+buildbot
2019-03-09 11:43 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-09 13:46 [binutils-gdb] Split rank_one_type_parm_ptr from rank_one_type sergiodj+buildbot
2019-03-09 13:46 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-09 13:57 [binutils-gdb] Split rank_one_type_parm_array from rank_one_type sergiodj+buildbot
2019-03-09 13:57 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-09 14:08 [binutils-gdb] Split rank_one_type_parm_func from rank_one_type sergiodj+buildbot
2019-03-09 14:08 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-09 14:21 [binutils-gdb] Split rank_one_type_parm_int from rank_one_type sergiodj+buildbot
2019-03-09 14:21 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-09 14:34 [binutils-gdb] Split rank_one_type_parm_enum from rank_one_type sergiodj+buildbot
2019-03-09 14:34 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-09 14:58 [binutils-gdb] Split rank_one_type_parm_range from rank_one_type sergiodj+buildbot
2019-03-09 14:58 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-09 15:10 [binutils-gdb] Split rank_one_type_parm_bool from rank_one_type sergiodj+buildbot
2019-03-09 15:10 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-09 15:36 [binutils-gdb] Split rank_one_type_parm_complex from rank_one_type sergiodj+buildbot
2019-03-09 15:36 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-09 15:50 [binutils-gdb] Split rank_one_type_parm_struct from rank_one_type sergiodj+buildbot
2019-03-09 15:50 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-09 16:04 [binutils-gdb] Split rank_one_type_parm_set from rank_one_type sergiodj+buildbot
2019-03-09 16:04 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-12 13:28 [binutils-gdb] S/390: arch13: Add instruction descriptions sergiodj+buildbot
2019-03-12 13:28 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-12 13:40 [binutils-gdb] S/390: arch13: Adjust to recent changes sergiodj+buildbot
2019-03-12 13:40 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-12 13:53 [binutils-gdb] Don't use bfd_get_file_size in objdump sergiodj+buildbot
2019-03-12 13:53 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-12 17:07 [binutils-gdb] Change iterate_over_lwps to take a gdb::function_view sergiodj+buildbot
2019-03-12 17:07 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-12 17:21 [binutils-gdb] Make null_ptid and minus_one_ptid "const" sergiodj+buildbot
2019-03-12 17:21 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-12 17:34 [binutils-gdb] Fix test-cp-name-parser build, unused variable sergiodj+buildbot
2019-03-12 17:34 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-12 17:46 [binutils-gdb] Fix test-cp-name-parser build, parser_fprintf undefined sergiodj+buildbot
2019-03-12 17:46 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-12 17:59 [binutils-gdb] Make remote.c ptid constants "const" sergiodj+buildbot
2019-03-12 17:59 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-12 18:26 [binutils-gdb] Fix MinGW build with source-highlight sergiodj+buildbot
2019-03-12 18:26 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-12 20:07 [binutils-gdb] gdb/testsuite: Prepare for DejaGnu 1.6.2 sergiodj+buildbot
2019-03-12 20:07 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-12 21:01 [binutils-gdb] Support the fs_base and gs_base registers on i386 sergiodj+buildbot
2019-03-12 21:01 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-12 21:13 [binutils-gdb] Support fs_base and gs_base on FreeBSD/i386 sergiodj+buildbot
2019-03-12 21:13 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-12 21:26 [binutils-gdb] Handle an edge case for minisym TLS variable lookups sergiodj+buildbot
2019-03-12 21:26 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-12 21:52 [binutils-gdb] Add a new gdbarch method to resolve the address of TLS variables sergiodj+buildbot
2019-03-12 21:52 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-12 22:06 [binutils-gdb] Remove code disabled since at least 1999 from lookup_struct_elt_type sergiodj+buildbot
2019-03-12 22:06 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-12 22:34 [binutils-gdb] Add a helper function to resolve TLS variable addresses for FreeBSD sergiodj+buildbot
2019-03-12 22:34 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-12 22:47 [binutils-gdb] Support TLS variables on FreeBSD/amd64 sergiodj+buildbot
2019-03-12 22:47 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-12 22:59 [binutils-gdb] Support TLS variables on FreeBSD/i386 sergiodj+buildbot
2019-03-12 22:59 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-12 23:12 [binutils-gdb] Support TLS variables on FreeBSD/riscv sergiodj+buildbot
2019-03-12 23:12 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-12 23:25 [binutils-gdb] Support TLS variables on FreeBSD/powerpc sergiodj+buildbot
2019-03-12 23:25 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-12 23:39 [binutils-gdb] The NEWS file had two "New targets" sections for 8.3 sergiodj+buildbot
2019-03-12 23:39 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-13 12:16 [binutils-gdb] [BFD, LD, AArch64, 2/3] Add --force-bti to enable BTI and to select BTI enabled PLTs sergiodj+buildbot
2019-03-13 12:16 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-13 12:28 [binutils-gdb] [BFD, LD, AArch64, 3/3] Add --pac-plt to enable PLTs protected with PAC sergiodj+buildbot
2019-03-13 12:28 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-13 17:50 [binutils-gdb] Factor out mi_ui_out instantiation logic sergiodj+buildbot
2019-03-13 17:50 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-13 19:30 [binutils-gdb] Fix MI output for multi-location breakpoints sergiodj+buildbot
2019-03-13 19:30 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-13 20:07 [binutils-gdb] Change pid_to_str to return std::string sergiodj+buildbot
2019-03-13 20:07 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-14 12:02 [binutils-gdb] Make TUI react to "set style enabled" sergiodj+buildbot
2019-03-14 12:02 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-14 12:15 [binutils-gdb] Add the "set style source" command sergiodj+buildbot
2019-03-14 12:15 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-14 12:28 [binutils-gdb] Avoid a crash in source_cache::extract_lines sergiodj+buildbot
2019-03-14 12:28 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-14 15:01 [binutils-gdb] Fix illegal memory access parsing a corrupt ELF file sergiodj+buildbot
2019-03-14 15:01 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-14 16:03 [binutils-gdb] Fix colors in TUI mode in MS-Windows build with ncurses sergiodj+buildbot
2019-03-14 16:03 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-14 16:19 [binutils-gdb] Fix an illegal memory access when parsing a corrupt ELF file sergiodj+buildbot
2019-03-14 16:19 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-15  7:19 [binutils-gdb] Re-indent elf_x86_64_relocate_section sergiodj+buildbot
2019-03-15  7:19 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-15  8:02 [binutils-gdb] x86-64: Check for corrupt input with bad relocation sergiodj+buildbot
2019-03-15  8:02 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-15 10:22 [binutils-gdb] PR24337, segfault in _bfd_elf_rela_local_sym sergiodj+buildbot
2019-03-15 10:22 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-15 10:35 [binutils-gdb] PR24339, segfault on NULL symbol section sergiodj+buildbot
2019-03-15 10:35 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-15 22:36 [binutils-gdb] Use bitset for demangled_hash_languages sergiodj+buildbot
2019-03-15 22:36 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-15 22:51 [binutils-gdb] Remove some unneeded initializations in minimal_symbol_reader sergiodj+buildbot
2019-03-15 22:51 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-15 23:04 [binutils-gdb] Remove minsym termination sergiodj+buildbot
2019-03-15 23:04 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-16  0:25 [binutils-gdb] Use htab_up for demangled hash sergiodj+buildbot
2019-03-16  0:24 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-16  0:38 [binutils-gdb] Allocate minimal symbols with malloc sergiodj+buildbot
2019-03-16  0:38 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-16  0:52 [binutils-gdb] Use memcpy in minimal_symbol_reader::install sergiodj+buildbot
2019-03-16  0:52 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-16  1:07 [binutils-gdb] Change minimal_symbol inheritance sergiodj+buildbot
2019-03-16  1:07 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-16  4:16 [binutils-gdb] PR24337, segfault in _bfd_elf_rela_local_sym, again sergiodj+buildbot
2019-03-16  4:16 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-16 12:31 [binutils-gdb] Revert "Use wclrtoeol in tui_show_source_line" sergiodj+buildbot
2019-03-16 12:31 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-16 16:14 [binutils-gdb] OBVIOUS: fix several occurrences of 'This options has' to 'This option has' sergiodj+buildbot
2019-03-16 16:14 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-16 18:13 [binutils-gdb] Fix vertical scrolling of TUI source window sergiodj+buildbot
2019-03-16 18:13 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-17 18:58 [binutils-gdb] Fix wrong format specification in display_selector() sergiodj+buildbot
2019-03-17 18:58 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-18  1:15 [binutils-gdb] x86: Optimize EVEX vector load/store instructions sergiodj+buildbot
2019-03-18  1:16 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-18  4:18 [binutils-gdb] gdb: unconditionally define _initialize_string_view_selftests sergiodj+buildbot
2019-03-18  4:18 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-18 12:30 [binutils-gdb] PR24355, segmentation fault in function called from ppc_finish_symbols sergiodj+buildbot
2019-03-18 12:30 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-18 14:44 [binutils-gdb] Fix scrolling right in the TUI sergiodj+buildbot
2019-03-18 14:44 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-18 14:57 [binutils-gdb] Improve/fix the TUI's current source line highlight sergiodj+buildbot
2019-03-18 14:57 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-18 18:23 [binutils-gdb] Fix gdb/TUI behavior in response to [Enter] keypress sergiodj+buildbot
2019-03-18 18:23 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-18 19:14 [binutils-gdb] Fix first time you type UP or DOWN in TUI's command window sergiodj+buildbot
2019-03-18 19:14 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-19 10:16 [binutils-gdb] Fix Arm build error sergiodj+buildbot
2019-03-19 10:16 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-19 13:27 [binutils-gdb] ix86: Disable AVX512F when disabling AVX2 sergiodj+buildbot
2019-03-19 13:27 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-19 18:24 [binutils-gdb] Add comments describing tui_ui_out and its fields, cleanup a bit sergiodj+buildbot
2019-03-19 18:24 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-19 18:38 [binutils-gdb] Don't show "display"s twice in MI sergiodj+buildbot
2019-03-19 18:38 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-20 18:17 [binutils-gdb] [BFD, AArch64] Define elf_backend_fixup_gnu_properties in AArch64 sergiodj+buildbot
2019-03-20 18:17 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-21 22:32 [binutils-gdb] RISC-V: Fix linker crash in section symbol check sergiodj+buildbot
2019-03-21 22:32 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-22 10:00 [binutils-gdb] Testsuite: Ensure pie is disabled on some tests sergiodj+buildbot
2019-03-22 10:01 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-22 12:22 [binutils-gdb] AArch64: Add pointer authentication feature sergiodj+buildbot
2019-03-22 12:22 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-22 12:49 [binutils-gdb] AArch64: Read pauth registers sergiodj+buildbot
2019-03-22 12:49 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-22 13:17 [binutils-gdb] AArch64: Add pauth DWARF registers sergiodj+buildbot
2019-03-22 13:17 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-22 13:31 [binutils-gdb] AArch64: DWARF unwinder support for signed return addresses sergiodj+buildbot
2019-03-22 13:31 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-22 13:48 [binutils-gdb] AArch64: Prologue scan unwinder support for signed return addresses sergiodj+buildbot
2019-03-22 13:48 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-22 14:02 [binutils-gdb] AArch64: Read pauth section from core files sergiodj+buildbot
2019-03-22 14:02 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-23 16:58 [binutils-gdb] Use scoped_restore_current_language in two places sergiodj+buildbot
2019-03-23 16:58 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-23 17:15 [binutils-gdb] Include bcache.h from objfiles.h sergiodj+buildbot
2019-03-23 17:15 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-23 17:30 [binutils-gdb] Have parser reset the innermost block tracker sergiodj+buildbot
2019-03-23 17:30 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-25  6:17 [binutils-gdb] Remove null_block_symbol sergiodj+buildbot
2019-03-25  6:36 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-25  6:17 [binutils-gdb] More block constification sergiodj+buildbot
2019-03-25  5:48 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-25 15:38 [binutils-gdb] AArch64: Fix AArch64 disassembler mapping symbol search sergiodj+buildbot
2019-03-25 15:46 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-25 15:52 [binutils-gdb] AArch64: Have -D override mapping symbol as documented sergiodj+buildbot
2019-03-25 15:59 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-25 17:24 [binutils-gdb] Fix s390 build sergiodj+buildbot
2019-03-25 17:37 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-25 20:06 [binutils-gdb] Clean up some comments in minsyms.c sergiodj+buildbot
2019-03-25 20:19 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-25 20:39 [binutils-gdb] Note support for TLS variables on FreeBSD sergiodj+buildbot
2019-03-25 20:48 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-26  1:01 [binutils-gdb] Fix use-after-free in source_cache::get_source_lines sergiodj+buildbot
2019-03-26  0:51 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-26 13:23 [binutils-gdb] Fix Arm build sergiodj+buildbot
2019-03-26 13:21 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-26 17:40 [binutils-gdb] Add AArch64 Pointer Authentication to the NEWS file sergiodj+buildbot
2019-03-26 17:43 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-26 20:13 [binutils-gdb] gdb: Avoid trailing whitespace when pretty printing sergiodj+buildbot
2019-03-26 20:17 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-26 20:22 [binutils-gdb] gdb: Make python display_hint None handling defined behaviour sergiodj+buildbot
2019-03-26 20:22 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-27 12:22 [binutils-gdb] Testsuite: Ensure interrupt-daemon-attach doesn't run forever sergiodj+buildbot
2019-03-27 12:23 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-27 16:06 [binutils-gdb] Fix buffer overflow regression due to minsym malloc-ed instead of obstack-ed sergiodj+buildbot
2019-03-27 16:03 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-27 22:18 [binutils-gdb] sim/common: convert sim-arange to use sim-inline sergiodj+buildbot
2019-03-27 22:18 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-28  0:24 [binutils-gdb] sim/common: Fix warnings: "warning: implicit declaration of function..." sergiodj+buildbot
2019-03-28  1:17 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-28  7:20 [binutils-gdb] PR24390, Don't decode mtfsb field as a cr field sergiodj+buildbot
2019-03-28  7:35 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-28  7:37 [binutils-gdb] PR24392, Clang warning Wtautological-constant-out-of-range-compare sergiodj+buildbot
2019-03-28  7:57 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-28 12:45 [binutils-gdb] gdbserver: Ensure AT_HWCAP2 is defined sergiodj+buildbot
2019-03-28 12:46 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-28 13:40 [binutils-gdb] AArch64: 128bit views for SVE registers sergiodj+buildbot
2019-03-28 14:12 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-28 16:51 [binutils-gdb] Testsuite: set sysroot when using gdbserver sergiodj+buildbot
2019-03-28 16:51 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-28 17:41 [binutils-gdb] Fix stepping past unwritable kernel helper on nios2-linux-gnu sergiodj+buildbot
2019-03-28 17:50 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-28 20:57 [binutils-gdb] Fix GDB being suspended SIGTTOU when running gdb.multi/multi-arch-exec.exp sergiodj+buildbot
2019-03-28 21:16 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-28 21:16 [binutils-gdb] Fix gdb.multi/multi-arch-exec.exp blocking under high load/slow gdb sergiodj+buildbot
2019-03-28 21:38 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-28 21:38 [binutils-gdb] Fix gdb.multi/multi-term-settings.exp blocking under high load/slow gdb sergiodj+buildbot
2019-03-28 21:40 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-28 21:40 [binutils-gdb] Fix format specification in display_selector() (again) sergiodj+buildbot
2019-03-28 22:21 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-28 23:33 [binutils-gdb] sim: fix all sim builds sergiodj+buildbot
2019-03-28 23:44 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-29 17:39 [binutils-gdb] bfd: xtensa: fix shrink_dynamic_reloc_sections for export-dynamic sergiodj+buildbot
2019-03-29 18:18 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-29 18:45 [binutils-gdb] Allow really large fortran array bounds: TYPE_LENGTH to ULONGEST sergiodj+buildbot
2019-03-29 18:34 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-29 18:49 [binutils-gdb] Allow really large fortran array bounds: fortran type/value printers sergiodj+buildbot
2019-03-29 19:27 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-29 21:07 [binutils-gdb] Add usage for commands in printcmd.c sergiodj+buildbot
2019-03-29 21:10 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-30 10:38 [binutils-gdb] Introduce new convenience variables $_gdb_major and $_gdb_minor sergiodj+buildbot
2019-03-30 11:01 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-03-30 17:50 [binutils-gdb] RISC-V: Relax tail/j to c.j for RV64 sergiodj+buildbot
2019-03-30 18:31 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-01  8:39 [binutils-gdb] Add gdb.Value.format_string () sergiodj+buildbot
2019-04-01  8:41 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-01 10:06 [binutils-gdb] [GAS, Arm] CLI with architecture sensitive extensions sergiodj+buildbot
2019-04-01 10:27 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-01 15:18 [binutils-gdb] Destroy allocated values when exiting GDB sergiodj+buildbot
2019-04-01 15:35 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-01 17:31 [binutils-gdb] Handle DW_AT_ranges when reading partial symtabs sergiodj+buildbot
2019-04-01 18:19 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-01 19:53 [binutils-gdb] Fix internal error and improve 'set debug infrun 1'/target wait kind trace sergiodj+buildbot
2019-04-01 19:21 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-01 21:35 [binutils-gdb] gdb: Add $_cimag and $_creal internal functions sergiodj+buildbot
2019-04-01 21:51 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-01 21:51 [binutils-gdb] gdb/fortran: Handle internal function calls sergiodj+buildbot
2019-04-01 21:55 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-02 20:51 [binutils-gdb] RISC-V: Don't check ABI flags if no code section sergiodj+buildbot
2019-04-02 20:52 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-04 23:54 [binutils-gdb] [GDB, Hurd] Fix build; 'target_waitstatus_to_string' call sergiodj+buildbot
2019-04-05  0:09 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-05  2:09 [binutils-gdb] Add extended mnemonics for bctar. Fix setting of 'at' branch hints sergiodj+buildbot
2019-04-05  0:09 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-05  2:09 [binutils-gdb] PowerPC disassembler: Don't emit trailing spaces sergiodj+buildbot
2019-04-05  2:26 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-05  2:26 [binutils-gdb] PowerPC bc extended branch mnemonics and "y" hints sergiodj+buildbot
2019-04-05  2:42 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-05  2:42 [binutils-gdb] Make increase_expout_size static sergiodj+buildbot
2019-04-05  3:15 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-05  3:47 [binutils-gdb] Make base class for parser_state sergiodj+buildbot
2019-04-05  4:02 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-05  3:47 [binutils-gdb] Turn parse_gdbarch into a method sergiodj+buildbot
2019-04-05  3:15 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-05  4:17 [binutils-gdb] Move expression_context_* globals to parser_state sergiodj+buildbot
2019-04-05  4:02 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-05  4:17 [binutils-gdb] Remove paren_depth global sergiodj+buildbot
2019-04-05  4:32 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-05  4:32 [binutils-gdb] Move comma_terminates global to parser_state sergiodj+buildbot
2019-04-05  4:48 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-05  4:48 [binutils-gdb] Move lexptr and prev_lexptr to parser_state sergiodj+buildbot
2019-04-05  5:20 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-05  5:20 [binutils-gdb] Move completion parsing to parser_state sergiodj+buildbot
2019-04-05  5:30 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-05  5:50 [binutils-gdb] Move innermost_block_tracker global to parse_state sergiodj+buildbot
2019-04-05 17:38 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-05 17:49 [binutils-gdb] Use linux_get_auxv to get AT_PHDR in the PPC stub sergiodj+buildbot
2019-04-05 17:38 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-06  4:55 [binutils-gdb] Sort includes for files gdb/[a-f]*.[chyl] sergiodj+buildbot
2019-04-06  1:39 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-06 14:44 [binutils-gdb] x86: Move x86-specific linker options to elf_linker_x86_params sergiodj+buildbot
2019-04-06 15:42 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-06 20:05 [binutils-gdb] Revert the header-sorting patch sergiodj+buildbot
2019-04-06 21:50 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-07 13:25 [binutils-gdb] Merge libiberty from gcc sergiodj+buildbot
2019-04-07 13:40 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-07 13:40 [binutils-gdb] PR24421, Wrong brackets in opcodes/arm-dis.c sergiodj+buildbot
2019-04-07 14:07 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-08  4:59 [binutils-gdb] Fix x86_64-rdos build fail sergiodj+buildbot
2019-04-08  5:06 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-08 15:37 [binutils-gdb] Simplify exception handling sergiodj+buildbot
2019-04-08 15:53 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-08 15:53 [binutils-gdb] Make exceptions use std::string and be self-managing sergiodj+buildbot
2019-04-08 16:04 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-08 16:39 [binutils-gdb] Remove some now-dead exception code sergiodj+buildbot
2019-04-08 16:55 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-08 16:39 [binutils-gdb] Rewrite TRY/CATCH sergiodj+buildbot
2019-04-08 16:08 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-08 16:55 [binutils-gdb] Make exception throwing a bit more efficient sergiodj+buildbot
2019-04-08 17:11 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-08 17:11 [binutils-gdb] Replace throw_exception with throw in some cases sergiodj+buildbot
2019-04-08 18:26 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-08 18:38 [binutils-gdb] x86: Consolidate AVX512 BF16 entries in i386-opc.tbl sergiodj+buildbot
2019-04-08 19:19 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-08 19:19 [binutils-gdb] x86: Remove i386-*-kaos* and i386-*-chaos targets sergiodj+buildbot
2019-04-08 19:35 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-08 19:35 [binutils-gdb] Some gdb_exception{,error,quit} tweaks sergiodj+buildbot
2019-04-08 20:25 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-09  3:51 [binutils-gdb] Introduce target_ops method thread_info_to_thread_handle sergiodj+buildbot
2019-04-09  4:00 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-09  4:09 [binutils-gdb] Add python method InferiorThread.handle sergiodj+buildbot
2019-04-09  4:19 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-09  4:40 [binutils-gdb] Tests for gdb.InferiorThread.handle sergiodj+buildbot
2019-04-09  4:47 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-09 10:15 [binutils-gdb] [MIPS] Add RDHWR with the SEL field for MIPS R6 sergiodj+buildbot
2019-04-09 10:21 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-09 16:54 [binutils-gdb] Use -qualified flag when setting temporary breakpoint in start command sergiodj+buildbot
2019-04-09 17:46 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-09 18:18 [binutils-gdb] Consistently use bool for fake_pid_p sergiodj+buildbot
2019-04-09 18:36 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-09 18:36 [binutils-gdb] Use find_thread_in_random in select_event_lwp sergiodj+buildbot
2019-04-09 18:41 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-09 19:44 [binutils-gdb] Fix Rust lexer buglet sergiodj+buildbot
2019-04-09 19:55 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-10  9:22 [binutils-gdb] PR24427, bfd/doc/chew.c reads uninitialized memory and subtracts from function pointer sergiodj+buildbot
2019-04-10  9:18 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-10 14:24 [binutils-gdb] Remove some uses of "object_files" sergiodj+buildbot
2019-04-10 14:27 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-10 14:42 [binutils-gdb] Fix a couple of comments sergiodj+buildbot
2019-04-10 14:48 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-10 15:14 [binutils-gdb] Pull in patch for libiberty that fixes a stack exhaustion bug when demangling a pathalogically constructed mangled name sergiodj+buildbot
2019-04-10 15:24 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-11  0:58 [binutils-gdb] Fix amd64->i386 linux syscall restart problem sergiodj+buildbot
2019-04-11  0:29 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-11  9:38 [binutils-gdb] [BINUTILS, AArch64, 1/2] Add new LDGM/STGM instruction sergiodj+buildbot
2019-04-11  9:56 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-11  9:56 [binutils-gdb] [BINUTILS, AArch64, 2/2] Update Store Allocation Tag instructions sergiodj+buildbot
2019-04-11 10:09 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-11 10:57 [binutils-gdb] AArch64: When DF_BIND_NOW don't use TLSDESC GOT value sergiodj+buildbot
2019-04-11 11:28 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-11 11:45 [binutils-gdb] PR24435, buffer overflow reading dynamic entries sergiodj+buildbot
2019-04-11 11:49 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-11 17:34 [binutils-gdb] [gdb/testsuite] Add cc-with-dwz.exp and cc-with-dwz-m.exp sergiodj+buildbot
2019-04-11 17:38 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-11 19:21 [binutils-gdb] Make "msg" const in internal_vproblem sergiodj+buildbot
2019-04-11 19:23 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-11 23:12 [binutils-gdb] gdb: Fix alignment computation for structs with only static fields sergiodj+buildbot
2019-04-11 23:41 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-12  8:47 [binutils-gdb] gdb: Remove LANG_MAGIC sergiodj+buildbot
2019-04-12  8:59 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-12 10:57 [binutils-gdb] Testsuite: Add gdbserver sysroot test sergiodj+buildbot
2019-04-12 11:07 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-12 12:53 [binutils-gdb] Another fix for GDB styling sergiodj+buildbot
2019-04-12 13:05 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-13  0:05 [binutils-gdb] gdb: Fix failure in gdb.base/complex-parts.exp for x86-32 sergiodj+buildbot
2019-04-13  0:43 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-13 21:26 [binutils-gdb] sim: Use host not target byte order for merging and splitting values sergiodj+buildbot
2019-04-13 22:25 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-15 12:26 [binutils-gdb] [binutils, ARM, 5/16] BF insns infrastructure with new global reloc R_ARM_THM_BF16 sergiodj+buildbot
2019-04-15 12:38 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-15 12:41 [binutils-gdb] [binutils, ARM, 6/16] New BF instruction for Armv8.1-M Mainline sergiodj+buildbot
2019-04-15 12:59 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-15 13:09 [binutils-gdb] [binutils, ARM, 7/16] New BFX and BFLX instruction for Armv8.1-M Mainline sergiodj+buildbot
2019-04-15 13:00 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-15 13:18 [binutils-gdb] [binutils, ARM, 8/16] BFL infrastructure with new global reloc R_ARM_THM_BF18 sergiodj+buildbot
2019-04-15 13:32 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-15 13:33 [binutils-gdb] [binutils, ARM, 9/16] New BFL instruction for Armv8.1-M Mainline sergiodj+buildbot
2019-04-15 13:50 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-15 13:50 [binutils-gdb] [binutils, ARM, 10/16] BFCSEL infrastructure with new global reloc R_ARM_THM_BF12 sergiodj+buildbot
2019-04-15 14:07 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-15 14:07 [binutils-gdb] [binutils, ARM, 11/16] New BFCSEL instruction for Armv8.1-M Mainline sergiodj+buildbot
2019-04-15 14:22 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-15 14:41 [binutils-gdb] [binutils, ARM, 13/16] Add support for CLRM sergiodj+buildbot
2019-04-15 14:45 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-15 15:14 [binutils-gdb] [binutils, ARM, 15/16] Add support for VSCCLRM sergiodj+buildbot
2019-04-15 15:16 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-15 15:32 [binutils-gdb] [binutils, ARM, 16/16] Add support to VLDR and VSTR of system registers sergiodj+buildbot
2019-04-15 15:41 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-15 15:51 [binutils-gdb] AArch64: Tidy up aarch64_gdbarch_init sergiodj+buildbot
2019-04-15 16:01 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-15 16:10 [binutils-gdb] AArch64 SVE: Check for vector length change when getting gdbarch sergiodj+buildbot
2019-04-15 16:46 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-15 16:46 [binutils-gdb] Fix AMD64 return value ABI in expression evaluation sergiodj+buildbot
2019-04-15 17:00 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-17  0:08 [binutils-gdb] gdb/riscv: Allow breakpoints to be created at invalid addresses sergiodj+buildbot
2019-04-17  0:30 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-17  9:15 [binutils-gdb] gdbserver: Move remote_debug to a single place sergiodj+buildbot
2019-04-17  9:36 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-17  9:56 [binutils-gdb] gdbserver: Add debug-file option sergiodj+buildbot
2019-04-17 10:05 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-17 13:19 [binutils-gdb] Avoid crash in dwarf2_init_complex_target_type sergiodj+buildbot
2019-04-17 13:33 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-17 16:36 [binutils-gdb] x86: Also check x86 linker_def for non-shared definition sergiodj+buildbot
2019-04-17 16:43 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-17 17:44 [binutils-gdb] x86: Suggest -fPIE when not building shared object sergiodj+buildbot
2019-04-17 17:47 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-18 16:30 [binutils-gdb] [gdb] Handle vfork in thread with follow-fork-mode child sergiodj+buildbot
2019-04-18 16:52 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-18 16:56 [binutils-gdb] Make process_stratum_target::stratum "final" sergiodj+buildbot
2019-04-18 17:07 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-18 21:56 [binutils-gdb] [gdb/testsuite] Fix gdb.base/break-probes.exp with native-gdbserver sergiodj+buildbot
2019-04-18 22:53 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-19  8:42 [binutils-gdb] s12z and h8300 no-print-map-discarded fails sergiodj+buildbot
2019-04-19  9:03 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-20 15:04 [binutils-gdb] OBVIOUS move add_comm_alias "!" <=> "shell" near the add_com "shell" sergiodj+buildbot
2019-04-20 15:19 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-20 15:36 [binutils-gdb] Fix GDB crash when registers cannot be modified sergiodj+buildbot
2019-04-20 15:53 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-20 15:56 [binutils-gdb] Fix "list" when control characters are seen sergiodj+buildbot
2019-04-20 15:53 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-20 17:12 [binutils-gdb] Make copy_name return std::string sergiodj+buildbot
2019-04-20 17:25 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-20 17:28 [binutils-gdb] Make objfile::static_links an htab_up sergiodj+buildbot
2019-04-20 17:44 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-20 17:46 [binutils-gdb] Use std::list for event notifications in gdbserver sergiodj+buildbot
2019-04-20 18:22 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-20 18:22 [binutils-gdb] Remove an include of common/queue.h sergiodj+buildbot
2019-04-20 18:38 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-20 18:38 [binutils-gdb] Remove common/queue.h sergiodj+buildbot
2019-04-20 18:44 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-22 18:42 [binutils-gdb] solib-svr4: Pass down svr4_info as much as possible sergiodj+buildbot
2019-04-23  2:56 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-23  3:32 [binutils-gdb] RISC-V: Enable 32-bit linux gdb core file support sergiodj+buildbot
2019-04-23  3:48 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-23  3:48 [binutils-gdb] [FYI] Add myself to gdb/MAINTAINERS sergiodj+buildbot
2019-04-23  4:05 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-23  4:05 [binutils-gdb] Support for DW_OP_addrx and DW_FORM_addrx tags sergiodj+buildbot
2019-04-23  4:18 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-23 13:32 [binutils-gdb] Testsuite: Remove pie from trace tests sergiodj+buildbot
2019-04-23 13:35 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-23 13:59 [binutils-gdb] [gdb/contrib] Remove superfluous .alt file after dwz invocation in cc-with-tweaks.sh sergiodj+buildbot
2019-04-23 14:00 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-23 14:16 [binutils-gdb] [gdb/testsuite] Fix gdb.btrace/reconnect.exp with native-gdbserver sergiodj+buildbot
2019-04-23 14:25 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-23 17:28 [binutils-gdb] Remove unused overload of line_header::file_name_at sergiodj+buildbot
2019-04-23 17:38 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-23 22:28 [binutils-gdb] gdb/iq2000: Use default gdbarch methods where possible sergiodj+buildbot
2019-04-23 22:46 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-23 22:47 [binutils-gdb] gdb/lm32: Use default gdbarch methods where possible sergiodj+buildbot
2019-04-23 23:54 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-23 23:54 [binutils-gdb] gdb/m32c: Use default gdbarch methods where possible sergiodj+buildbot
2019-04-24  0:27 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-24  0:27 [binutils-gdb] gdb/m68hc11: Use default gdbarch methods where possible sergiodj+buildbot
2019-04-24  1:00 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-24  1:00 [binutils-gdb] gdb/mn10300: Use default gdbarch methods where possible sergiodj+buildbot
2019-04-24  1:15 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-24  1:15 [binutils-gdb] gdb/moxie: Use default gdbarch methods where possible sergiodj+buildbot
2019-04-24  1:32 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-24  1:32 [binutils-gdb] gdb/msp430: Use default gdbarch methods where possible sergiodj+buildbot
2019-04-24  1:49 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-24  1:49 [binutils-gdb] gdb/nds32: Use default gdbarch methods where possible sergiodj+buildbot
2019-04-24  2:06 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-24  2:06 [binutils-gdb] gdb/nios2: Use default gdbarch methods where possible sergiodj+buildbot
2019-04-24  2:12 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-24  2:22 [binutils-gdb] gdb/or1k: Use default gdbarch methods where possible sergiodj+buildbot
2019-04-24  2:39 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-24  2:39 [binutils-gdb] gdb/rs6000: Use default gdbarch methods where possible sergiodj+buildbot
2019-04-24  2:49 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-24  3:12 [binutils-gdb] gdb/score: Use default gdbarch methods where possible sergiodj+buildbot
2019-04-24  3:25 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-24  3:29 [binutils-gdb] gdb/sh: Use default gdbarch methods where possible sergiodj+buildbot
2019-04-24  3:35 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-24  3:46 [binutils-gdb] gdb/sparc: Use default_unwind_pc sergiodj+buildbot
2019-04-24  4:34 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-24  4:34 [binutils-gdb] gdb/v850: Use default gdbarch methods where possible sergiodj+buildbot
2019-04-24  4:50 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-24  4:50 [binutils-gdb] gdb/vax: Use default gdbarch methods where possible sergiodj+buildbot
2019-04-24  4:57 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-24  5:07 [binutils-gdb] gdb/xstormy16: Use default gdbarch methods where possible sergiodj+buildbot
2019-04-24  5:24 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-24  5:24 [binutils-gdb] gdb/rl78: Use default gdbarch methods where possible sergiodj+buildbot
2019-04-24  6:31 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-24  9:43 [binutils-gdb] S12Z: Opcodes: Handle bit map operations with non-canonical operands sergiodj+buildbot
2019-04-24  9:52 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-24  9:43 [binutils-gdb] S12Z: s12z-opc.h: Add extern "C" bracketing sergiodj+buildbot
2019-04-24  9:24 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-24 18:26 [binutils-gdb] Fix passing of struct with bitfields on x86-64 sergiodj+buildbot
2019-04-24 18:44 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-24 20:48 [binutils-gdb] Fix Rust testing sergiodj+buildbot
2019-04-24 21:29 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
     [not found] <@gdb-build>
2019-04-25 13:59 ` sergiodj+buildbot
2019-04-25 14:51 [binutils-gdb] Detect invalid length field in debug frame FDE header sergiodj+buildbot
2019-04-25 14:55 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-25 19:20 [binutils-gdb] Implement dump of mappings with ELF headers by gcore sergiodj+buildbot
2019-04-25 18:42 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-25 19:27 [binutils-gdb] Remove exception_none sergiodj+buildbot
2019-04-25 19:44 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-25 19:44 [binutils-gdb] Make SJLJ exceptions more efficient sergiodj+buildbot
2019-04-25 19:49 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-25 20:51 [binutils-gdb] c++/24367: Infinite recursion of typedef substitution sergiodj+buildbot
2019-04-25 20:48 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-27  1:55 [binutils-gdb] [MIPS] Add load-link, store-conditional paired instructions sergiodj+buildbot
2019-04-27  2:04 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-27 11:41 [binutils-gdb] Implement show | set may-call-functions [on|off] sergiodj+buildbot
2019-04-27 11:48 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-28  5:25 [binutils-gdb] Follow-up to Support style in 'frame|thread apply' sergiodj+buildbot
2019-04-28  5:20 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-29 14:33 [binutils-gdb] S12Z: Opcodes: Fix crash when trying to decode a truncated operation sergiodj+buildbot
2019-04-29 14:47 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-29 15:13 [binutils-gdb] [gdb/testsuite] Fix regexp in skip_opencl_tests sergiodj+buildbot
2019-04-29 15:16 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-29 21:38 [binutils-gdb] gdb: Introduce new language field la_struct_too_deep_ellipsis sergiodj+buildbot
2019-04-29 21:43 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-29 21:55 [binutils-gdb] gdb: Introduce new language field la_is_string_type_p sergiodj+buildbot
2019-04-29 21:58 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-29 22:12 [binutils-gdb] gdb: Introduce 'print max-depth' feature sergiodj+buildbot
2019-04-29 22:19 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-30 13:16 [binutils-gdb] gdb/fortran: Additional builtin procedures sergiodj+buildbot
2019-04-30 13:02 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-30 13:50 [binutils-gdb] gdb/fortran: print function arguments when printing function type sergiodj+buildbot
2019-04-30 13:51 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-30 14:07 [binutils-gdb] gdb/fortran: Update rules for printing whitespace in types sergiodj+buildbot
2019-04-30 14:23 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-30 14:23 [binutils-gdb] gdb/fortran: Add allocatable type qualifier sergiodj+buildbot
2019-04-30 14:26 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-30 15:12 [binutils-gdb] Fix crash in dwarf2read.c with template parameters sergiodj+buildbot
2019-04-30 15:15 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-30 15:28 [binutils-gdb] Fix "catch exception" with dynamic linking sergiodj+buildbot
2019-04-30 15:45 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-30 21:55 [binutils-gdb] gdb/windows-nat.c: Get rid of main_thread_id global sergiodj+buildbot
2019-04-30 22:21 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-04-30 23:41 [binutils-gdb] Support DW_FORM_strx1, _strx2, _strx3, _strx4 forms sergiodj+buildbot
2019-04-30 23:43 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-01 13:53 [binutils-gdb] [gdb/testsuite] Fix "unable to find usable gdb" error with cc-with-tweaks.exp sergiodj+buildbot
2019-05-01 14:19 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-01 14:52 [binutils-gdb] Fix bug in assignment to nested packed structure sergiodj+buildbot
2019-05-01 14:57 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-01 16:32 [binutils-gdb] [BINUTILS, AArch64] Enable Transactional Memory Extension sergiodj+buildbot
2019-05-01 17:23 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-03  1:02 [binutils-gdb] Remove _initialize_valarith sergiodj+buildbot
2019-05-03  2:17 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-03  8:37 [binutils-gdb] On MS-Windows, define _WIN32_WINNT in a single common place sergiodj+buildbot
2019-05-03  8:55 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-03 11:15 [binutils-gdb] [gdb/testsuite] Add cc-with-gdb-index.exp sergiodj+buildbot
2019-05-03 11:19 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-03 23:22 [binutils-gdb] Add noyywrap to ada-lex.l sergiodj+buildbot
2019-05-03 23:36 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-03 23:39 [binutils-gdb] Fix cast of character to enum type in Ada sergiodj+buildbot
2019-05-04  0:10 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-04  8:16 [binutils-gdb] PR24511, nm should not mark symbols in .init_array as "t" sergiodj+buildbot
2019-05-04  8:23 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-04 20:02 [binutils-gdb] Don't derive partial_symbol from general_symbol_info sergiodj+buildbot
2019-05-04 20:17 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-04 21:04 [binutils-gdb] Change valid_user_defined_cmd_name_p to return bool sergiodj+buildbot
2019-05-04 21:08 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-04 21:19 [binutils-gdb] Change valid_command_p to return bool sergiodj+buildbot
2019-05-04 21:37 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-04 21:52 [binutils-gdb] Use bool, true, and false in arc-tdep.c sergiodj+buildbot
2019-05-04 22:00 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-04 22:08 [binutils-gdb] Use "false" in compile_cplus_convert_enum sergiodj+buildbot
2019-05-04 22:24 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-04 22:24 [binutils-gdb] Use gdb_assert_not_reached in arm-linux-nat.c sergiodj+buildbot
2019-05-04 22:35 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-04 22:41 [binutils-gdb] Change arc_tdesc_init to return bool sergiodj+buildbot
2019-05-04 22:46 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-04 23:12 [binutils-gdb] Remove a VEC from aarch64-tdep.c sergiodj+buildbot
2019-05-04 23:17 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-06  3:06 [binutils-gdb] PicoJava weak undefined symbols sergiodj+buildbot
2019-05-06  2:55 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-06 14:09 [binutils-gdb] Add load-link, store-conditional paired EVA instructions sergiodj+buildbot
2019-05-06 14:03 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-07  9:16 [binutils-gdb] [gdb/testsuite] Fix handling of DW_FORM_ref_addr in dwarf assembler sergiodj+buildbot
2019-05-07  8:59 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-07  9:16 [binutils-gdb] [gdb/testsuite] Fix .debug_aranges in dw2-case-insensitive-debug.S sergiodj+buildbot
2019-05-07  9:17 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-07  9:52 [binutils-gdb] [gdb/testsuite] Fix .debug_aranges in watch-loc.c sergiodj+buildbot
2019-05-07 10:09 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-07 10:09 [binutils-gdb] [gdb/testsuite] Fix ls_host return in index-cache.exp sergiodj+buildbot
2019-05-07 10:27 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-08 14:11 [binutils-gdb] Do not force the m68k-elf linker to fail if it encoutners a non-ELF format file sergiodj+buildbot
2019-05-08 14:23 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-08 16:34 [binutils-gdb] Fix VLA printing for Ada sergiodj+buildbot
2019-05-08 16:46 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-08 17:16 [binutils-gdb] Change ptype/o to print bit offset sergiodj+buildbot
2019-05-08 17:13 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-08 17:32 [binutils-gdb] Correctly handle non-C-style arrays in c_get_string sergiodj+buildbot
2019-05-08 17:35 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-08 18:11 [binutils-gdb] Fix build problem in fputs_maybe_filtered sergiodj+buildbot
2019-05-08 18:14 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-08 19:04 [binutils-gdb] Move "watchdog" to remote.c sergiodj+buildbot
2019-05-08 19:09 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-08 19:38 [binutils-gdb] When debugging a mixed Ada/C program using this scenario: sergiodj+buildbot
2019-05-08 19:47 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-08 20:19 [binutils-gdb] gdb: Merge two 'New commands' sections in NEWS file sergiodj+buildbot
2019-05-08 20:44 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-08 22:42 [binutils-gdb] Convert main_info to type-safe registry API sergiodj+buildbot
2019-05-08 22:53 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-08 22:58 [binutils-gdb] Convert symbol_cache to type-safe registry API sergiodj+buildbot
2019-05-08 23:05 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-08 23:31 [binutils-gdb] Convert inflow to type-safe registry API sergiodj+buildbot
2019-05-08 23:30 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-08 23:46 [binutils-gdb] Convert break-catch-syscall.c to type-safe registry API sergiodj+buildbot
2019-05-08 23:48 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-09  0:18 [binutils-gdb] Convert auto-load.c to type-safe registry API sergiodj+buildbot
2019-05-09  0:19 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-09  0:36 [binutils-gdb] Convert dwarf2_per_objfile to type-safe registry API sergiodj+buildbot
2019-05-09  0:39 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-09  1:11 [binutils-gdb] Convert auxv.c to type-safe registry API sergiodj+buildbot
2019-05-09  1:11 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-09  1:46 [binutils-gdb] Convert breakpoint.c to type-safe registry API sergiodj+buildbot
2019-05-09  1:54 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-09  2:03 [binutils-gdb] Convert remote.c to type-safe registry API sergiodj+buildbot
2019-05-09  2:05 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-09  2:52 [binutils-gdb] Convert probes to type-safe registry API sergiodj+buildbot
2019-05-09  2:58 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-09  3:27 [binutils-gdb] Convert ada-tasks.c to type-safe registry API sergiodj+buildbot
2019-05-09  3:35 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-09  4:18 [binutils-gdb] Convert ada-lang.c to type-safe registry API sergiodj+buildbot
2019-05-09  4:31 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-09  4:52 [binutils-gdb] Add a noop deleter sergiodj+buildbot
2019-05-09  4:53 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-09  5:09 [binutils-gdb] Convert mdebugread.c to type-safe registry API sergiodj+buildbot
2019-05-09  5:25 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-09  5:25 [binutils-gdb] Convert elfread.c to type-safe registry API sergiodj+buildbot
2019-05-09  5:28 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-09  5:43 [binutils-gdb] Convert hppa-tdep.c to type-safe registry API sergiodj+buildbot
2019-05-09  5:49 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-09  6:17 [binutils-gdb] Convert stabsread.c to type-safe registry API sergiodj+buildbot
2019-05-09  6:18 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-09  6:34 [binutils-gdb] Convert objc-lang.c to type-safe registry API sergiodj+buildbot
2019-05-09  6:41 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-09  7:05 [binutils-gdb] Convert gdbtypes.c to type-safe registry API sergiodj+buildbot
2019-05-09  7:07 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-09  7:22 [binutils-gdb] [gdb/testsuite] Fix gdb.arch/amd64-entry-value-paramref.S sergiodj+buildbot
2019-05-09  7:27 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-09 10:07 [binutils-gdb] [binutils][aarch64] Allow movprfx for SVE2 instructions sergiodj+buildbot
2019-05-09 10:09 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-09 10:22 [binutils-gdb] [binutils][aarch64] Introduce SVE_IMM_ROT3 operand sergiodj+buildbot
2019-05-09 10:27 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-09 10:37 [binutils-gdb] [binutils][aarch64] New iclass sve_size_hsd2 sergiodj+buildbot
2019-05-09 10:52 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-09 10:53 [binutils-gdb] [binutils][aarch64] New SVE_Zm3_11_INDEX operand sergiodj+buildbot
2019-05-09 11:03 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-09 11:25 [binutils-gdb] [binutils][aarch64] New sve_size_sd2 iclass sergiodj+buildbot
2019-05-09 11:33 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-09 11:57 [binutils-gdb] [binutils][aarch64] New sve_size_013 iclass sergiodj+buildbot
2019-05-09 12:05 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-09 12:14 [binutils-gdb] [binutils][aarch64] New SVE_SHRIMM_UNPRED_22 operand sergiodj+buildbot
2019-05-09 12:22 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-09 12:31 [binutils-gdb] [binutils][aarch64] New sve_shift_tsz_bhsd iclass sergiodj+buildbot
2019-05-09 12:45 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-09 13:14 [binutils-gdb] [binutils][aarch64] New sve_size_tsz_bhs iclass sergiodj+buildbot
2019-05-09 13:04 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-09 13:21 [binutils-gdb] [binutils][aarch64] New SVE_SHLIMM_UNPRED_22 operand sergiodj+buildbot
2019-05-09 13:24 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-09 13:53 [binutils-gdb] [gdb/testsuite] Fix gdb.arch/amd64-tailcall-self.S sergiodj+buildbot
2019-05-09 14:00 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-10 13:40 [binutils-gdb] Two minor constifications sergiodj+buildbot
2019-05-10 13:45 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-10 16:16 [binutils-gdb] Add completion for Ada catch commands sergiodj+buildbot
2019-05-10 16:29 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-10 20:58 [binutils-gdb] cc-with-tweaks: show dwz stderr and verify result sergiodj+buildbot
2019-05-10 20:48 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-11  0:59 [binutils-gdb] PowerPC objdump -Mraw sergiodj+buildbot
2019-05-11  1:01 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-12 16:12 [binutils-gdb] Fix two langauge -> language typos sergiodj+buildbot
2019-05-12 16:25 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-14  8:28 [binutils-gdb] [gdb/testsuite] Fix base address selection entry encoding in dw2-skip-prologue.S sergiodj+buildbot
2019-05-14  8:38 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-14  9:55 [binutils-gdb] AArch64: Add half float view to V registers sergiodj+buildbot
2019-05-14  9:56 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-14 10:15 [binutils-gdb] A series of fixes to addres problems detected by compiling the assembler with address sanitization enabled sergiodj+buildbot
2019-05-14 10:17 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-14 10:31 [binutils-gdb] Add new option to objcopy: --verilog-data-width. Use this option to set the size of byte bundles generated in verilog format files sergiodj+buildbot
2019-05-14 10:34 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-14 14:08 [binutils-gdb] Add file name styling to "info sharedlibrary" sergiodj+buildbot
2019-05-14 14:11 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-14 22:29 [binutils-gdb] Fix assertion failure in coerce_unspec_val_to_type sergiodj+buildbot
2019-05-14 22:40 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-15  7:31 [binutils-gdb] ARM STM32L4XX erratum test failure sergiodj+buildbot
2019-05-15  7:42 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-15 14:17 [binutils-gdb] Don't crash if dwarf_decode_macro_bytes's 'body' is NULL sergiodj+buildbot
2019-05-15 14:40 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-15 21:57 [binutils-gdb] gdb/fortran: Add sizeof tests for indexed and sliced arrays sergiodj+buildbot
2019-05-15 21:45 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-16 13:25 [binutils-gdb] Revert "ARM STM32L4XX erratum test failure" sergiodj+buildbot
2019-05-16 13:46 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-16 15:57 [binutils-gdb] [PATCH 1/57][Arm][GAS]: Add support for +mve and +mve.fp sergiodj+buildbot
2019-05-16 15:59 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-16 16:29 [binutils-gdb] [PATCH 45/57][Arm][OBJDUMP] Add support for MVE instructions: vmov, vmvn, vorr, vorn, vmovx and vbic sergiodj+buildbot
2019-05-16 16:29 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-16 17:04 [binutils-gdb] [PATCH 47/57][Arm][OBJDUMP] Add support for MVE instructions: vaddv, vmlaldav, vmladav, vmlas, vrmlsldavh, vmlsldav, vmlsdav, vrmlaldavh, vqdmlah, vqrdmlash, vqrdmlash, vqdmlsdh, vqrdmlsdh, vqdmulh and vqrdmulh sergiodj+buildbot
2019-05-16 17:05 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-16 17:22 [binutils-gdb] [PATCH 48/57][Arm][OBJDUMP] Add support for MVE instructions: vddup, vdwdup, vidup and viwdup sergiodj+buildbot
2019-05-16 17:32 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-16 17:53 [binutils-gdb] [PATCH 50/57][Arm][OBJDUMP] Add support for MVE shift instructions sergiodj+buildbot
2019-05-16 17:54 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-16 18:25 [binutils-gdb] [PATCH 52/57][Arm][OBJDUMP] Add support for MVE instructions: vadc, vabav, vabd, vabs, vadd, vsbc and vsub sergiodj+buildbot
2019-05-16 18:31 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-16 18:42 [binutils-gdb] [PATCH 53/57][Arm][OBJDUMP] Add support for MVE instructions: vand, vbrsr, vcls, vclz and vctp sergiodj+buildbot
2019-05-16 18:47 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-16 19:14 [binutils-gdb] [PATCH 55/57][Arm][OBJDUMP] Add support for MVE instructions: vmul, vmulh, vrmulh and vneg sergiodj+buildbot
2019-05-16 19:17 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-16 19:46 [binutils-gdb] Fix darwin-nat.c build sergiodj+buildbot
2019-05-16 19:47 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-16 20:49 [binutils-gdb] Bool-ify stap-probe.c and stap-related code on i386-tdep.c sergiodj+buildbot
2019-05-16 20:53 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-16 21:04 [binutils-gdb] Update some comments on stap-probe.c sergiodj+buildbot
2019-05-16 21:09 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-16 21:21 [binutils-gdb] Slightly improve logic of some operations on stap-probe.c sergiodj+buildbot
2019-05-16 21:22 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-16 21:37 [binutils-gdb] Fix complaint string formatting on stap-probe.c sergiodj+buildbot
2019-05-16 21:41 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-16 21:53 [binutils-gdb] Make stap-probe.c:stap_parse_register_operand's "regname" an std::string sergiodj+buildbot
2019-05-16 21:54 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-17  7:58 [binutils-gdb] [gdb] Fix heap-use-after-free in typename_concat sergiodj+buildbot
2019-05-17  7:55 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-17 10:06 [binutils-gdb] Add myself to gdb/MAINTAINERS sergiodj+buildbot
2019-05-17 10:18 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-17 10:42 [binutils-gdb] MI: extract command completion logic from complete_command() sergiodj+buildbot
2019-05-17 11:00 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-17 11:02 [binutils-gdb] MI: Add new command -complete sergiodj+buildbot
2019-05-17 11:40 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-17 13:27 [binutils-gdb] Change file close behavior for tee_file sergiodj+buildbot
2019-05-17 13:35 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-17 13:46 [binutils-gdb] Add debug redirect option sergiodj+buildbot
2019-05-17 13:51 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-17 14:55 [binutils-gdb] testsuite: Disable some tests when logging sergiodj+buildbot
2019-05-17 15:02 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-17 15:53 [binutils-gdb] testsuite: Record all gdb input to gdb.in sergiodj+buildbot
2019-05-17 15:53 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-17 16:15 [binutils-gdb] testsuite: Create .cmd files for gdb and gdbserver sergiodj+buildbot
2019-05-17 16:10 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-17 16:26 [binutils-gdb] testsuite: Add replay logging to GDBSERVER_DEBUG sergiodj+buildbot
2019-05-17 16:27 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-17 16:43 [binutils-gdb] testsuite: Remove TRANSCRIPT support sergiodj+buildbot
2019-05-17 16:55 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-17 17:00 [binutils-gdb] Constify annotate_source sergiodj+buildbot
2019-05-17 17:00 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-17 17:37 [binutils-gdb] Don't cast away const in find_and_open_source sergiodj+buildbot
2019-05-17 17:42 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-18  9:06 [binutils-gdb] gdb: Add constructor to struct cu_partial_die_info sergiodj+buildbot
2019-05-18  9:19 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-21  7:37 [binutils-gdb] Updated translations for various binutils subdirectories sergiodj+buildbot
2019-05-21  7:45 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-21  9:03 [binutils-gdb] Fix PR 24564 - link fails for some rcalls/rjmps with wraparound sergiodj+buildbot
2019-05-21  9:14 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-21 10:14 [binutils-gdb] Fix PR 24571 - Relaxation does not shorten jmp or call to target at pc-relative range boundary sergiodj+buildbot
2019-05-21 10:15 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-21 14:27 [binutils-gdb] AArch64: Implement choice between Cortex-A53 erratum workarounds. (PR ld/24373) sergiodj+buildbot
2019-05-21 14:33 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-21 15:16 [binutils-gdb] [binutils][Arm] Fix Branch Future relocation handling and testisms sergiodj+buildbot
2019-05-21 15:18 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-21 16:56 [binutils-gdb] [gdb/testsuite] Require c++11 where necessary sergiodj+buildbot
2019-05-21 17:02 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-21 17:09 [binutils-gdb] [gdb/cli] Fix use of uninitialized variable in complete_command sergiodj+buildbot
2019-05-21 17:10 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-21 18:53 [binutils-gdb] [binutils, Arm] Add support for shift instructions in MVE sergiodj+buildbot
2019-05-21 19:12 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-21 19:25 [binutils-gdb] [binutils, Arm] Add support for conditional instructions in Armv8.1-M Mainline sergiodj+buildbot
2019-05-21 19:25 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-21 19:31 [binutils-gdb] [binutils, ARM] <spec_reg> changes for VMRS and VMSR instructions sergiodj+buildbot
2019-05-21 19:50 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-21 20:39 [binutils-gdb] MIPS/LD: Fix memory fault linking non-PIC object in to shared library sergiodj+buildbot
2019-05-21 21:00 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-21 21:26 [binutils-gdb] MIPS/LD: Reject tprel_hi and tprel_lo relocations in shared library sergiodj+buildbot
2019-05-21 21:38 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-22  0:49 [binutils-gdb] gdb/fortran: Handle gdbarch_floatformat_for_type returning nullptr sergiodj+buildbot
2019-05-22  0:57 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-22 11:18 [binutils-gdb] ARM STM32L4XX erratum test failure with MALLOC_PERTURB_ sergiodj+buildbot
2019-05-22 11:43 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-22 14:47 [binutils-gdb] Document gdb.in/gdb.cmd files and debugredirect cli command sergiodj+buildbot
2019-05-22 14:47 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-22 16:32 [binutils-gdb] AArch64: Treat pauth ops as nops on non-pauth systems sergiodj+buildbot
2019-05-22 16:32 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-22 18:33 [binutils-gdb] [gdb/testsuite] Require c++11 for gdb.base/align.exp sergiodj+buildbot
2019-05-22 18:41 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-22 20:42 [binutils-gdb] Add "style" proc to the test suite sergiodj+buildbot
2019-05-22 20:55 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-23  1:16 [binutils-gdb] Constify target_ops::follow_exec sergiodj+buildbot
2019-05-23  1:50 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-23 18:17 [binutils-gdb] config.guess, config.sub: synchronize with config project master sources sergiodj+buildbot
2019-05-23 18:17 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-23 19:17 [binutils-gdb] include: add elf/bpf.h sergiodj+buildbot
2019-05-23 19:27 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-23 20:19 [binutils-gdb] opcodes: add support for eBPF sergiodj+buildbot
2019-05-23 20:16 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-24  2:50 [binutils-gdb] PowerPC add initial -mfuture instruction support sergiodj+buildbot
2019-05-24  3:02 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-24  3:11 [binutils-gdb] PowerPC D-form prefixed loads and stores sergiodj+buildbot
2019-05-24  3:22 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-24  3:29 [binutils-gdb] PowerPC relocations for prefix insns sergiodj+buildbot
2019-05-24  3:30 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-24  3:52 [binutils-gdb] PowerPC GOT_PCREL34 optimisation sergiodj+buildbot
2019-05-24  3:53 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-24  4:14 [binutils-gdb] PowerPC notoc linkage stubs sergiodj+buildbot
2019-05-24  4:20 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-25  0:33 [binutils-gdb] aarch64: add STO_AARCH64_VARIANT_PCS and DT_AARCH64_VARIANT_PCS sergiodj+buildbot
2019-05-25  0:49 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-25  0:56 [binutils-gdb] aarch64: handle STO_AARCH64_VARIANT_PCS in bfd sergiodj+buildbot
2019-05-25  1:06 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-27  8:33 [binutils-gdb] Generic ELF target group signature symbol sergiodj+buildbot
2019-05-27  8:35 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-27  9:04 [binutils-gdb] Another generic ELF target assertion failure sergiodj+buildbot
2019-05-27  9:08 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-28  3:44 [binutils-gdb] Fix typo in gdb/NEWS sergiodj+buildbot
2019-05-28  3:44 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-28  5:01 [binutils-gdb] Obsolete tic30-aout, and linker segmentation faults sergiodj+buildbot
2019-05-28  5:06 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-28  5:51 [binutils-gdb] HPPA64 linker segmentation faults sergiodj+buildbot
2019-05-28  6:01 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-29  0:02 [binutils-gdb] LM32 linker segmentation faults sergiodj+buildbot
2019-05-29  0:02 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-29  0:04 [binutils-gdb] Alpha-linux linker segmentation fault sergiodj+buildbot
2019-05-29  0:04 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-29  0:06 [binutils-gdb] Microblaze linker segmentation fault sergiodj+buildbot
2019-05-29  0:06 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-29  0:08 [binutils-gdb] Suppress SIGTTOU when handling errors sergiodj+buildbot
2019-05-29  0:08 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-29  0:11 [binutils-gdb] include: new header ctf-api.h sergiodj+buildbot
2019-05-29  0:11 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-29  0:36 [binutils-gdb] libctf: low-level list manipulation and helper utilities sergiodj+buildbot
2019-05-29  0:36 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-29  0:50 [binutils-gdb] libctf: build system sergiodj+buildbot
2019-05-29  5:12 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-29  0:56 [binutils-gdb] Add libctf to top-level MAINTAINERS; add myself as CTF maintainer sergiodj+buildbot
2019-05-29  5:21 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-29  1:04 [binutils-gdb] Remove find_old_style_renaming_symbol sergiodj+buildbot
2019-05-29  5:41 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-29  1:13 [binutils-gdb] MIPS/LD: Skip overflow check for %pcrel_hi relocations sergiodj+buildbot
2019-05-29  6:20 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-29  1:35 [binutils-gdb] libctf: hashing sergiodj+buildbot
2019-05-29  1:38 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-29  1:53 [binutils-gdb] libctf: creation functions sergiodj+buildbot
2019-05-29  1:54 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-29  2:19 [binutils-gdb] libctf: opening sergiodj+buildbot
2019-05-29  2:17 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-29  3:14 [binutils-gdb] libctf: mmappable archives sergiodj+buildbot
2019-05-29  3:14 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-29  3:33 [binutils-gdb] libctf: core type lookup sergiodj+buildbot
2019-05-29  3:39 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-29  3:57 [binutils-gdb] libctf: type copying sergiodj+buildbot
2019-05-29  3:58 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-29  4:16 [binutils-gdb] libctf: library version enforcement sergiodj+buildbot
2019-05-29  4:24 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-29  4:47 [binutils-gdb] libctf: labels sergiodj+buildbot
2019-05-29  4:47 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-29  4:51 [binutils-gdb] libctf: debug dumping sergiodj+buildbot
2019-05-29  4:51 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-29 11:42 [binutils-gdb] Do not build libctf for targets that do not use the ELF file format sergiodj+buildbot
2019-05-29 11:48 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-29 12:50 [binutils-gdb] Sync top level files with versions from gcc sergiodj+buildbot
2019-05-29 13:41 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-29 16:06 [binutils-gdb] Add new GCC 9 warnings to warnings.m4 sergiodj+buildbot
2019-05-29 16:10 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-29 16:38 [binutils-gdb] Make some DWARF complaints clearer sergiodj+buildbot
2019-05-29 18:14 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-29 17:24 [binutils-gdb] Fix failure in gdb.ada/complete.exp sergiodj+buildbot
2019-05-29 18:33 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-29 21:49 [binutils-gdb] Don't crash is dwarf_decode_macro_bytes's 'body' is NULL, even when '!is_define' sergiodj+buildbot
2019-05-29 22:26 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-30 14:19 [binutils-gdb] Initialize variable word in complete sergiodj+buildbot
2019-05-30 15:01 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-31 15:41 [binutils-gdb] libctf: fix a number of build problems found on Solaris and NetBSD sergiodj+buildbot
2019-05-31 14:58 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-31 17:03 [binutils-gdb] Add previous_saved_command_line to allow a command to repeat a previous command sergiodj+buildbot
2019-05-31 17:29 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-31 18:04 [binutils-gdb] Implement | (pipe) command sergiodj+buildbot
2019-05-31 18:05 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-05-31 18:35 [binutils-gdb] NEWS and documentation for | (pipe) command sergiodj+buildbot
2019-05-31 18:39 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-03  2:58 [binutils-gdb] Remove fromhex implementation from gdbreplay sergiodj+buildbot
2019-06-03  2:59 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-03 16:02 [binutils-gdb] Don't waste space in prefix_opcd_indices sergiodj+buildbot
2019-06-03 16:03 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-03 21:15 [binutils-gdb] Revert patch that disables building libctf for non-ELF based targets sergiodj+buildbot
2019-06-03 21:12 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-03 21:49 [binutils-gdb] Add highlight style, title style, fputs_highlighted. Improve 'show style' sergiodj+buildbot
2019-06-03 21:51 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-03 22:05 [binutils-gdb] Improve usability and/or readibility of help and apropos output sergiodj+buildbot
2019-06-03 22:15 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-03 22:28 [binutils-gdb] Update tests following changes to "help" and "apropos" sergiodj+buildbot
2019-06-03 22:38 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-03 23:06 [binutils-gdb] Document in NEWS and gdb.texinfo the "help", "apropos" and "show style" changes sergiodj+buildbot
2019-06-03 23:09 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-04 16:15 [binutils-gdb] Remove an unnecessary set of parentheses in the arm-dis.c source file sergiodj+buildbot
2019-06-04 16:16 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-04 16:45 [binutils-gdb] Add an objfile getter to gdb.Type sergiodj+buildbot
2019-06-04 16:45 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-04 17:11 [binutils-gdb] Add support for Intel ENQCMD[S] instructions sergiodj+buildbot
2019-06-04 17:11 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-04 17:31 [binutils-gdb] Enable Intel AVX512_VP2INTERSECT insn sergiodj+buildbot
2019-06-04 17:32 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-04 18:26 [binutils-gdb] libctf: fix the type of ctf_enum.cte_value sergiodj+buildbot
2019-06-04 18:30 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-04 19:32 [binutils-gdb] libctf: look for BSD versus GNU qsort_r signatures sergiodj+buildbot
2019-06-04 19:37 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-04 19:41 [binutils-gdb] libctf: work on platforms without O_CLOEXEC sergiodj+buildbot
2019-06-04 19:41 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-04 21:05 [binutils-gdb] i386: Check for reserved VEX.vvvv and EVEX.vvvv sergiodj+buildbot
2019-06-04 21:05 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-04 21:37 [binutils-gdb] Use CHAR_BIT instead of NBBY in libctf sergiodj+buildbot
2019-06-04 21:44 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-04 23:38 [binutils-gdb] Introduce and use make_unique_xstrdup sergiodj+buildbot
2019-06-04 23:43 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-05 10:48 [binutils-gdb] gdb/riscv: Don't error when decoding a 6 or 8 byte instruction sergiodj+buildbot
2019-06-05 10:49 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-05 13:33 [binutils-gdb] gdb/testsuite: Improve comments in recently added test sergiodj+buildbot
2019-06-05 13:33 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-06 13:19 [binutils-gdb] [LD, AArch64] Move ELF options behind -z sergiodj+buildbot
2019-06-06 13:32 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-06 15:13 [binutils-gdb] [BFD, AArch64] Fix PT_GNU_PROPERTY alignment issue sergiodj+buildbot
2019-06-06 15:13 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-06 18:15 [binutils-gdb] Add timestamps to "maint time" output sergiodj+buildbot
2019-06-06 18:15 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-07 13:33 [binutils-gdb] Apply substitute-path to relative filenames as well sergiodj+buildbot
2019-06-07 13:40 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-07 14:40 [binutils-gdb] libctf: mark various args as unused in the !HAVE_MMAP case sergiodj+buildbot
2019-06-07 14:46 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-07 15:10 [binutils-gdb] libctf: explicitly cast more size_t types used in printf()s sergiodj+buildbot
2019-06-07 15:16 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-07 15:36 [binutils-gdb] libctf: avoid strndup sergiodj+buildbot
2019-06-07 15:45 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-10 13:53 [binutils-gdb] [gdb/symtab] Support DW_AT_main_subprogram with -readnow sergiodj+buildbot
2019-06-10 14:05 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-10 14:58 [binutils-gdb] Use gdbpy_enter in py-breakpoint.c sergiodj+buildbot
2019-06-10 15:03 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-10 15:47 [binutils-gdb] Update help text in ada-lang.c sergiodj+buildbot
2019-06-10 15:47 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-10 19:04 [binutils-gdb] [gdb/symtab] Fix symbol loading performance regression sergiodj+buildbot
2019-06-10 19:05 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-10 19:29 [binutils-gdb] [gdb] Fix dynamic-stack-buffer-overflow in linespec_lexer_lex_string sergiodj+buildbot
2019-06-10 19:34 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-10 20:13 [binutils-gdb] [gdb] Fix heap-buffer-overflow in cp_find_first_component_aux sergiodj+buildbot
2019-06-10 20:02 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-11  7:57 [binutils-gdb] gdb: Check for not allocated/associated values during array slicing sergiodj+buildbot
2019-06-11  8:03 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-11 11:55 [binutils-gdb] [gdb/testsuite] Add readnow.exp sergiodj+buildbot
2019-06-11 11:58 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-11 13:14 [binutils-gdb] Remove shadowing from darwin-nat.c sergiodj+buildbot
2019-06-11 13:21 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-11 13:39 [binutils-gdb] [gdb/testsuite] Fix remove-inferiors.exp FAIL with readnow board sergiodj+buildbot
2019-06-11 13:34 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-11 15:37 [binutils-gdb] Remove linux-waitpid.c debugging code sergiodj+buildbot
2019-06-11 15:43 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-12 21:16 [binutils-gdb] Prevent a seg-fault from objdup when disassembling binaries which do not contain a symbol table sergiodj+buildbot
2019-06-12 21:25 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-12 22:32 [binutils-gdb] Remove the ldmx mnemonic that never made it into POWER9 sergiodj+buildbot
2019-06-12 22:38 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-12 23:45 [binutils-gdb] opcodes/or1k: Regenerate opcodes sergiodj+buildbot
2019-06-12 23:51 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-13  0:53 [binutils-gdb] Fix latent bug in custom word point completion handling sergiodj+buildbot
2019-06-13  0:57 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-13  1:10 [binutils-gdb] Fix latent bug with custom word point completers sergiodj+buildbot
2019-06-13  1:10 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-13  1:34 [binutils-gdb] Make check_for_argument skip whitespace after arg itself sergiodj+buildbot
2019-06-13  1:34 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-13  1:56 [binutils-gdb] Allow "unlimited" abbreviations sergiodj+buildbot
2019-06-13  1:56 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-13  2:04 [binutils-gdb] Fix "set enum-command value junk" sergiodj+buildbot
2019-06-13  2:14 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-13  2:25 [binutils-gdb] Remove "show" command completers, "set" command completers for string commands sergiodj+buildbot
2019-06-13  2:27 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-13  2:36 [binutils-gdb] New set/show testing framework (gdb.base/settings.exp) sergiodj+buildbot
2019-06-13  2:42 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-13  2:48 [binutils-gdb] Introduce generic command options framework sergiodj+buildbot
2019-06-13  2:48 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-13  2:53 [binutils-gdb] Make "print" and "compile print" support -OPT options sergiodj+buildbot
2019-06-13  2:53 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-13 10:19 [binutils-gdb] Fix gdb build with -std=gnu++11 sergiodj+buildbot
2019-06-13 10:25 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-13 14:06 [binutils-gdb] sim/common: Wire in df/di conversion sergiodj+buildbot
2019-06-13 14:08 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-13 14:32 [binutils-gdb] sim/common: wire up new unordered comparisons sergiodj+buildbot
2019-06-13 14:47 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-13 15:25 [binutils-gdb] sim/testsuite/or1k: Add tests for unordered compares sergiodj+buildbot
2019-06-13 15:25 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-14  6:59 [binutils-gdb] Regenerate with approved autotools version sergiodj+buildbot
2019-06-14  7:09 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-14 14:49 [binutils-gdb] Fix gdb.ada/vla.exp sergiodj+buildbot
2019-06-14 14:53 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-14 14:49 [binutils-gdb] Add R_AARCH64_P32_MOVW_PREL_* ELF32 relocs sergiodj+buildbot
2019-06-14 14:46 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-14 15:12 [binutils-gdb] Remove alloca(0) calls sergiodj+buildbot
2019-06-14 15:01 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-14 15:48 [binutils-gdb] Recognize _ in attribute names sergiodj+buildbot
2019-06-14 16:08 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-14 16:19 [binutils-gdb] gdb: Use scoped_restore_terminal_state in annotate.c sergiodj+buildbot
2019-06-14 16:21 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-14 16:57 [binutils-gdb] Only compute realpath when basenames_may_differ is set sergiodj+buildbot
2019-06-14 17:07 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-14 22:55 [binutils-gdb] Warn if add-symbol-file does not provide any symbols sergiodj+buildbot
2019-06-14 23:04 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-14 23:38 [binutils-gdb] Minor NEWS rearrangement sergiodj+buildbot
2019-06-14 23:50 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-15  0:36 [binutils-gdb] Do not emit style escape sequences to log file sergiodj+buildbot
2019-06-15  0:41 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-15 22:01 [binutils-gdb] gdb: Remove file path from test name sergiodj+buildbot
2019-06-15 22:17 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-15 22:42 [binutils-gdb] gdb: New function to open source file and compute line charpos data sergiodj+buildbot
2019-06-15 22:53 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-15 23:07 [binutils-gdb] gdb: Remove an update of current_source_line and current_source_symtab sergiodj+buildbot
2019-06-15 23:24 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-16  0:13 [binutils-gdb] gdb/mi: New commands to catch C++ exceptions sergiodj+buildbot
2019-06-16  0:15 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-16  1:15 [binutils-gdb] gdb/fortran: Show the type for non allocated / associated types sergiodj+buildbot
2019-06-16  1:16 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-16 16:27 [binutils-gdb] Make gdb.base/index-cache.exp work with readnow board (PR 24669) sergiodj+buildbot
2019-06-16 16:24 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-16 16:53 [binutils-gdb] Remove some NULL checks from the TUI sergiodj+buildbot
2019-06-16 17:10 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-16 17:15 [binutils-gdb] gdb/testsuite: Improve detection of bug gdb/24541 sergiodj+buildbot
2019-06-16 17:25 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-16 18:17 [binutils-gdb] Remove unnecessary casts of NULL sergiodj+buildbot
2019-06-16 18:27 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-16 18:41 [binutils-gdb] Replace uses of concat with xstrdup sergiodj+buildbot
2019-06-16 18:42 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-16 20:27 [binutils-gdb] gdb: Remove unused signal mask sergiodj+buildbot
2019-06-16 20:29 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-16 21:57 [binutils-gdb] Don't cast a tui_win_info directly to tui_gen_win_info sergiodj+buildbot
2019-06-16 21:57 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-17  1:14 [binutils-gdb] [gdb/contrib] Fix gdb/contrib/gdb-add-index.sh for dwz-m-ed execs sergiodj+buildbot
2019-06-17  1:35 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-17 18:56 [binutils-gdb] aarch64: remove unnecessary loc_hash_table traversal sergiodj+buildbot
2019-06-17 18:46 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-17 19:36 [binutils-gdb] i386: Check vector length for vshufXXX/vinsertXXX/vextractXXX sergiodj+buildbot
2019-06-17 19:42 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-18  7:53 [binutils-gdb] [gdb] Fix heap-buffer-overflow in child_path sergiodj+buildbot
2019-06-18  7:49 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-18 17:21 [binutils-gdb] Add comment to list0.h sergiodj+buildbot
2019-06-18 17:27 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-19 17:21 [binutils-gdb] [gdb] Fix clang buildbreaker sergiodj+buildbot
2019-06-19 17:21 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-20  5:24 [binutils-gdb] i386: Check vector length for EVEX broadcast instructions sergiodj+buildbot
2019-06-20  5:03 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-20  9:51 [binutils-gdb] Don't declare tui_init_content_element sergiodj+buildbot
2019-06-20 10:06 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-21  7:56 [binutils-gdb] [gdbserver] Fix s390x -m31 gdbserver build sergiodj+buildbot
2019-06-21  8:10 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-21 12:52 [binutils-gdb] PR24689, string table corruption sergiodj+buildbot
2019-06-21 12:54 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-21 13:47 [binutils-gdb] libctf: handle errors on dynhash insertion better sergiodj+buildbot
2019-06-21 13:59 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-21 14:04 [binutils-gdb] libctf: drop mmap()-based CTF data allocator sergiodj+buildbot
2019-06-21 14:07 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-21 14:34 [binutils-gdb] libctf: dump header offsets into the debugging output sergiodj+buildbot
2019-06-21 14:37 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-21 15:10 [binutils-gdb] libctf: unidentified type kinds on open are a sign of file corruption sergiodj+buildbot
2019-06-21 15:13 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-21 15:22 [binutils-gdb] Fix gnulib/update-gnulib.sh sergiodj+buildbot
2019-06-21 15:32 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-21 15:45 [binutils-gdb] Add gnulib to gdb release tarball sergiodj+buildbot
2019-06-21 15:49 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-21 17:15 [binutils-gdb] [gdb/testsuite] Mark ptype_union.exp as unsupported for cc-with-gdb-index sergiodj+buildbot
2019-06-21 17:27 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-21 20:25 [binutils-gdb] dwarf2read: Use bool for dwarf2_section_info fields sergiodj+buildbot
2019-06-21 20:29 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-21 20:33 [binutils-gdb] dwarf2read: C++ify dwo_file sergiodj+buildbot
2019-06-21 20:40 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-21 21:05 [binutils-gdb] dwarf2read: Get rid of VEC (dwarf2_section_info_def) sergiodj+buildbot
2019-06-21 21:18 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-22  0:39 [binutils-gdb] [gdb/testsuite] Compile index-cache.c with -Wl, --build-id sergiodj+buildbot
2019-06-22  0:41 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-06-22 22:33 [binutils-gdb] [gdb] Fix s390x -m31 build sergiodj+buildbot
2019-06-22 22:40 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2019-09-03 15:14 [binutils-gdb] Fix buffer underrun bug in the TI C30 disassembler gdb-buildbot
2019-09-03 15:18 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-03 17:01 [binutils-gdb] Handle biased types gdb-buildbot
2019-09-03 17:02 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-03 22:11 [binutils-gdb] gdb: Handle missing domain types in: maintenance print psymbols gdb-buildbot
2019-09-03 22:17 ` Failures on RHEL-s390x-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:19 ` Failures on RHEL-s390x-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  5:02 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-05  5:56 [binutils-gdb] R_PPC64_PCREL_OPT gdb-buildbot
2019-09-05  5:37 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-05  7:02 [binutils-gdb] PowerPC64 GOT_PCREL relocs gdb-buildbot
2019-09-05  7:21 ` Failures on RHEL-s390x-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:17 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-06 14:26 [binutils-gdb] bfd_get_filename gdb-buildbot
2019-09-06 14:41 ` Failures on RHEL-s390x-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:13 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-07 16:44 [binutils-gdb] Change lookup_symbol's block_index parameter type to block_enum gdb-buildbot
2019-09-07 16:43 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-08 20:44 [binutils-gdb] Truncate long TUI window titles gdb-buildbot
2019-09-08 20:45 ` Failures on RHEL-s390x-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:18 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-09 22:31 [binutils-gdb] Fix leak detected in python.c initialization code gdb-buildbot
2019-09-09 22:31 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-09 23:50 [binutils-gdb] Use ui_out for "info win" gdb-buildbot
2019-09-09 23:57 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-10  2:15 [binutils-gdb] DWARF 5 support: Handle dwo_id gdb-buildbot
2019-09-10  2:18 ` Failures on RHEL-s390x-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 15:03 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-10 15:28 [binutils-gdb] Change map_matching_symbols to take a symbol_found_callback_ftype gdb-buildbot
2019-09-10 15:33 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-10 15:39 [binutils-gdb] Change iterate_over_symbols to return bool gdb-buildbot
2019-09-10 15:39 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-10 15:52 [binutils-gdb] Simplify psym_map_matching_symbols gdb-buildbot
2019-09-10 15:52 ` Failures on RHEL-s390x-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 16:11 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-10 16:18 [binutils-gdb] Fix latent bug in .debug_names file-name handling gdb-buildbot
2019-09-10 16:24 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-10 16:33 [binutils-gdb] Add Ada support for .debug_names gdb-buildbot
2019-09-10 16:33 ` Failures on RHEL-s390x-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 16:52 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-10 17:05 [binutils-gdb] Use the correct alias for the M68K tdiv instruction gdb-buildbot
2019-09-10 16:59 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-11  7:07 [binutils-gdb] Tidy ld/ldmisc.c gdb-buildbot
2019-09-11  5:22 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-11 18:15 [binutils-gdb] Introduce bfd_set_filename gdb-buildbot
2019-09-11 18:08 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-11 18:32 [binutils-gdb] Change the type of copy_names from int to bool gdb-buildbot
2019-09-11 18:46 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-11 19:49 [binutils-gdb] Fix float to LONGEST conversion gdb-buildbot
2019-09-11 20:01 ` Failures on RHEL-s390x-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:05 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-11 23:24 [binutils-gdb] Factor out the code to do the datadir-relocation for gdbinit gdb-buildbot
2019-09-11 23:13 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-12  0:41 [binutils-gdb] Make relocate_{path,gdb_directory} return std::string gdb-buildbot
2019-09-12  0:28 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-12  9:22 [binutils-gdb] Fix signals reported for faults on Solaris gdb-buildbot
2019-09-12  9:17 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-12 20:58 [binutils-gdb] Output the Ada task name in more messages gdb-buildbot
2019-09-12 20:49 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-12 21:01 [binutils-gdb] [gdb/testsuite] Allow some tests in gdb.base/store.exp to be unsupported gdb-buildbot
2019-09-12 21:18 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-13  1:11 [binutils-gdb] gdb: Don't fault for 'maint print psymbols' when using an index gdb-buildbot
2019-09-13  1:08 ` Failures on RHEL-s390x-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:32 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-13  1:14 [binutils-gdb] gdb/testsuite: Make use of exec_has_index_section function gdb-buildbot
2019-09-13  1:42 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-13  2:09 [binutils-gdb] gdb: Force use of float version of log10 gdb-buildbot
2019-09-13  2:05 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-14  9:12 [binutils-gdb] [gdb/testsuite] Require gnatmake 8 for gdb.ada/rename_subscript_param.exp gdb-buildbot
2019-09-14  9:14 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-15  3:16 [binutils-gdb] Add a NEWS entry that gdb can be compiled with py3 on Windows gdb-buildbot
2019-09-15  3:16 ` Failures on RHEL-s390x-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:51 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-17  3:49 [binutils-gdb] Don't duplicate comment in symfile.c and .h gdb-buildbot
2019-09-17  3:50 ` Failures on RHEL-s390x-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:53 ` Failures on RHEL-s390x-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:33 ` Failures on RHEL-s390x-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  1:09 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-18  1:40 [binutils-gdb] RISC-V: Gate opcode tables by enum rather than string gdb-buildbot
2019-09-18  1:33 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-18  6:12 [binutils-gdb] Make extern declaration of dwarf_always_disassemble correct gdb-buildbot
2019-09-18 10:00 ` Failures on RHEL-s390x-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:31 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-18 13:33 [binutils-gdb] Use bfd_set_filename more gdb-buildbot
2019-09-18 13:39 ` Failures on RHEL-s390x-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 13:42 ` Failures on RHEL-s390x-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 13:49 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-18 14:17 [binutils-gdb] Re-generate many configure and Makefile.in files gdb-buildbot
2019-09-18 14:17 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-18 14:17 [binutils-gdb] Don't use bfd_get_* macro to set bfd fields gdb-buildbot
2019-09-18 14:10 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-18 14:30 [binutils-gdb] bfd_asymbol_* macros gdb-buildbot
2019-09-18 14:28 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-18 17:17 [binutils-gdb] gdb/testsuite: Avoid directory names in test names gdb-buildbot
2019-09-18 17:28 ` Failures on RHEL-s390x-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:22 ` Failures on RHEL-s390x-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:57 ` Failures on RHEL-s390x-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:41 ` Failures on RHEL-s390x-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:26 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-18 23:45 [binutils-gdb] [gdb/testsuite] Fix gdb_target_cmd gdb-buildbot
2019-09-18 23:57 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-19  1:02 [binutils-gdb] bfd_section_* macros gdb-buildbot
2019-09-19  1:05 ` Failures on RHEL-s390x-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:28 ` Failures on RHEL-s390x-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 18:47 ` Failures on RHEL-s390x-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:51 ` Failures on RHEL-s390x-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:01 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-20  1:12 [binutils-gdb] Move declaration of overload_resolution to value.h gdb-buildbot
2019-09-20  1:14 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-20  7:59 [binutils-gdb] PowerPC64, error on unsupported dynamic relocation gdb-buildbot
2019-09-20  8:13 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-20  8:48 [binutils-gdb] x86-64: fix handling of PUSH/POP of segment register gdb-buildbot
2019-09-20  8:47 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-20  9:09 [binutils-gdb] bfd macro conversion to inline functions gdb-buildbot
2019-09-20  8:59 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-20  9:27 [binutils-gdb] bfd macro conversion to inline functions, asymbol gdb-buildbot
2019-09-20  9:18 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-20  9:43 [binutils-gdb] bfd macro conversion to inline functions, section gdb-buildbot
2019-09-20  9:41 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-20 19:53 [binutils-gdb] Fix crash in Ada "catch exception" gdb-buildbot
2019-09-20 20:04 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-20 20:49 [binutils-gdb] Remove tui_clear_source_windows_detail gdb-buildbot
2019-09-20 20:39 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-20 21:15 [binutils-gdb] Move "fullname" to tui_source_window gdb-buildbot
2019-09-20 21:16 ` Failures on RHEL-s390x-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 21:19 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-20 21:42 [binutils-gdb] Change tui_make_status_line to be a method gdb-buildbot
2019-09-20 21:42 ` Failures on RHEL-s390x-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 22:00 ` Failures on RHEL-s390x-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 22:10 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-20 22:25 [binutils-gdb] Simplify TUI disassembly gdb-buildbot
2019-09-20 22:22 ` Failures on RHEL-s390x-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-20 22:33 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-20 22:45 [binutils-gdb] Change "win_resized" to bool gdb-buildbot
2019-09-20 22:48 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-20 22:59 [binutils-gdb] Set TUI locator height to 1 gdb-buildbot
2019-09-20 22:56 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-20 23:08 [binutils-gdb] Don't call refresh in tui_resize_all gdb-buildbot
2019-09-20 23:09 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-20 23:22 [binutils-gdb] Remove a call to tui_locator_win_info_ptr gdb-buildbot
2019-09-20 23:22 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-20 23:35 [binutils-gdb] Change members of tui_locator_window to std::string gdb-buildbot
2019-09-20 23:37 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-20 23:46 [binutils-gdb] Rename private data members of tui_data_window gdb-buildbot
2019-09-20 23:45 ` Failures on RHEL-s390x-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-20 23:59 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-21  0:13 [binutils-gdb] Remove strcat_to_buf gdb-buildbot
2019-09-21  0:13 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-21  0:26 [binutils-gdb] Remove separator comments from TUI gdb-buildbot
2019-09-21  0:28 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-21  0:43 [binutils-gdb] Use make_unique_xstrdup in TUI gdb-buildbot
2019-09-21  0:45 ` Failures on RHEL-s390x-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  0:53 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-21  1:04 [binutils-gdb] Remove Cell Broadband Engine debugging support gdb-buildbot
2019-09-21  1:04 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-21  1:31 [binutils-gdb] RISC-V: Optimize lui and auipc relaxations for undefweak symbol gdb-buildbot
2019-09-21  1:31 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-21  2:11 [binutils-gdb] gdb/NEWS: Move entries about MI v3 and multi-loc breakpoints after GDB 8.3 gdb-buildbot
2019-09-21  2:06 ` Failures on RHEL-s390x-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  2:27 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-21  2:52 [binutils-gdb] Replace solib_global_lookup with gdbarch_iterate_over_objfiles_in_search_order gdb-buildbot
2019-09-21  2:43 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-22  0:17 [binutils-gdb] gdb: change "nonzero" to "true" in comments gdb-buildbot
2019-09-22  0:17 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-22  0:41 [binutils-gdb] gdb: make watchpoint::val_valid a bool gdb-buildbot
2019-09-22  0:46 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-22  2:47 [binutils-gdb] gdb: fix formatting in solib-svr4.c gdb-buildbot
2019-09-22  3:09 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-22  5:10 [binutils-gdb] [gdb/testsuite] Allow some tests in gdb.base/restore.exp to be unsupported gdb-buildbot
2019-09-22  5:00 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-23  1:25 [binutils-gdb] csky bfd.h tidy gdb-buildbot
2019-09-23  1:25 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-23  1:37 [binutils-gdb] mips bfd.h tidy gdb-buildbot
2019-09-23  1:37 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-23  1:59 [binutils-gdb] v850 bfd.h tidy gdb-buildbot
2019-09-23  1:58 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-23  2:01 [binutils-gdb] ia64 bfd.h tidy gdb-buildbot
2019-09-23  2:04 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-23  2:13 [binutils-gdb] h8300 bfd.h tidy gdb-buildbot
2019-09-23  2:13 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-23  2:32 [binutils-gdb] tic54x bfd.h tidy gdb-buildbot
2019-09-23  2:33 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-23  2:37 [binutils-gdb] aarch64 bfd.h tidy gdb-buildbot
2019-09-23  2:36 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-23  2:50 [binutils-gdb] tic6x bfd.h tidy gdb-buildbot
2019-09-23  2:50 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-23  3:03 [binutils-gdb] arm bfd.h tidy gdb-buildbot
2019-09-23  3:02 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-23  3:14 [binutils-gdb] coff bfd.h tidy gdb-buildbot
2019-09-23  3:15 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-23  3:27 [binutils-gdb] xcoff bfd.h tidy gdb-buildbot
2019-09-23  3:26 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-23  3:37 [binutils-gdb] obsoleted bfd.h tidy gdb-buildbot
2019-09-23  3:37 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-23  3:51 [binutils-gdb] cr16 bfd.h tidy gdb-buildbot
2019-09-23  3:49 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-23  4:12 [binutils-gdb] bfin bfd.h tidy gdb-buildbot
2019-09-23  4:07 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-23  4:13 [binutils-gdb] m68k bfd.h tidy gdb-buildbot
2019-09-23  4:24 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-23  4:36 [binutils-gdb] elf bfd.h tidy gdb-buildbot
2019-09-23  4:27 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-23  4:36 [binutils-gdb] ecoff bfd.h tidy gdb-buildbot
2019-09-23  4:36 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-23  4:45 [binutils-gdb] linker bfd.h tidy gdb-buildbot
2019-09-23  4:47 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-23  5:57 [binutils-gdb] bfd Makefile update gdb-buildbot
2019-09-23  5:42 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-23 15:16 [binutils-gdb] PowerPC64 dynamic symbol tweaks gdb-buildbot
2019-09-23 15:36 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-23 19:29 [binutils-gdb] Make ada_decode not use a static buffer gdb-buildbot
2019-09-23 19:23 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-23 21:43 [binutils-gdb] sim: Add PRU simulator port gdb-buildbot
2019-09-23 21:37 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-23 21:49 [binutils-gdb] Add testsuite for the PRU simulator port gdb-buildbot
2019-09-23 21:46 ` Failures on RHEL-s390x-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 22:22 ` Failures on RHEL-s390x-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:36 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-25 16:37 [binutils-gdb] Remove make_hex_string gdb-buildbot
2019-09-25 16:59 ` Failures on RHEL-s390x-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:19 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-26 14:43 [binutils-gdb] Remove initialize_utils gdb-buildbot
2019-09-26 14:43 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-26 15:01 [binutils-gdb] Do not expose stub types to Python gdb-buildbot
2019-09-26 14:56 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-26 15:42 [binutils-gdb] Remove gdb_usleep.c gdb-buildbot
2019-09-26 15:28 ` Failures on RHEL-s390x-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 17:22 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-27  8:20 [binutils-gdb] Revert "Improve ptrace-error detection on Linux targets" gdb-buildbot
2019-09-27  8:19 ` Failures on RHEL-s390x-m64, branch master 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 13:34 ` Failures on RHEL-s390x-m64, branch master gdb-buildbot
2019-09-27 16:57 [binutils-gdb] [gdb/testsuite] Fix incomplete regexps in step-precsave.exp gdb-buildbot
2019-09-27 16:57 ` Failures on RHEL-s390x-m64, branch master gdb-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).