From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30283 invoked by alias); 17 Aug 2012 08:31:02 -0000 Received: (qmail 30240 invoked by uid 22791); 17 Aug 2012 08:31:00 -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, 17 Aug 2012 08:30:46 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1T2Hx7-0007XT-09 from Yao_Qi@mentor.com ; Fri, 17 Aug 2012 01:30:45 -0700 Received: from SVR-ORW-FEM-04.mgc.mentorg.com ([147.34.97.41]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 17 Aug 2012 01:30:44 -0700 Received: from qiyao.dyndns.org (147.34.91.1) by svr-orw-fem-04.mgc.mentorg.com (147.34.97.41) with Microsoft SMTP Server id 14.1.289.1; Fri, 17 Aug 2012 01:30:43 -0700 Message-ID: <502E011D.30306@codesourcery.com> Date: Fri, 17 Aug 2012 08:31: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: Subject: Re: Regression for gdb.trace/tfind.exp [Re: [PATCH] 'tfind none' is an alias of 'tfind end'.] References: <1344850554-10470-1-git-send-email-yao@codesourcery.com> <20120817082419.GA23591@host2.jankratochvil.net> In-Reply-To: <20120817082419.GA23591@host2.jankratochvil.net> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed 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-08/txt/msg00473.txt.bz2 On 08/17/2012 04:24 PM, Jan Kratochvil wrote: > help tfind end^M > -Synonym for 'none'.^M > De-select any trace frame and resume 'live' debugging.^M > -(gdb) PASS: gdb.trace/tfind.exp: 8.38: help tfind end > +(gdb) FAIL: gdb.trace/tfind.exp: 8.38: help tfind end Looks like the test case should be updated. I'll have a look. Jan, thanks for pointing this out. -- Yao