Reviewed and approved by drow@false.org.
2004-02-27 Fred Fish <fnf@redhat.com> * gdb.base/chng-syms.exp: Add expect condition to match failing case that isn't a timeout.
This commit is contained in:
parent
ec3391e704
commit
72fd54a966
@ -1,3 +1,8 @@
|
|||||||
|
2004-02-27 Fred Fish <fnf@redhat.com>
|
||||||
|
|
||||||
|
* gdb.base/chng-syms.exp: Add expect condition to match failing
|
||||||
|
case that isn't a timeout.
|
||||||
|
|
||||||
2004-02-27 Andrew Cagney <cagney@redhat.com>
|
2004-02-27 Andrew Cagney <cagney@redhat.com>
|
||||||
|
|
||||||
* gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
|
* gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
|
||||||
|
@ -108,6 +108,9 @@ if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {deb
|
|||||||
-re "Error in re-setting .*No symbol .var1..*Program exited normally.*" {
|
-re "Error in re-setting .*No symbol .var1..*Program exited normally.*" {
|
||||||
pass "running with invalidated bpt condition after executable changes"
|
pass "running with invalidated bpt condition after executable changes"
|
||||||
}
|
}
|
||||||
|
-re "$gdb_prompt $" {
|
||||||
|
fail "running with invalidated bpt condition after executable changes"
|
||||||
|
}
|
||||||
timeout {
|
timeout {
|
||||||
fail "(timeout) running with invalidated bpt condition after executable changes"
|
fail "(timeout) running with invalidated bpt condition after executable changes"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user