From patchwork Wed Dec 1 13:33:08 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rainer Orth X-Patchwork-Id: 73820 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 B2427B6EF1 for ; Thu, 2 Dec 2010 00:33:27 +1100 (EST) Received: (qmail 11381 invoked by alias); 1 Dec 2010 13:33:23 -0000 Received: (qmail 11369 invoked by uid 22791); 1 Dec 2010 13:33:21 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL, BAYES_00, T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from snape.CeBiTec.Uni-Bielefeld.DE (HELO smtp-relay.CeBiTec.Uni-Bielefeld.DE) (129.70.160.84) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 01 Dec 2010 13:33:13 +0000 Received: from localhost (localhost.CeBiTec.Uni-Bielefeld.DE [127.0.0.1]) by smtp-relay.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id B00552D2; Wed, 1 Dec 2010 14:33:10 +0100 (CET) Received: from smtp-relay.CeBiTec.Uni-Bielefeld.DE ([127.0.0.1]) by localhost (malfoy.CeBiTec.Uni-Bielefeld.DE [127.0.0.1]) (amavisd-new, port 10024) with LMTP id tfJOaYzmxsGn; Wed, 1 Dec 2010 14:33:09 +0100 (CET) Received: from manam.CeBiTec.Uni-Bielefeld.DE (manam.CeBiTec.Uni-Bielefeld.DE [129.70.161.120]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp-relay.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTPS id 0DC222D1; Wed, 1 Dec 2010 14:33:09 +0100 (CET) Received: (from ro@localhost) by manam.CeBiTec.Uni-Bielefeld.DE (8.14.4+Sun/8.14.4/Submit) id oB1DX8w7014204; Wed, 1 Dec 2010 14:33:08 +0100 (MET) From: Rainer Orth To: gcc-patches@gcc.gnu.org Cc: Jakub Jelinek Subject: [libgomp, testsuite] Double libgomp.fortran/vla8.f90 timeout factor Date: Wed, 01 Dec 2010 14:33:08 +0100 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (usg-unix-v) MIME-Version: 1.0 X-IsSubscribed: yes 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 The libgomp.fortran/vla8.f90 compilation times out for me on many platforms. E.g. on an 250 MHz R10k Onyx^2 running IRIX 6.5 , compilation takes between 2:30 and 3 minutes, so for a parallel make check it can easily exceed the default 5 minutes (300 s) timeout. The following patch works around this by doubling the timeout and allows all libgomp tests to succeed on mips-sgi-irix6.5. Another option would be to declare the test as expensive (dg-require-effective-target run_expensive_tests) and not run it by default. Whatever solution is chosen, something needs to be done here. Is the following patch ok for mainline (and the 4.4 and 4.5 branches after testing)? Thanks. Rainer 2010-12-01 Rainer Orth * testsuite/libgomp.fortran/vla8.f90: Use dg-timeout-factor 2.0. diff -r 88e4219a8dd3 libgomp/testsuite/libgomp.fortran/vla8.f90 --- a/libgomp/testsuite/libgomp.fortran/vla8.f90 Wed Dec 01 13:33:36 2010 +0100 +++ b/libgomp/testsuite/libgomp.fortran/vla8.f90 Wed Dec 01 13:35:01 2010 +0100 @@ -1,4 +1,5 @@ ! { dg-do run } +! { dg-timeout-factor 2.0 } call test contains