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)
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

index bcbffaa044bc8b749e76fbe999b0bf5690410c7d..be0cf9d2227a8a8f68c3f98f6288d3610108ec30 100644 (file)
@@ -1,3 +1,7 @@
+2016-07-05  Yao Qi  <yao.qi@linaro.org>
+
+       * gdb.mi/mi-reverse.exp: Match =record-started output.
+
 2016-07-01  Pedro Alves  <palves@redhat.com>
 
        * gdb.base/jit-reader.exp (info_registers_current_frame): New
index d8f38442907c2e720b6db7e97c771e7e1be91d11..5afeececb68ee8633711f2a39c5688747644b4d7 100644 (file)
@@ -51,7 +51,7 @@ mi_run_to_main
 if [supports_process_record] {
     # Activate process record/replay
     if [mi_gdb_test "-interpreter-exec console record" \
-           "=record-started,thread-group=\"i1\"\r\n\\^done" \
+           "=record-started,thread-group=\"i1\",method=\"full\"\r\n\\^done" \
            "Turn on process record"] {
        warning "Fail to activate process record/replay, tests in this group will not be performed.\n"
        return -1
This page took 0.030621 seconds and 4 git commands to generate.