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:
parent
7646a51d49
commit
fc133f2406
@ -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.
|
||||
|
@ -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)"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user