From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15736 invoked by alias); 17 Jul 2014 12:02:59 -0000 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 Received: (qmail 15727 invoked by uid 89); 17 Jul 2014 12:02:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.0 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 17 Jul 2014 12:02:58 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s6HC2sJT022481 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 17 Jul 2014 08:02:54 -0400 Received: from host2.jankratochvil.net (ovpn-116-54.ams2.redhat.com [10.36.116.54]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s6HC2oOM021699 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NO); Thu, 17 Jul 2014 08:02:53 -0400 Date: Thu, 17 Jul 2014 12:23:00 -0000 From: Jan Kratochvil To: Doug Evans Cc: gdb-patches , Eli Zaretskii Subject: [testsuite commit] [testsuite patch] Re: Regression for GDB global --statistics Message-ID: <20140717120250.GA15161@host2.jankratochvil.net> References: <20140630171333.GA2225@host2.jankratochvil.net> <21437.45024.997531.453750@ruffy.mtv.corp.google.com> <20140711212537.GA19551@host2.jankratochvil.net> <20140712174217.GA1478@host2.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2014-07/txt/msg00459.txt.bz2 On Thu, 17 Jul 2014 13:49:19 +0200, Doug Evans wrote: > On Jul 12, 2014 6:42 PM, "Jan Kratochvil" wrote: > > gdb/testsuite/ > > 2014-07-12 Jan Kratochvil > > > > * gdb.base/statistics.exp: New file. > > LGTM. > Can you commit this to the 7.8 branch as well. Thanks. > [I've checked in the fix to 7.8.] Checked in the testcase to trunk: 17d0c5c8f07d43142bb35157a0df720b17b8a5ed e6cf2ae8bb4c675ebfafb137bf13e92ba96225e8 (mistaken commit fixup) and to 7.8: b4f0a5e936f3fa7912762f3bd0ed2df0fea1888a Jan