From: uros Date: Tue, 25 Aug 2009 21:38:33 +0000 (+0000) Subject: * gcc.c-torture/compile/limits-fndefn.c: Add dg-timeout-factor. X-Git-Url: http://git.sourceforge.jp/view?a=commitdiff_plain;h=a6616d215ab7a7a68bec45d9dcdd811f0ba79dc1;p=pf3gnuchains%2Fgcc-fork.git * gcc.c-torture/compile/limits-fndefn.c: Add dg-timeout-factor. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@151098 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index eff7d269e61..a8d265a12e6 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2009-08-25 Uros Bizjak + + * gcc.c-torture/compile/limits-fndefn.c: Add dg-timeout-factor. + 2009-08-25 Ville Voutilainen * g++.dg/cpp0x/alignof.C: New. Tests that the alignof diff --git a/gcc/testsuite/gcc.c-torture/compile/limits-fndefn.c b/gcc/testsuite/gcc.c-torture/compile/limits-fndefn.c index 10f8714414f..65e60b39e1a 100644 --- a/gcc/testsuite/gcc.c-torture/compile/limits-fndefn.c +++ b/gcc/testsuite/gcc.c-torture/compile/limits-fndefn.c @@ -1,4 +1,5 @@ /* { dg-skip-if "too complex for avr and picochip" { picochip-*-* avr-*-* } { "*" } { "" } } */ +/* { dg-timeout-factor 4.0 } */ #define LIM1(x) x##0, x##1, x##2, x##3, x##4, x##5, x##6, x##7, x##8, x##9, #define LIM2(x) LIM1(x##0) LIM1(x##1) LIM1(x##2) LIM1(x##3) LIM1(x##4) \ LIM1(x##5) LIM1(x##6) LIM1(x##7) LIM1(x##8) LIM1(x##9)