From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 96915 invoked by alias); 7 Dec 2018 20:06:02 -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 96876 invoked by uid 89); 7 Dec 2018 20:06:01 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Here's, Heres, H*f:sk:87a7ljd, H*f:sk:87va47o 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 ESMTP; Fri, 07 Dec 2018 20:06:00 +0000 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 2183A3082B60; Fri, 7 Dec 2018 20:05:59 +0000 (UTC) Received: from [127.0.0.1] (ovpn04.gateway.prod.ext.ams2.redhat.com [10.39.146.4]) by smtp.corp.redhat.com (Postfix) with ESMTP id 2D5CF19C65; Fri, 7 Dec 2018 20:05:55 +0000 (UTC) Subject: Re: [PATCH] Implement timestamp'ed output on "make check" To: Sergio Durigan Junior , Pedro Franco de Carvalho References: <87va47ojas.fsf@linux.vnet.ibm.com> <87a7ljdaax.fsf@redhat.com> <87sgzbohzb.fsf@linux.vnet.ibm.com> <87efavbu02.fsf@redhat.com> <7d58b34f-3082-a266-7f38-79e4f80a533c@redhat.com> <5ca80f12-c329-ac40-f6a9-eb8f2b71cceb@redhat.com> <87sgzao3ib.fsf@linux.vnet.ibm.com> <87o99y301i.fsf@redhat.com> Cc: GDB Patches From: Pedro Alves Message-ID: <99703054-f538-0300-2d7b-83c31357f563@redhat.com> Date: Fri, 07 Dec 2018 20:06:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <87o99y301i.fsf@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2018-12/txt/msg00096.txt.bz2 On 12/06/2018 07:52 PM, Sergio Durigan Junior wrote: > On Thursday, December 06 2018, Pedro Franco de Carvalho wrote: > >> Pedro Alves writes: >> >>> Here's a quick bash POC. >> >> Thanks for the script! However, for the buildbots I don't have access >> to the parallel outputs folder through the webpage (or I don't know >> where to find them). >> >> Still, the merged gdb.log file seems to already have the completion >> times, e.g.: >> >> testcase [...]gdb.trace/unavailable.exp completed in 28 seconds Indeed! > > The results can be found at , > but you're, you just have access to the consolidated gdb.log, not the > different logs under output/. Given the above, then I have to ask: what's the advantage of the new timestamped output mode? Why not just extract the info out of the gdb.log file? It's less code to maintain, and you don't have to remember to run the testsuite in a special mode, nor record stdout of the test run. Thanks, Pedro Alves