mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-03 15:42:52 +00:00
Reviewed and approved by Daniel Jacobowitz <drow@false.org>
2006-05-11 Fred Fish <fnf@specifix.com> * gdb.base/bang.exp: Ignore unexpected output between the "program exited normally" and the gdb prompt, as many other tests do.
This commit is contained in:
parent
b1f2595c5d
commit
8ef6493a1d
@ -1,3 +1,9 @@
|
||||
2006-05-11 Fred Fish <fnf@specifix.com>
|
||||
|
||||
* gdb.base/bang.exp: Ignore unexpected output between the
|
||||
"program exited normally" and the gdb prompt, as many other
|
||||
tests do.
|
||||
|
||||
2006-05-07 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* gdb.base/help.exp: Make "delete checkpoint" part option for
|
||||
|
@ -38,7 +38,7 @@ gdb_load ${binfile}
|
||||
|
||||
gdb_run_cmd
|
||||
gdb_expect {
|
||||
-re ".*Program exited normally\.\r\n$gdb_prompt $" {
|
||||
-re ".*Program exited normally.*$gdb_prompt $" {
|
||||
pass "run program"
|
||||
}
|
||||
timeout {
|
||||
|
Loading…
x
Reference in New Issue
Block a user