From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16832 invoked by alias); 17 Jan 2013 02:24:17 -0000 Received: (qmail 16777 invoked by uid 22791); 17 Jan 2013 02:24:16 -0000 X-SWARE-Spam-Status: No, hits=-5.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-wi0-f180.google.com (HELO mail-wi0-f180.google.com) (209.85.212.180) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 17 Jan 2013 02:24:12 +0000 Received: by mail-wi0-f180.google.com with SMTP id hj13so1876432wib.13 for ; Wed, 16 Jan 2013 18:24:10 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.194.78.207 with SMTP id d15mr5551141wjx.52.1358389450326; Wed, 16 Jan 2013 18:24:10 -0800 (PST) Received: by 10.194.9.202 with HTTP; Wed, 16 Jan 2013 18:24:10 -0800 (PST) In-Reply-To: <50F574CE.4070807@redhat.com> References: <50F574CE.4070807@redhat.com> Date: Thu, 17 Jan 2013 02:24:00 -0000 Message-ID: Subject: Re: dg-extract-results.sh truncates logs containing "Running " From: David Blaikie To: Pedro Alves Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 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: 2013-01/txt/msg00353.txt.bz2 On Tue, Jan 15, 2013 at 7:25 AM, Pedro Alves wrote: > Same script, same comment as the previous patch. > Can you send this to gcc-patches@ , please? This & the other patch have both been submitted upstream in GCC: ------------------------------------------------------------------------ r195224 | janis | 2013-01-15 19:42:31 -0800 (Tue, 15 Jan 2013) | 4 lines 2013-01-15 David Blaikie * dg-extract-results.sh: Fix order of summary counts. ------------------------------------------------------------------------ r195216 | janis | 2013-01-15 12:19:33 -0800 (Tue, 15 Jan 2013) | 4 lines 2013-01-15 David Blaikie * dg-extract-results.sh: Constrain the start-of-log pattern. ------------------------------------------------------------------------ r195215 | janis | 2013-01-15 12:18:20 -0800 (Tue, 15 Jan 2013) | 4 lines 2013-01-15 David Blaikie * dg-extract-results.sh: Handle KPASSes.