This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [testsuite] Increase gcc.dg/pr43058.c timeout


Mike Stump wrote:

> Philosophy, any testcase that takes more than 30 seconds on a slow
> machine, is in danger of being a bad testcase. 

I tend to agree.  I'm not willing to make it a hard limit, because there
really are bugs that take a lot of processing to reproduce, and they may
be appropriate.

But, it's bothered me for about a decade that we spend X% of our test
cycles running Y% of our tests, where X >> Y.  The marginal costs of
slow tests is usually not commensurate with their marginal benefits.

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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