Fix fail in gdb.mi/mi-reverse.exp
authorYao Qi <yao.qi@linaro.org>
Tue, 5 Jul 2016 13:46:21 +0000 (14:46 +0100)
committerYao Qi <yao.qi@linaro.org>
Tue, 5 Jul 2016 13:48:07 +0000 (14:48 +0100)
commit647c264cb2c60c90ee2d09edb6bd001ff357306d
treeb594f0b02aa481d01360e257ad65a0e67dc5b675
parentd5a67c02901c0abe946546f2b3b1a3b67a876136
Fix fail in gdb.mi/mi-reverse.exp

Commit 38b022b4452f996fb5a8598f80d850b594621bcf adds "method" and
"format" fields in =record-started, but doesn't update test case
gdb.mi/mi-reverse.exp, so it causes the fail like this,

PASS: gdb.mi/mi-reverse.exp: mi runto main
Expecting: ^(-interpreter-exec console record[^M
]+)?(=record-started,thread-group="i1"^M
\^done[^M
]+[(]gdb[)] ^M
[ ]*)
-interpreter-exec console record^M
=record-started,thread-group="i1",method="full"^M
^done^M
(gdb) ^M
FAIL: gdb.mi/mi-reverse.exp: Turn on process record

and regression was found by buildbot too
https://sourceware.org/ml/gdb-testers/2016-q2/msg04492.html

gdb/testsuite:

2016-07-05  Yao Qi  <yao.qi@linaro.org>

* gdb.mi/mi-reverse.exp: Match =record-started output.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.mi/mi-reverse.exp
This page took 0.025515 seconds and 4 git commands to generate.