------- 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 <[EMAIL PROTECTED]> 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