From 459e2649e4257c56662f5c232d49fdeef5f7bc3b Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Fri, 17 Feb 2012 09:41:13 +0000 Subject: [PATCH] Increase simulate-thread timeout (PR target/51753) PR target/51753 * lib/gcc-simulate-thread.exp: Load timeout.exp. (simulate-thread): Use default timeout. From-SVN: r184330 --- gcc/testsuite/ChangeLog | 6 ++++++ gcc/testsuite/lib/gcc-simulate-thread.exp | 7 ++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 2f5544b1722..7c5081541fd 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2012-02-17 Rainer Orth + + PR target/51753 + * lib/gcc-simulate-thread.exp: Load timeout.exp. + (simulate-thread): Use default timeout. + 2012-02-16 Jason Merrill PR c++/52248 diff --git a/gcc/testsuite/lib/gcc-simulate-thread.exp b/gcc/testsuite/lib/gcc-simulate-thread.exp index 2b1294cef3e..0b36947d512 100644 --- a/gcc/testsuite/lib/gcc-simulate-thread.exp +++ b/gcc/testsuite/lib/gcc-simulate-thread.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2011 Free Software Foundation, Inc. +# Copyright (C) 2011, 2012 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -14,6 +14,8 @@ # along with GCC; see the file COPYING3. If not see # . +load_lib timeout.exp + # Utility for running a given test through the simulate-thread harness # using gdb. This is invoked via dg-final. # @@ -56,8 +58,7 @@ proc simulate-thread { args } { set gdb_worked 0 - # Set timeout to 20 seconds due to huge amount of generated log. - remote_expect target 20 { + remote_expect target [timeout_value] { # Too old GDB -re "Unhandled dwarf expression|Error in sourced command file" { unsupported "$testcase $message" -- 2.30.2