From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31675 invoked by alias); 18 Jan 2013 12:48:05 -0000 Received: (qmail 31666 invoked by uid 22791); 18 Jan 2013 12:48:04 -0000 X-SWARE-Spam-Status: No, hits=-4.4 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, 18 Jan 2013 12:47:58 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1TwBMT-0005kb-DD from Hafiz_Abid@mentor.com ; Fri, 18 Jan 2013 04:47:57 -0800 Received: from SVR-IES-FEM-01.mgc.mentorg.com ([137.202.0.104]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 18 Jan 2013 04:47:57 -0800 Received: from abidh-ubunto1104 (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server (TLS) id 14.1.289.1; Fri, 18 Jan 2013 12:47:54 +0000 Date: Fri, 18 Jan 2013 12:48:00 -0000 From: Hafiz Abid Qadeer Subject: Re: [patch] Make test messages unique in checkpoint.exp To: Tom Tromey CC: "Abid, Hafiz" , "gdb-patches@sourceware.org" References: <8738xzera1.fsf@fleche.redhat.com> In-Reply-To: <8738xzera1.fsf@fleche.redhat.com> (from tromey@redhat.com on Thu Jan 17 15:57:26 2013) Message-ID: <1358513273.21794.1@abidh-ubunto1104> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; delsp=Yes; format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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: 2013-01/txt/msg00413.txt.bz2 On 17/01/13 15:57:26, Tom Tromey wrote: > >>>>> "Abid" =3D=3D Abid, Hafiz writes: >=20 > Abid> While looking at the checkpoint.exp, I noted that there were=20=20 > many > Abid> tests with same messages. I updated the messages so that they=20=20 > are > Abid> unique following the convention already used in the file. How=20=20 > does it > Abid> look? >=20 > The patch is ok with the ChangeLog fix that Yao suggested. >=20 > thanks, > Tom >=20 Thanks Tom and Yao for review. I have applied it after making the=20=20 suggested change. Regards, Abid