From: Yao Qi Date: Wed, 26 Sep 2012 06:53:46 +0000 (+0000) Subject: gdb/testsuite: X-Git-Tag: sid-snapshot-20121001~41 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8ae551cf475ac573cd7d43ad46cfb81c52e58f6e;p=platform%2Fupstream%2Fbinutils.git 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 '\'. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 5e2bc5f..94ef1f4 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 892e457..03ede23 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.