From patchwork Mon Nov 1 01:45:01 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jason Merrill X-Patchwork-Id: 69745 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id DFAADB70D4 for ; Mon, 1 Nov 2010 12:45:12 +1100 (EST) Received: (qmail 24756 invoked by alias); 1 Nov 2010 01:45:09 -0000 Received: (qmail 24743 invoked by uid 22791); 1 Nov 2010 01:45:08 -0000 X-SWARE-Spam-Status: No, hits=-5.2 required=5.0 tests=AWL, BAYES_20, RCVD_IN_DNSWL_HI, SPF_HELO_PASS, T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 01 Nov 2010 01:45:04 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oA11j2xO023002 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 31 Oct 2010 21:45:03 -0400 Received: from [127.0.0.1] (ovpn-113-33.phx2.redhat.com [10.3.113.33]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id oA11j23t014143; Sun, 31 Oct 2010 21:45:02 -0400 Message-ID: <4CCE1B9D.8040209@redhat.com> Date: Sun, 31 Oct 2010 21:45:01 -0400 From: Jason Merrill User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.14) Gecko/20101020 Lightning/1.0b1 Shredder/3.0.10pre MIME-Version: 1.0 To: gcc-patches List , "Frank Ch. Eigler" Subject: PATCH to libmudflap.cth/pass40-frag.c for testsuite/20003 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org PR 20003 just states that the timeout on this test is too slow for systems under load; I ran into this the other day, and decided to deal with it by increasing the timeout. Tested x86_64-pc-linux-gnu, applied to trunk as obvious. commit aae1d3003b6b6e99372244156e187765d118efda Author: Jason Merrill Date: Thu Oct 28 09:28:45 2010 -0400 PR testsuite/20003 * testsuite/libmudflap.cth/pass40-frag.c: Increase timeout to 30. diff --git a/libmudflap/testsuite/libmudflap.cth/pass40-frag.c b/libmudflap/testsuite/libmudflap.cth/pass40-frag.c index 4bba4d3..007cb16 100644 --- a/libmudflap/testsuite/libmudflap.cth/pass40-frag.c +++ b/libmudflap/testsuite/libmudflap.cth/pass40-frag.c @@ -45,7 +45,7 @@ int main () return (0); } -/* { dg-timeout 20 } */ +/* { dg-timeout 30 } */ /* { dg-output "100 200 300 400 500 600 700 800 900 1000 \n" } */ /* { dg-output "1100 1200 1300 1400 1500 1600 1700 1800 1900 2000 \n" } */ /* { dg-output "2100 2200 2300 2400 2500 2600 2700 2800 2900 3000 \n" } */