2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
authorMichael Chastain <mec@google.com>
Thu, 3 Jun 2004 22:10:56 +0000 (22:10 +0000)
committerMichael Chastain <mec@google.com>
Thu, 3 Jun 2004 22:10:56 +0000 (22:10 +0000)
Fix PR gdb/1636.
* gdb.threads/manythreads.exp: Change asynchronous 'after'
calls to synchronous.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.threads/manythreads.exp

index 0ba2bfb31d9e473c2bd3af1cf166cc4372035b24..5468b58e8370e96ad80b675b24c8c9fcb9a57f4c 100644 (file)
@@ -1,3 +1,9 @@
+2004-06-02  Michael Chastain  <mec.gnu@mindspring.com>
+
+       Fix PR gdb/1636.
+       * gdb.threads/manythreads.exp: Change asynchronous 'after'
+       calls to synchronous.
+
 2004-05-26  Jim Blandy  <jimb@redhat.com>
 
        * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
index dcedd7f30b9a3c53c1f38ed6a763560659383319..a2baf846aa985bb19e07243baf29bfb1f54c2912 100644 (file)
@@ -60,7 +60,8 @@ gdb_test_multiple "continue" "first continue" {
 }
 
 # Send a Ctrl-C and verify that we can do info threads and continue
-after 1000 {send_gdb "\003"}
+after 1000
+send_gdb "\003"
 set message "stop threads 1"
 gdb_test_multiple "" "stop threads 1" {
   -re "\\\[New \[^\]\]*\\\]\r\n" {
@@ -93,7 +94,8 @@ gdb_test_multiple "continue" "second continue" {
 }
 
 # Send another Ctrl-C and verify that we can do info threads and quit
-after 1000 {send_gdb "\003"}
+after 1000
+send_gdb "\003"
 set message "stop threads 2"
 gdb_test_multiple "" "stop threads 2" {
   -re "\\\[New \[^\]\]*\\\]\r\n" {