From 290e77b0f149271a066c8ca434e9be87eaf0b4a1 Mon Sep 17 00:00:00 2001 From: corinna Date: Sat, 14 Sep 2002 09:31:34 +0000 Subject: [PATCH] * gdb.base/command.exp: Don't expect a "Program exited normally" string after running the commands execution on breakpoint tests. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/gdb.base/commands.exp | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 8911527dc3..e60796132f 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2002-09-14 Corinna Vinschen + + * gdb.base/command.exp: Don't expect a "Program exited normally" + string after running the commands execution on breakpoint tests. + 2002-09-13 Corinna Vinschen * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string. diff --git a/gdb/testsuite/gdb.base/commands.exp b/gdb/testsuite/gdb.base/commands.exp index 3db28b187b..d35353d646 100644 --- a/gdb/testsuite/gdb.base/commands.exp +++ b/gdb/testsuite/gdb.base/commands.exp @@ -490,7 +490,7 @@ proc bp_deleted_in_command_test {} { gdb_run_cmd gdb_expect { - -re ".*factorial command-list executed.*1.*Program exited normally.*$gdb_prompt $" { + -re ".*factorial command-list executed.*1.*$gdb_prompt $" { pass "run factorial until breakpoint" } -re ".*$gdb_prompt $" { @@ -547,7 +547,7 @@ proc temporary_breakpoint_commands {} { gdb_run_cmd gdb_expect { - -re ".*factorial tbreak commands executed.*1.*Program exited normally.*" { + -re ".*factorial tbreak commands executed.*1.*$gdb_prompt $" { pass "run factorial until temporary breakpoint" } timeout { fail "(timeout) run factorial until temporary breakpoint" } -- 2.11.0