diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2010-06-14 15:45:33 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2010-06-14 15:45:33 +0000 |
commit | b769def51609b16a5c44bcfcc0335d8952feeba3 (patch) | |
tree | 8dd632e4a5a337db1ebe096ddffa215161214d6f /gdb/testsuite/gdb.mi/mi-nonstop.exp | |
parent | e01d869a3be23aa63825fa1a10e894c5aa3c31a9 (diff) | |
download | gdb-b769def51609b16a5c44bcfcc0335d8952feeba3.zip gdb-b769def51609b16a5c44bcfcc0335d8952feeba3.tar.gz gdb-b769def51609b16a5c44bcfcc0335d8952feeba3.tar.bz2 |
* gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
not supported on the target.
* gdb.mi/mi-nonstop-exit.exp: Likewise.
* gdb.mi/mi-ns-stale-regcache.exp: Likewise.
* gdb.mi/mi-nsintrall.exp: Likewise.
* gdb.mi/mi-nsmoribund.exp: Likewise.
* gdb.mi/mi-nsthrexec.exp: Likewise.
Diffstat (limited to 'gdb/testsuite/gdb.mi/mi-nonstop.exp')
-rw-r--r-- | gdb/testsuite/gdb.mi/mi-nonstop.exp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.mi/mi-nonstop.exp b/gdb/testsuite/gdb.mi/mi-nonstop.exp index a23d70d..0ac00cf 100644 --- a/gdb/testsuite/gdb.mi/mi-nonstop.exp +++ b/gdb/testsuite/gdb.mi/mi-nonstop.exp @@ -62,7 +62,6 @@ mi_gdb_test "-gdb-set target-async 1" ".*" detect_async if { [mi_run_to_main] < 0 } { - perror "mi-nonstop.exp tests suppressed" continue } |