mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-16 20:32:21 +08: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:
@ -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>
|
2006-05-07 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
* gdb.base/help.exp: Make "delete checkpoint" part option for
|
* gdb.base/help.exp: Make "delete checkpoint" part option for
|
||||||
|
@ -38,7 +38,7 @@ gdb_load ${binfile}
|
|||||||
|
|
||||||
gdb_run_cmd
|
gdb_run_cmd
|
||||||
gdb_expect {
|
gdb_expect {
|
||||||
-re ".*Program exited normally\.\r\n$gdb_prompt $" {
|
-re ".*Program exited normally.*$gdb_prompt $" {
|
||||||
pass "run program"
|
pass "run program"
|
||||||
}
|
}
|
||||||
timeout {
|
timeout {
|
||||||
|
Reference in New Issue
Block a user