• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

Révision118ce68156c080ac9e7eb9daa86c3dc9e90eecb5 (tree)
l'heure2006-09-14 11:24:22
AuteurNick Roberts <nickrob@snap...>
CommiterNick Roberts

Message de Log

Update test to reflect change in cli_interpreter_exec.

Change Summary

Modification

--- a/gdb/testsuite/gdb.mi/mi-cli.exp
+++ b/gdb/testsuite/gdb.mi/mi-cli.exp
@@ -52,7 +52,7 @@ mi_gdb_test "-interpreter-exec bogus command" \
5252
5353 set msg {Undefined command: \\\"bogus\\\"\. Try \\\"help\\\"\.}
5454 mi_gdb_test "-interpreter-exec console bogus" \
55- "&\\\"$msg\\\\n\\\".*\\^error,msg=\\\"$msg\\\".*" \
55+ "&\\\"$msg\\\\n\\\".*\\^done" \
5656 "-interpreter-exec console bogus"
5757
5858 # NOTE: cagney/2003-02-03: Not yet.
--- a/gdb/testsuite/gdb.mi/mi2-cli.exp
+++ b/gdb/testsuite/gdb.mi/mi2-cli.exp
@@ -52,7 +52,7 @@ mi_gdb_test "-interpreter-exec bogus command" \
5252
5353 set msg {Undefined command: \\\"bogus\\\"\. Try \\\"help\\\"\.}
5454 mi_gdb_test "-interpreter-exec console bogus" \
55- "&\\\"$msg\\\\n\\\".*\\^error,msg=\\\"$msg\\\".*" \
55+ "&\\\"$msg\\\\n\\\".*\\^done" \
5656 "-interpreter-exec console bogus"
5757
5858 # NOTE: cagney/2003-02-03: Not yet.