Bug 23069

Summary: libmudflap.cth timeouts too short
Product: gcc Reporter: gschafer
Component: testsuiteAssignee: Not yet assigned to anyone <unassigned>
Status: RESOLVED DUPLICATE    
Severity: minor CC: fche, gcc-bugs, gschafer, reichelt
Priority: P2    
Version: 4.0.1   
Target Milestone: ---   
Host: Target:
Build: Known to work:
Known to fail: Last reconfirmed: 2005-07-28 09:31:21

Description gschafer 2005-07-26 06:17:20 UTC
In these files:

libmudflap/testsuite/libmudflap.cth/pass3{7,9}-frag.c

the timeout is overridden to 3 seconds. This is way too short if for example
running the testsuite with -j3 on an SMP box. It results in many timeouts as per
these examples:

http://gcc.gnu.org/ml/gcc-testresults/2005-07/msg01114.html
http://gcc.gnu.org/ml/gcc-testresults/2005-07/msg00451.html

I'm not sure what the ideal timeout should be but 20 seconds made the timeouts
go away for me. Thanks.
Comment 1 Serge Belyshev 2005-07-28 09:31:21 UTC
Confirmed, I saw this one too.
Comment 2 Serge Belyshev 2005-10-11 07:30:27 UTC

*** This bug has been marked as a duplicate of 20003 ***