* 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.
This commit is contained in:
Ulrich Weigand 2010-06-14 15:45:33 +00:00
parent e01d869a3b
commit b769def516
7 changed files with 10 additions and 7 deletions

View File

@ -1,3 +1,13 @@
2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
* 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.
2010-06-11 Stan Shebs <stan@codesourcery.com>
* gdb.base/permissions.exp: New file.

View File

@ -52,7 +52,6 @@ mi_gdb_test "-gdb-set target-async 1" ".*"
detect_async
if { [mi_run_to_main] < 0 } {
perror "mi-nonstop-exit.exp tests suppressed"
continue
}
@ -63,7 +62,6 @@ mi_expect_stop "exited-normally" "" "" "" "" "" "finished exec continue"
# Run the program again.
if { [mi_run_to_main] < 0 } {
fail "run (2)"
continue
}

View File

@ -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
}

View File

@ -66,7 +66,6 @@ mi_gdb_test "-gdb-set target-async 1" ".*"
detect_async
if { [mi_run_to_main] < 0 } {
perror "mi-ns-stale-regcache.exp tests suppressed"
continue
}

View File

@ -52,7 +52,6 @@ mi_gdb_test "-gdb-set target-async 1" ".*"
detect_async
if { [mi_run_to_main] < 0 } {
perror "mi-nsintrall.exp tests suppressed"
continue
}

View File

@ -52,7 +52,6 @@ mi_gdb_test "-gdb-set target-async 1" ".*"
detect_async
if { [mi_run_to_main] < 0 } {
perror "mi-nsmoribund.exp tests suppressed"
continue
}

View File

@ -62,7 +62,6 @@ mi_gdb_test "-gdb-set target-async 1" ".*"
detect_async
if { [mi_run_to_main] < 0 } {
perror "mi-nsthrexec.exp tests suppressed"
continue
}