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]

PATCH to libmudflap.cth/pass40-frag.c for testsuite/20003


PR 20003 just states that the timeout on this test is too slow for systems under load; I ran into this the other day, and decided to deal with it by increasing the timeout.

Tested x86_64-pc-linux-gnu, applied to trunk as obvious.
commit aae1d3003b6b6e99372244156e187765d118efda
Author: Jason Merrill <jason@redhat.com>
Date:   Thu Oct 28 09:28:45 2010 -0400

    	PR testsuite/20003
    	* testsuite/libmudflap.cth/pass40-frag.c: Increase timeout to 30.

diff --git a/libmudflap/testsuite/libmudflap.cth/pass40-frag.c b/libmudflap/testsuite/libmudflap.cth/pass40-frag.c
index 4bba4d3..007cb16 100644
--- a/libmudflap/testsuite/libmudflap.cth/pass40-frag.c
+++ b/libmudflap/testsuite/libmudflap.cth/pass40-frag.c
@@ -45,7 +45,7 @@ int main ()
         return (0);
 }
 
-/* { dg-timeout 20 } */
+/* { dg-timeout 30 } */
 /* { dg-output "100 200 300 400 500 600 700 800 900 1000 \n" } */
 /* { dg-output "1100 1200 1300 1400 1500 1600 1700 1800 1900 2000 \n" } */
 /* { dg-output "2100 2200 2300 2400 2500 2600 2700 2800 2900 3000 \n" } */

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