Unify stabs/weird messages.
This commit is contained in:
parent
39374d6e4e
commit
0398c9aabc
@ -1,3 +1,8 @@
|
||||
2001-10-25 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
|
||||
messages.
|
||||
|
||||
2001-10-21 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
|
||||
|
@ -218,10 +218,10 @@ proc print_weird_var { var } {
|
||||
pass "variable $var printed properly"
|
||||
}
|
||||
-re ".*$gdb_prompt $" {
|
||||
fail "variable $var not printed properly"
|
||||
fail "variable $var printed properly"
|
||||
}
|
||||
timeout { fail "variable $var not printed (timeout)" }
|
||||
eof { fail "(eof) variable $var not printed" }
|
||||
timeout { fail "variable $var printed properly (timeout)" }
|
||||
eof { fail "variable $var printed properly (eof)" }
|
||||
}
|
||||
|
||||
# Make sure that the stabs did get loaded in a sensible way.
|
||||
|
Loading…
Reference in New Issue
Block a user