2007-03-02 Michael Snyder <michael.snyder@palmsource.com>

* gdb.threads/manythreads.exp: Use $message string for
	consistancy; add a default (timeout) case.
This commit is contained in:
Michael Snyder 2007-03-02 22:16:06 +00:00
parent 7646a51d49
commit fc133f2406
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -108,7 +108,10 @@ gdb_test_multiple "" "stop threads 2" {
exp_continue
}
-re "Program received signal SIGINT.*$gdb_prompt $" {
pass "stop threads 2"
pass "$message"
}
timeout {
fail "$message (timeout)"
}
}