From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4122 invoked by alias); 5 Mar 2011 19:55:29 -0000 Received: (qmail 4114 invoked by uid 22791); 5 Mar 2011 19:55:28 -0000 X-SWARE-Spam-Status: No, hits=-5.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-outbound-1.vmware.com (HELO smtp-outbound-1.vmware.com) (65.115.85.69) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 05 Mar 2011 19:55:21 +0000 Received: from mailhost2.vmware.com (mailhost2.vmware.com [10.16.67.167]) by smtp-outbound-1.vmware.com (Postfix) with ESMTP id 797D913404; Sat, 5 Mar 2011 11:55:18 -0800 (PST) Received: from msnyder-server.eng.vmware.com (promd-2s-dhcp138.eng.vmware.com [10.20.124.138]) by mailhost2.vmware.com (Postfix) with ESMTP id 704FA8F0F8; Sat, 5 Mar 2011 11:55:18 -0800 (PST) Message-ID: <4D729526.6060704@vmware.com> Date: Sat, 05 Mar 2011 19:55:00 -0000 From: Michael Snyder User-Agent: Thunderbird 2.0.0.24 (X11/20101201) MIME-Version: 1.0 To: Jan Kratochvil CC: "gdb-patches@sourceware.org" Subject: Re: [obv] testsuite: Fix `help thread find` References: <20110305131701.GA1017@host1.jankratochvil.net> In-Reply-To: <20110305131701.GA1017@host1.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: 2011-03/txt/msg00371.txt.bz2 Thank you Jan. Jan Kratochvil wrote: > Hi, > > I do not know why but it was causing random: > > PASS: gdb.base/help.exp: help > -FAIL: gdb.base/help.exp: help thread name > +PASS: gdb.base/help.exp: help thread name > > In the common case it will: > -PASS: gdb.base/help.exp: help > +PASS: gdb.base/help.exp: help thread find > > Checked in. > > It was not a regression, it is a new test since: > 862811ac870a3f8c35e70319fc0e566c79e4c528 > > > Thanks, > Jan > > > http://sourceware.org/ml/gdb-cvs/2011-03/msg00078.html > > --- src/gdb/testsuite/ChangeLog 2011/03/03 16:57:54 1.2618 > +++ src/gdb/testsuite/ChangeLog 2011/03/05 13:15:01 1.2619 > @@ -1,3 +1,7 @@ > +2011-03-05 Jan Kratochvil > + > + * gdb.base/help.exp (help thread find): Fix one forgotten quote. > + > 2011-03-03 Tom Tromey > > * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove. > --- src/gdb/testsuite/gdb.base/help.exp 2011/02/23 19:20:39 1.50 > +++ src/gdb/testsuite/gdb.base/help.exp 2011/03/05 13:15:02 1.51 > @@ -655,7 +655,7 @@ > # test help thread apply > gdb_test "help thread apply" "Apply a command to a list of threads.*" "help thread apply" > # test help thread find > -gdb_test "help thread find" "Find threads that match a regular.*" help thread find" > +gdb_test "help thread find" "Find threads that match a regular.*" "help thread find" > # test help thread name > gdb_test "help thread name" "Set the current thread's name.*" "help thread name" > # test help tty