From patchwork Fri Jan 29 09:53:34 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Marcin_Ko=C5=9Bcielnicki?= X-Patchwork-Id: 10665 Received: (qmail 26191 invoked by alias); 29 Jan 2016 09:53:41 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 26169 invoked by uid 89); 29 Jan 2016 09:53:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:1517, tight, $subdir, Expect X-HELO: xyzzy.0x04.net Received: from xyzzy.0x04.net (HELO xyzzy.0x04.net) (109.74.193.254) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 29 Jan 2016 09:53:38 +0000 Received: from hogfather.0x04.net (89-65-66-135.dynamic.chello.pl [89.65.66.135]) by xyzzy.0x04.net (Postfix) with ESMTPS id AA4423FE5B; Fri, 29 Jan 2016 10:54:21 +0100 (CET) Received: by hogfather.0x04.net (Postfix, from userid 1000) id 84D3058008E; Fri, 29 Jan 2016 10:53:35 +0100 (CET) From: =?UTF-8?q?Marcin=20Ko=C5=9Bcielnicki?= To: arnez@linux.vnet.ibm.com Cc: gdb-patches@sourceware.org, =?UTF-8?q?Marcin=20Ko=C5=9Bcielnicki?= Subject: [PATCH] gdb.trace: Bump tspeed.exp timeout to 600 seconds. Date: Fri, 29 Jan 2016 10:53:34 +0100 Message-Id: <1454061214-29747-1-git-send-email-koriakin@0x04.net> In-Reply-To: References: MIME-Version: 1.0 X-IsSubscribed: yes 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. --- Whoops, changing to 600. 300 was quite enough for me, and what I initially selected, but I figured it'd be good to leave some more headroom for slower machines. gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.trace/tspeed.exp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 17474de..fa61847 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2016-01-24 Marcin Kościelnicki + * gdb.trace/tspeed.exp: Bump the timeout to 600 seconds. + +2016-01-24 Marcin Kościelnicki + * gdb.trace/ftrace.exp: Select $r2 as test register for s390. * gdb.trace/mi-trace-frame-collected.exp: Expect 2 registers on s390. * gdb.trace/trace-common.h (x86_trace_dummy): Add s390 fast tracepoint diff --git a/gdb/testsuite/gdb.trace/tspeed.exp b/gdb/testsuite/gdb.trace/tspeed.exp index e638839..59d6605 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 \ } # Typically we need a little extra time for this test. -set timeout 180 +set timeout 600 set ws "\[\r\n\t \]+" set cr "\[\r\n\]+"