This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [v3] AM_MAKEFLAGS, AM_RUNTESTFLAGS removal


On Sat, Sep 29, 2007 at 01:19:03PM +0200, Johannes Singler wrote:
> The patch is fine, but it does not help (i. e. speed up things on a
> multiprocessor machine). This is because there is basically one large
> call to runtest, which then runs on one processor. And I have not found
> any way to convince runtest to run its test cases in parallel. So
> DejaGNU might have to be extended to support that?!

This is why there was, once upon a time, support for running the
testsuite with QMTest - it would be happy to parallelize tests for
you.

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]