* [PATCH] gdb.threads/manythreads.exp add a default case
@ 2007-03-02 22:38 Michael Snyder
2007-03-05 3:09 ` Daniel Jacobowitz
0 siblings, 1 reply; 2+ messages in thread
From: Michael Snyder @ 2007-03-02 22:38 UTC (permalink / raw)
To: gdb-patches
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: fee --]
[-- Type: text/plain, Size: 955 bytes --]
2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
* gdb.threads/manythreads.exp: Use $message string for
consistancy; add a default (timeout) case.
Index: testsuite/gdb.threads/manythreads.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.threads/manythreads.exp,v
retrieving revision 1.4
diff -p -r1.4 manythreads.exp
*** testsuite/gdb.threads/manythreads.exp 9 Jan 2007 17:59:14 -0000 1.4
--- testsuite/gdb.threads/manythreads.exp 2 Mar 2007 22:14:36 -0000
*************** gdb_test_multiple "" "stop threads 2" {
*** 108,114 ****
exp_continue
}
-re "Program received signal SIGINT.*$gdb_prompt $" {
! pass "stop threads 2"
}
}
--- 108,117 ----
exp_continue
}
-re "Program received signal SIGINT.*$gdb_prompt $" {
! pass "$message"
! }
! timeout {
! fail "$message (timeout)"
}
}
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-03-05 3:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-02 22:38 [PATCH] gdb.threads/manythreads.exp add a default case Michael Snyder
2007-03-05 3:09 ` Daniel Jacobowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox