* gdb.threads/manythreads.exp: Use $message string for
consistancy; add a default (timeout) case.
+2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
+
+ * gdb.threads/manythreads.exp: Use $message string for
+ consistancy; add a default (timeout) case.
+
2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
* gdb.base/watchpoint.exp: Fix truncated comment.
exp_continue
}
-re "Program received signal SIGINT.*$gdb_prompt $" {
- pass "stop threads 2"
+ pass "$message"
+ }
+ timeout {
+ fail "$message (timeout)"
}
}