From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2422 invoked by alias); 5 Mar 2011 13:17:13 -0000 Received: (qmail 2413 invoked by uid 22791); 5 Mar 2011 13:17:13 -0000 X-SWARE-Spam-Status: No, hits=-6.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 05 Mar 2011 13:17:05 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p25DH4sA003602 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sat, 5 Mar 2011 08:17:04 -0500 Received: from host1.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p25DH2CY018307 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 5 Mar 2011 08:17:04 -0500 Received: from host1.jankratochvil.net (localhost [127.0.0.1]) by host1.jankratochvil.net (8.14.4/8.14.4) with ESMTP id p25DH2VI001121 for ; Sat, 5 Mar 2011 14:17:02 +0100 Received: (from jkratoch@localhost) by host1.jankratochvil.net (8.14.4/8.14.4/Submit) id p25DH1sD001120 for gdb-patches@sourceware.org; Sat, 5 Mar 2011 14:17:01 +0100 Date: Sat, 05 Mar 2011 13:17:00 -0000 From: Jan Kratochvil To: gdb-patches@sourceware.org Subject: [obv] testsuite: Fix `help thread find` Message-ID: <20110305131701.GA1017@host1.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) 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/msg00369.txt.bz2 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