From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16081 invoked by alias); 21 Sep 2012 07:26:48 -0000 Received: (qmail 15992 invoked by uid 22791); 21 Sep 2012 07:26:46 -0000 X-SWARE-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 21 Sep 2012 07:26:20 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1TExcw-0004Vy-DJ from Yao_Qi@mentor.com ; Fri, 21 Sep 2012 00:26:18 -0700 Received: from SVR-ORW-FEM-02.mgc.mentorg.com ([147.34.96.206]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Fri, 21 Sep 2012 00:26:18 -0700 Received: from qiyao.dyndns.org (147.34.91.1) by svr-orw-fem-02.mgc.mentorg.com (147.34.96.168) with Microsoft SMTP Server id 14.1.289.1; Fri, 21 Sep 2012 00:26:17 -0700 Message-ID: <505C1668.5060309@codesourcery.com> Date: Fri, 21 Sep 2012 07:26:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20120717 Thunderbird/14.0 MIME-Version: 1.0 To: Jan Kratochvil CC: Pedro Alves , , Eli Zaretskii Subject: Re: Regression for gdb.mi/mi-reverse.exp [Re: [committed]: [PATCH 2/2] MI notification on record started and stopped] References: <838vcfw2my.fsf@gnu.org> <50519FC6.3090704@codesourcery.com> <83r4q5vne6.fsf@gnu.org> <50529C21.5020909@codesourcery.com> <83boh9ue6b.fsf@gnu.org> <505318AD.50603@codesourcery.com> <50531E46.4090708@redhat.com> <50532D6D.5060400@codesourcery.com> <50533B81.2010009@redhat.com> <505BC704.5030505@codesourcery.com> <20120921065816.GA3748@host2.jankratochvil.net> In-Reply-To: <20120921065816.GA3748@host2.jankratochvil.net> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-09/txt/msg00424.txt.bz2 On 09/21/2012 02:58 PM, Jan Kratochvil wrote: > PASS: gdb.mi/mi-reverse.exp: mi runto main > Expecting: ^(-interpreter-exec console record[^M > -]+)?(\^done[^M > +]+)?(=record-started,id="1"^M > +\^done[^M > ]+[(]gdb[)] ^M > [ ]*) > -interpreter-exec console record^M > +=record-started,thread-group="i1"^M After changed the output in "=record-started" notification, I forgot to update the expected output here, and it causes the regression. Committed. -- Yao gdb/testsuite: 2012-09-21 Yao Qi * gdb.mi/mi-reverse.exp: Fix the typo in expected output of "=record-started" notification. --- gdb/testsuite/gdb.mi/mi-reverse.exp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gdb/testsuite/gdb.mi/mi-reverse.exp b/gdb/testsuite/gdb.mi/mi-reverse.exp index 974a095..06a0943 100644 --- a/gdb/testsuite/gdb.mi/mi-reverse.exp +++ b/gdb/testsuite/gdb.mi/mi-reverse.exp @@ -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,id=\"1\"\r\n\\^done" \ + "=record-started,thread-group=\"i1\"\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 -- 1.7.7.6