public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libmudflap/31845]  New: Need to adjust libmudflap timeout values in testsuite.
@ 2007-05-06 20:35 rob1weld at aol dot com
  2007-05-24  5:15 ` [Bug libmudflap/31845] " rob1weld at aol dot com
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: rob1weld at aol dot com @ 2007-05-06 20:35 UTC (permalink / raw)
  To: gcc-bugs

On one of the longer tests ( libmudflap.cth/pass40-frag.c ) the testsuite
reports a timeout but looking at the logfile the test seem to be working. My
computer is fairly fast.

I propose that the values be increased for that test.

http://gcc.gnu.org/ml/gcc-testresults/2007-05/msg00314.html


-- 
           Summary: Need to adjust libmudflap timeout values in testsuite.
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libmudflap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rob1weld at aol dot com
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31845


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libmudflap/31845] Need to adjust libmudflap timeout values in testsuite.
  2007-05-06 20:35 [Bug libmudflap/31845] New: Need to adjust libmudflap timeout values in testsuite rob1weld at aol dot com
@ 2007-05-24  5:15 ` rob1weld at aol dot com
  2007-06-09  3:45 ` rob1weld at aol dot com
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: rob1weld at aol dot com @ 2007-05-24  5:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from rob1weld at aol dot com  2007-05-24 06:15 -------
This has not happened in the last few weeks.

It _might_ be fixed. I would need to wait until I'm doing a half a dozen things
at once and had a high load; while compiling gcc.

If a maintainer happens across this bug report and needs to close it for the
purposes of making a release - be my guest.

Since there are other tests with timeout errors I will leave this open.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31845


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libmudflap/31845] Need to adjust libmudflap timeout values in testsuite.
  2007-05-06 20:35 [Bug libmudflap/31845] New: Need to adjust libmudflap timeout values in testsuite rob1weld at aol dot com
  2007-05-24  5:15 ` [Bug libmudflap/31845] " rob1weld at aol dot com
@ 2007-06-09  3:45 ` rob1weld at aol dot com
  2007-06-12 11:16 ` rob1weld at aol dot com
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: rob1weld at aol dot com @ 2007-06-09  3:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rob1weld at aol dot com  2007-06-09 03:45 -------
Tried running "make -i check" on a just-built version of gcc while compiling a
newer revision of gcc in a different X-Window. The load was enough to give a
number of timeouts in various places.

It is inconvenient to be unable to use the computer for anything else while
running a check - I can accept that I can't use it when I'm running a timing
benchmark but I kinda like to keep the system loaded when I am able to.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31845


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libmudflap/31845] Need to adjust libmudflap timeout values in testsuite.
  2007-05-06 20:35 [Bug libmudflap/31845] New: Need to adjust libmudflap timeout values in testsuite rob1weld at aol dot com
  2007-05-24  5:15 ` [Bug libmudflap/31845] " rob1weld at aol dot com
  2007-06-09  3:45 ` rob1weld at aol dot com
@ 2007-06-12 11:16 ` rob1weld at aol dot com
  2007-06-24 12:30 ` rob1weld at aol dot com
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: rob1weld at aol dot com @ 2007-06-12 11:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rob1weld at aol dot com  2007-06-12 11:16 -------
FIX - Altered "dg-timeout":

/root/downloads/gcc-4_3-trunk/libmudflap/testsuite/libmudflap.cth/pass37-frag-Origonal.c

/* { dg-output "100 100 100 100 100 100 100 100 100 100" } */
/* { dg-repetitions 20 } */
/* { dg-timeout 10 } */


/root/downloads/gcc-4_3-trunk/libmudflap/testsuite/libmudflap.cth/pass37-frag.c

/* { dg-output "100 100 100 100 100 100 100 100 100 100" } */
/* { dg-repetitions 20 } */
/* { dg-timeout 300 } */


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31845


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libmudflap/31845] Need to adjust libmudflap timeout values in testsuite.
  2007-05-06 20:35 [Bug libmudflap/31845] New: Need to adjust libmudflap timeout values in testsuite rob1weld at aol dot com
                   ` (2 preceding siblings ...)
  2007-06-12 11:16 ` rob1weld at aol dot com
@ 2007-06-24 12:30 ` rob1weld at aol dot com
  2007-10-24 17:23 ` janis at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: rob1weld at aol dot com @ 2007-06-24 12:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rob1weld at aol dot com  2007-06-24 12:30 -------
After a bit of testing I came up with these final values:

gcc-4_3-trunk/libmudflap/testsuite/lib/mfdg.exp
/root/downloads/gcc-4_3-trunk/libmudflap/testsuite/libmudflap.cth/pass39-frag.c
/* { dg-timeout 10 } */
/* { dg-timeout 40 } */

/root/downloads/gcc-4_3-trunk/libmudflap/testsuite/libmudflap.cth/pass40-frag.c
/* { dg-timeout 20 } */
/* { dg-timeout 40 } */

/root/downloads/gcc-4_3-trunk/libmudflap/testsuite/libmudflap.cth/pass37-frag.c
/* { dg-timeout 10 } */
/* { dg-timeout 40 } */


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31845


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libmudflap/31845] Need to adjust libmudflap timeout values in testsuite.
  2007-05-06 20:35 [Bug libmudflap/31845] New: Need to adjust libmudflap timeout values in testsuite rob1weld at aol dot com
                   ` (3 preceding siblings ...)
  2007-06-24 12:30 ` rob1weld at aol dot com
@ 2007-10-24 17:23 ` janis at gcc dot gnu dot org
  2008-06-29  5:29 ` rob1weld at aol dot com
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: janis at gcc dot gnu dot org @ 2007-10-24 17:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from janis at gcc dot gnu dot org  2007-10-24 17:23 -------
Rob, thanks for investigating this and finding new values.  No one seems to
have paid any attention here, so please send this as a patch to
gcc-patches@gcc.gnu.org (let me know privately if you have questions about
that) and if there are no objections I'll check it in.


-- 

janis at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |janis at gcc dot gnu dot org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-10-24 17:23:06
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31845


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libmudflap/31845] Need to adjust libmudflap timeout values in testsuite.
  2007-05-06 20:35 [Bug libmudflap/31845] New: Need to adjust libmudflap timeout values in testsuite rob1weld at aol dot com
                   ` (4 preceding siblings ...)
  2007-10-24 17:23 ` janis at gcc dot gnu dot org
@ 2008-06-29  5:29 ` rob1weld at aol dot com
  2008-06-29  5:31 ` rob1weld at aol dot com
  2008-06-29  5:38 ` rob1weld at aol dot com
  7 siblings, 0 replies; 9+ messages in thread
From: rob1weld at aol dot com @ 2008-06-29  5:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from rob1weld at aol dot com  2008-06-29 05:28 -------
Created an attachment (id=15824)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15824&action=view)
./libtool --tag=CXX --config > tag_CXX.txt


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31845


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libmudflap/31845] Need to adjust libmudflap timeout values in testsuite.
  2007-05-06 20:35 [Bug libmudflap/31845] New: Need to adjust libmudflap timeout values in testsuite rob1weld at aol dot com
                   ` (5 preceding siblings ...)
  2008-06-29  5:29 ` rob1weld at aol dot com
@ 2008-06-29  5:31 ` rob1weld at aol dot com
  2008-06-29  5:38 ` rob1weld at aol dot com
  7 siblings, 0 replies; 9+ messages in thread
From: rob1weld at aol dot com @ 2008-06-29  5:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from rob1weld at aol dot com  2008-06-29 05:30 -------
Created an attachment (id=15825)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15825&action=view)
./libtool --tag=GCJ --config > tag_GCJ.txt

Attached two outputs from libtool.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31845


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libmudflap/31845] Need to adjust libmudflap timeout values in testsuite.
  2007-05-06 20:35 [Bug libmudflap/31845] New: Need to adjust libmudflap timeout values in testsuite rob1weld at aol dot com
                   ` (6 preceding siblings ...)
  2008-06-29  5:31 ` rob1weld at aol dot com
@ 2008-06-29  5:38 ` rob1weld at aol dot com
  7 siblings, 0 replies; 9+ messages in thread
From: rob1weld at aol dot com @ 2008-06-29  5:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from rob1weld at aol dot com  2008-06-29 05:37 -------
Note: Ignore those two attachments they are for a different bug report. For
some  reason when I made an attachment to a different bug report bugzilla put
them here.

Janis:
Someone else reported the same problem in another post here at bugzilla, it may
be getting marked as a dupe sometime.

I don't have a patch, I've changed OSes.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31845


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-06-29  5:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-06 20:35 [Bug libmudflap/31845] New: Need to adjust libmudflap timeout values in testsuite rob1weld at aol dot com
2007-05-24  5:15 ` [Bug libmudflap/31845] " rob1weld at aol dot com
2007-06-09  3:45 ` rob1weld at aol dot com
2007-06-12 11:16 ` rob1weld at aol dot com
2007-06-24 12:30 ` rob1weld at aol dot com
2007-10-24 17:23 ` janis at gcc dot gnu dot org
2008-06-29  5:29 ` rob1weld at aol dot com
2008-06-29  5:31 ` rob1weld at aol dot com
2008-06-29  5:38 ` rob1weld at aol dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).