From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5015 invoked by alias); 6 Dec 2018 19:32:22 -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 4999 invoked by uid 89); 6 Dec 2018 19:32:21 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=UD:trace, UD:gdb.trace, gdbtrace, gdb.trace X-HELO: mx0a-001b2d01.pphosted.com Received: from mx0b-001b2d01.pphosted.com (HELO mx0a-001b2d01.pphosted.com) (148.163.158.5) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 06 Dec 2018 19:32:20 +0000 Received: from pps.filterd (m0098420.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id wB6JTJvf087553 for ; Thu, 6 Dec 2018 14:32:18 -0500 Received: from e36.co.us.ibm.com (e36.co.us.ibm.com [32.97.110.154]) by mx0b-001b2d01.pphosted.com with ESMTP id 2p77r0eemc-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 06 Dec 2018 14:32:18 -0500 Received: from localhost by e36.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 6 Dec 2018 19:32:17 -0000 Received: from b03cxnp08027.gho.boulder.ibm.com (9.17.130.19) by e36.co.us.ibm.com (192.168.1.136) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; (version=TLSv1/SSLv3 cipher=AES256-GCM-SHA384 bits=256/256) Thu, 6 Dec 2018 19:32:16 -0000 Received: from b03ledav006.gho.boulder.ibm.com (b03ledav006.gho.boulder.ibm.com [9.17.130.237]) by b03cxnp08027.gho.boulder.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id wB6JWFtS27263040 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 6 Dec 2018 19:32:15 GMT Received: from b03ledav006.gho.boulder.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 6CC29C6059; Thu, 6 Dec 2018 19:32:15 +0000 (GMT) Received: from b03ledav006.gho.boulder.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 37F4CC6055; Thu, 6 Dec 2018 19:32:15 +0000 (GMT) Received: from pedro.localdomain (unknown [9.18.235.137]) by b03ledav006.gho.boulder.ibm.com (Postfix) with ESMTP; Thu, 6 Dec 2018 19:32:15 +0000 (GMT) Received: by pedro.localdomain (Postfix, from userid 1000) id AC2063C053F; Thu, 6 Dec 2018 17:32:12 -0200 (-02) From: Pedro Franco de Carvalho To: Pedro Alves , Sergio Durigan Junior Cc: GDB Patches Subject: Re: [PATCH] Implement timestamp'ed output on "make check" In-Reply-To: <5ca80f12-c329-ac40-f6a9-eb8f2b71cceb@redhat.com> 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> Date: Thu, 06 Dec 2018 19:32:00 -0000 MIME-Version: 1.0 Content-Type: text/plain x-cbid: 18120619-0020-0000-0000-00000E95E891 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00010183; HX=3.00000242; KW=3.00000007; PH=3.00000004; SC=3.00000270; SDB=6.01127940; UDB=6.00585909; IPR=6.00908072; MB=3.00024509; MTD=3.00000008; XFM=3.00000015; UTC=2018-12-06 19:32:17 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 18120619-0021-0000-0000-000063F6503B Message-Id: <87sgzao3ib.fsf@linux.vnet.ibm.com> X-IsSubscribed: yes X-SW-Source: 2018-12/txt/msg00075.txt.bz2 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 -- Pedro Franco de Carvalho