From 8ae551cf475ac573cd7d43ad46cfb81c52e58f6e Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Wed, 26 Sep 2012 06:53:46 +0000 Subject: [PATCH] gdb/testsuite: * gdb.mi/mi2-cli.exp: Avoid line number in test summary. Revert: 2012-09-21 Yao Qi * gdb.mi/mi2-cli.exp: Remove redundant '\'. --- gdb/testsuite/ChangeLog | 9 +++++++++ gdb/testsuite/gdb.mi/mi2-cli.exp | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 5e2bc5fc36..94ef1f4fba 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,12 @@ +2012-09-26 Yao Qi + + * gdb.mi/mi2-cli.exp: Avoid line number in test summary. + + Revert: + 2012-09-21 Yao Qi + + * gdb.mi/mi2-cli.exp: Remove redundant '\'. + 2012-09-25 Siddhesh Poyarekar * gdb.base/longest-types.c: New test case. diff --git a/gdb/testsuite/gdb.mi/mi2-cli.exp b/gdb/testsuite/gdb.mi/mi2-cli.exp index 892e45746f..03ede233d9 100644 --- a/gdb/testsuite/gdb.mi/mi2-cli.exp +++ b/gdb/testsuite/gdb.mi/mi2-cli.exp @@ -154,11 +154,11 @@ mi_execute_to "interpreter-exec console step" $reason "callee4" "" ".*basics.c" mi_gdb_test "600-break-insert -t basics.c:$line_main_hello" \ {600\^done,bkpt=.number="3",type="breakpoint".*\}} \ - "-break-insert -t basics.c:$line_main_hello" + "-break-insert -t basics.c:\$line_main_hello" mi_execute_to "exec-continue" "breakpoint-hit" "main" "" ".*basics.c" \ $line_main_hello { "" "disp=\"del\"" } \ - "-exec-continue to line $line_main_hello" + "-exec-continue to line \$line_main_hello" # Test that the token is output even for CLI commands # Also test that *stopped includes frame information.