20001226-1.c: Generalize dg-timeout-factor.
authorLaurent GUERBY <laurent@guerby.net>
Mon, 5 Jan 2009 19:49:43 +0000 (19:49 +0000)
committerLaurent Guerby <guerby@gcc.gnu.org>
Mon, 5 Jan 2009 19:49:43 +0000 (19:49 +0000)
2009-01-05  Laurent GUERBY  <laurent@guerby.net>

* gcc.c-torture/compile/20001226-1.c: Generalize
dg-timeout-factor.
* gcc.c-torture/compile/limits-fnargs.c: Add
dg-timeout-factor.
* gcc.dg/20020425-1.c: Likewise.
* gcc.dg/pch/pch.exp: Likewise.

From-SVN: r143092

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/20001226-1.c
gcc/testsuite/gcc.c-torture/compile/limits-fnargs.c
gcc/testsuite/gcc.dg/20020425-1.c
gcc/testsuite/gcc.dg/pch/pch.exp

index b37d770a0c805807e0481f7266cc8add440473f7..c41cf5be533040e066356c7dca7e9d3fed05a040 100644 (file)
@@ -1,3 +1,12 @@
+2009-01-05  Laurent GUERBY  <laurent@guerby.net>
+
+       * gcc.c-torture/compile/20001226-1.c: Generalize 
+       dg-timeout-factor.
+       * gcc.c-torture/compile/limits-fnargs.c: Add
+       dg-timeout-factor.
+       * gcc.dg/20020425-1.c: Likewise.
+       * gcc.dg/pch/pch.exp: Likewise.
+       
 2009-01-05  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/38657
index 1a1af7b5823034f21f83a24dc4b04f2a11f3472b..7cf963f0ac78bfc2eb76f2cdf0108ae4f63c021d 100644 (file)
@@ -6,9 +6,7 @@
 /* { dg-xfail-if "jump beyond 128K not supported" { xtensa*-*-* } { "-O0" } { "" } } */
 /* { dg-xfail-if "PR36698" { spu-*-* } { "-O0" } { "" } } */
 /* { dg-skip-if "" { m32c-*-* } { "*" } { "" } } */
-/* If list of targets on dg-timeout-factor grows to 3, make it unconditional
-   for all targets.  */
-/* { dg-timeout-factor 2.0 { target hppa*-*-* } } */
+/* { dg-timeout-factor 4.0 } */
 
 /* This testcase exposed two branch shortening bugs on powerpc.  */
 
index b94fa43db12a2e2149d010d6f106e28410d030ee..6640d1a7472d6cc1cd0be08cd88bd747cd8328f0 100644 (file)
@@ -1,3 +1,5 @@
+/* { dg-timeout-factor 4.0 } */
+
 #define PAR1 int, int, int, int, int, int, int, int, int, int
 #define PAR2 PAR1, PAR1, PAR1, PAR1, PAR1, PAR1, PAR1, PAR1, PAR1, PAR1
 #define PAR3 PAR2, PAR2, PAR2, PAR2, PAR2, PAR2, PAR2, PAR2, PAR2, PAR2
index ac26e60069a66103526da5fe8abded91a7386ed8..7783c8870c116c91fa92cb48dc984b5881251353 100644 (file)
@@ -1,5 +1,6 @@
 /* PR c/2161: parser stack overflow.  */
 /* { dg-do compile } */
+/* { dg-timeout-factor 4.0 } */
 
 #define ONE    else if (0) { }
 #define TEN    ONE ONE ONE ONE ONE ONE ONE ONE ONE ONE
index e2ec69fd7bde9ab121b701c779176ba040349494..c76c37af8df659dbc4be79d353e6d3a8239689d6 100644 (file)
@@ -44,6 +44,7 @@ set test "largefile.c"
 set testh "largefile.hs"
 set f [open $test w]
 puts $f "/* { dg-xfail-if \"PR 14940\" { \"i?86-*-solaris2.10\" } { \"*\" } { \"\" } } */"
+puts $f "/* { dg-timeout-factor 4.0 } */"
 set v 0
 for { set v 0 } { $v < 10000 } { incr v } {
     puts $f "#define MACRO_${v} \"1234567890\" \"$v\""