------- Comment #29 from janis at gcc dot gnu dot org 2008-12-02 17:49 ------- Fixed in trunk (4.4) and 4.3; 4.2 isn't expected to have additional releases so I haven't backported it there.
The patch solves the original reported problem, a hard-coded timeout for libstdc++ tests, by allowing the timeout value for a testsuite to be overridden by "gcc,,timeout" in the target board, and for individual tests to specify a timeout either by a number of seconds or by a multiple of the current default timeout. The same mechanism is also used now by the compiler tests and tests for libmudflap and libgomp; it can be extended to libffi and libjava if there is interest. -- janis at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28870