* gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
authorUlrich Weigand <uweigand@de.ibm.com>
Mon, 14 Jun 2010 15:45:33 +0000 (15:45 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Mon, 14 Jun 2010 15:45:33 +0000 (15:45 +0000)
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.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.mi/mi-nonstop-exit.exp
gdb/testsuite/gdb.mi/mi-nonstop.exp
gdb/testsuite/gdb.mi/mi-ns-stale-regcache.exp
gdb/testsuite/gdb.mi/mi-nsintrall.exp
gdb/testsuite/gdb.mi/mi-nsmoribund.exp
gdb/testsuite/gdb.mi/mi-nsthrexec.exp

index 00c588c8f8df5fc04c43a33c3a389e0a0c294e76..d293c07186597f86f0d44883c1105db64c7197ae 100644 (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.
index 3b678257d639c9efedf1f05ad47e934a80754f83..f11bb5f4fcd3570310b4c8c6e42b6484be8d9bee 100644 (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
 }
 
index a23d70d447d8e4cfa0b918e3391edf9e864a47cc..0ac00cf983ed534ef605ef07d2c043ffd84befd0 100644 (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
 }
 
index 24bc73ec65b1a6fe66e530a93bac7f1856ee0db8..87a3f7eef24138c4864fad6b3a70d0c18a770679 100644 (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
 }
 
index 33f8daa2918c9a30bf4ef05cf20cf21b99e315ad..179984a858f032bd1b78b0426125d5142b418628 100644 (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
 }
 
index 3e5bc1b80004a63e1bad620729b57369dae966ce..0eaad24e4f3d97919a6633d2e35ccaa265e00f97 100644 (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
 }
 
index 585e30f5822cb0b155588375792f80e79c22ca2b..b99a1aa7d6ed5ab7a18117f46de791243c461cc5 100644 (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
 }
 
This page took 0.043321 seconds and 4 git commands to generate.