diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-10-28 17:32:30 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-10-28 17:32:30 +0000 |
commit | 3a3dad982f5399fb86a5ea5a7fb1ba203c3c03e0 (patch) | |
tree | 4a1d167aa6f85cd0aab1b847326a85fda377c225 /gdb/testsuite/gdb.base/async-shell.exp | |
parent | 821296b70dcf3e91ce92fb78b9360e3ff06d0494 (diff) | |
download | fsf-binutils-gdb-3a3dad982f5399fb86a5ea5a7fb1ba203c3c03e0.zip fsf-binutils-gdb-3a3dad982f5399fb86a5ea5a7fb1ba203c3c03e0.tar.gz fsf-binutils-gdb-3a3dad982f5399fb86a5ea5a7fb1ba203c3c03e0.tar.bz2 |
gdb/testsuite/
* gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
* gdb.base/attach-pie-misread.exp: Likewise.
* gdb.base/break-interp.exp: Likewise.
* gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
testcases for use_gdb_stub.
* gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
(continue): New testcase.
* gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
* gdb.threads/attach-into-signal.exp: Likewise.
* gdb.threads/attach-stopped.exp: Likewise.
* gdb.threads/attachstop-mt.exp: Likewise.
Diffstat (limited to 'gdb/testsuite/gdb.base/async-shell.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/async-shell.exp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.base/async-shell.exp b/gdb/testsuite/gdb.base/async-shell.exp index a1eb314..27bab64 100644 --- a/gdb/testsuite/gdb.base/async-shell.exp +++ b/gdb/testsuite/gdb.base/async-shell.exp @@ -20,6 +20,11 @@ if { ![support_displaced_stepping] } { return -1 } +# The testfile uses "run". The real bug happened only for ![is_remote target]. +if [target_info exists use_gdb_stub] { + return 0 +} + if { [prepare_for_testing ${testfile}.exp ${testfile}] } { return -1 } |