gdb/testsuite:

* gdb.mi/mi2-cli.exp:  Avoid line number in test summary.

	Revert:
	2012-09-21  Yao Qi  <yao@codesourcery.com>

	* gdb.mi/mi2-cli.exp: Remove redundant '\'.
This commit is contained in:
Yao Qi 2012-09-26 06:53:46 +00:00
parent d701958995
commit 8ae551cf47
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,12 @@
2012-09-26 Yao Qi <yao@codesourcery.com>
* gdb.mi/mi2-cli.exp: Avoid line number in test summary.
Revert:
2012-09-21 Yao Qi <yao@codesourcery.com>
* gdb.mi/mi2-cli.exp: Remove redundant '\'.
2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
* gdb.base/longest-types.c: New test case.

View File

@ -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.