From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5871 invoked by alias); 2 Dec 2008 17:47:02 -0000 Received: (qmail 5457 invoked by alias); 2 Dec 2008 17:45:35 -0000 Date: Tue, 02 Dec 2008 17:47:00 -0000 Message-ID: <20081202174535.5456.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug testsuite/28870] [4.2/4.3/4.4 Regression] configuring, over-riding timeout values in testsuite In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "janis at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-12/txt/msg00207.txt.bz2 ------- Comment #28 from janis at gcc dot gnu dot org 2008-12-02 17:45 ------- Subject: Bug 28870 Author: janis Date: Tue Dec 2 17:44:08 2008 New Revision: 142366 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142366 Log: Backport from mainline: 2008-11-26 Janis Johnson gcc/ PR testsuite/28870 * doc/sourcebuild.texi (Test Directives): Add dg-timeout and dg-timeout-factor. gcc/testsuite/ PR testsuite/28870 * lib/timeout.exp: New. * lib/timeout-dg.exp: New. * lib/gcc-dg.exp: Include new timeout library files. (dg-test): Unset timeout variables. * lib/gcc.exp (gcc_target_compile): Set timeout value from new proc. * lib/g++.exp (g++_target_compile): Ditto. * lib/gfortran.exp (gfortran_target_compile): Ditto. * lib/objc.exp (objc_target_compile): Ditto. * lib/obj-c++.exp (obj-c++_target_compile): Ditto. * lib/obj-c++.exp (obj-c++_target_compile): Ditto. * lib/gnat.exp (gnat_target_compile): Ditto. libstdc++-v3/ PR testsuite/28870 * testsuite/lib/libstdc++.exp: Include new timeout library files. (libstdc++_init): Define tool_timeout. (dg-test): Override DejaGnu proc. (v3_target_compile): Set timeout value from new proc. (v3_target_compile_as_c): Ditto. libmudflap/ PR testsuite/28870 * testsuite/lib/mfdg.exp (dg-test): Use new timeout support. (dg-timeout): Remove. (standard-wait): Remove. * testsuite/lib/libmudflap.exp: Include new timeout library files. (libmudflap_target_compile): Set timeout value from new proc. libgomp/ PR testsuite/28870 * testsuite/lib/libgomp.exp: Include new timeout library files. (libgomp_target_compile): Set timeout value from new proc. Added: branches/gcc-4_3-branch/gcc/testsuite/lib/timeout-dg.exp branches/gcc-4_3-branch/gcc/testsuite/lib/timeout.exp Modified: branches/gcc-4_3-branch/gcc/ChangeLog branches/gcc-4_3-branch/gcc/doc/sourcebuild.texi branches/gcc-4_3-branch/gcc/testsuite/ChangeLog branches/gcc-4_3-branch/gcc/testsuite/lib/g++.exp branches/gcc-4_3-branch/gcc/testsuite/lib/gcc-dg.exp branches/gcc-4_3-branch/gcc/testsuite/lib/gcc.exp branches/gcc-4_3-branch/gcc/testsuite/lib/gfortran.exp branches/gcc-4_3-branch/gcc/testsuite/lib/gnat.exp branches/gcc-4_3-branch/gcc/testsuite/lib/obj-c++.exp branches/gcc-4_3-branch/gcc/testsuite/lib/objc.exp branches/gcc-4_3-branch/libgomp/ChangeLog branches/gcc-4_3-branch/libgomp/testsuite/lib/libgomp.exp branches/gcc-4_3-branch/libmudflap/ChangeLog branches/gcc-4_3-branch/libmudflap/testsuite/lib/libmudflap.exp branches/gcc-4_3-branch/libmudflap/testsuite/lib/mfdg.exp branches/gcc-4_3-branch/libstdc++-v3/ChangeLog branches/gcc-4_3-branch/libstdc++-v3/testsuite/lib/libstdc++.exp -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28870