From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 118054 invoked by alias); 26 Jan 2016 18:17:39 -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 118043 invoked by uid 89); 26 Jan 2016 18:17:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=Hx-languages-length:846, z13 X-HELO: e06smtp07.uk.ibm.com Received: from e06smtp07.uk.ibm.com (HELO e06smtp07.uk.ibm.com) (195.75.94.103) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Tue, 26 Jan 2016 18:17:38 +0000 Received: from localhost by e06smtp07.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 26 Jan 2016 18:17:34 -0000 Received: from d06dlp02.portsmouth.uk.ibm.com (9.149.20.14) by e06smtp07.uk.ibm.com (192.168.101.137) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Tue, 26 Jan 2016 18:17:33 -0000 X-IBM-Helo: d06dlp02.portsmouth.uk.ibm.com X-IBM-MailFrom: arnez@linux.vnet.ibm.com X-IBM-RcptTo: gdb-patches@sourceware.org Received: from b06cxnps3074.portsmouth.uk.ibm.com (d06relay09.portsmouth.uk.ibm.com [9.149.109.194]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id C22AC2190023 for ; Tue, 26 Jan 2016 18:17:20 +0000 (GMT) Received: from d06av07.portsmouth.uk.ibm.com (d06av07.portsmouth.uk.ibm.com [9.149.37.248]) by b06cxnps3074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u0QIHXMF7668002 for ; Tue, 26 Jan 2016 18:17:33 GMT Received: from d06av07.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av07.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u0QIHX0I004387 for ; Tue, 26 Jan 2016 13:17:33 -0500 Received: from oc1027705133.ibm.com (dyn-9-152-212-180.boeblingen.de.ibm.com [9.152.212.180]) by d06av07.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id u0QIHWcN004367 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 26 Jan 2016 13:17:32 -0500 From: Andreas Arnez To: Marcin =?utf-8?Q?Ko=C5=9Bcielnicki?= Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 7/8] gdb.trace: Bump tspeed.exp timeout to 600 seconds. References: <1453637529-26972-1-git-send-email-koriakin@0x04.net> <1453637529-26972-8-git-send-email-koriakin@0x04.net> Date: Tue, 26 Jan 2016 18:17:00 -0000 In-Reply-To: <1453637529-26972-8-git-send-email-koriakin@0x04.net> ("Marcin \=\?utf-8\?Q\?Ko\=C5\=9Bcielnicki\=22's\?\= message of "Sun, 24 Jan 2016 13:12:08 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16012618-0029-0000-0000-000005987CDC X-IsSubscribed: yes X-SW-Source: 2016-01/txt/msg00662.txt.bz2 On Sun, Jan 24 2016, Marcin Ko=C5=9Bcielnicki wrote: > It seems the 180 seconds timeout is quite tight on my z13 machine, > and causes failures when the machine is somewhat loaded. > > gdb/testsuite/ChangeLog: > > * gdb.trace/tspeed.exp: Bump the timeout to 600 seconds. > --- [...] > diff --git a/gdb/testsuite/gdb.trace/tspeed.exp b/gdb/testsuite/gdb.trace= /tspeed.exp > index e638839..204eda7 100644 > --- a/gdb/testsuite/gdb.trace/tspeed.exp > +++ b/gdb/testsuite/gdb.trace/tspeed.exp > @@ -27,7 +27,7 @@ if { [gdb_compile "$srcdir/$subdir/$srcfile" $binfile \ > } >=20=20 > # Typically we need a little extra time for this test. > -set timeout 180 > +set timeout 300 This doesn't match the ChangeLog entry and patch description ;-) >=20=20 > set ws "\[\r\n\t \]+" > set cr "\[\r\n\]+"