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


On Fri, Jul 23, 2010 at 12:06:02PM -0700, Mark Mitchell wrote:
> Rainer Orth wrote:
> 
> > Fully agreed.  The worst offender so far is a single gcc.c-torture
> > testcase that takes 4+ hours (2 multilibs, 8 different optimization
> > options) on an UltraSPARC-T2:
> > 
> > 	http://gcc.gnu.org/ml/gcc-patches/2010-07/msg01633.html
> > 
> > If this isn't changed, this single testcase runs longer than the rest of
> > the testsuite combined ;-(

That can't be true, because pr43058.c isn't run for all optimization levels.
It is only run at -O2 -g.  So it definitely can't run for 4+ hours.
With 2 multilibs, if you run with RUNTESTFLAGS='--target_board=unix\{-m32,-m64\}'
(not the default), it can take at most 2 timeouts if it times out.

> That's just silly.
> 
> I will approve a patch which moves this into a separate testsuite, which
> is run only upon explicit request, and we will remove this from the set
> of required tests to run before checking things in.

	Jakub


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