public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/20003] libmudflap.cth timeouts too short
       [not found] <bug-20003-4@http.gcc.gnu.org/bugzilla/>
@ 2010-11-01  2:04 ` jason at gcc dot gnu.org
  2014-08-04 12:34 ` fche at redhat dot com
  1 sibling, 0 replies; 3+ messages in thread
From: jason at gcc dot gnu.org @ 2010-11-01  2:04 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from Jason Merrill <jason at gcc dot gnu.org> 2010-11-01 02:04:25 UTC ---
Author: jason
Date: Mon Nov  1 02:04:20 2010
New Revision: 166121

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166121
Log:
    PR testsuite/20003
    * testsuite/libmudflap.cth/pass40-frag.c: Increase timeout to 30.

Modified:
    trunk/libmudflap/ChangeLog
    trunk/libmudflap/testsuite/libmudflap.cth/pass40-frag.c


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

* [Bug testsuite/20003] libmudflap.cth timeouts too short
       [not found] <bug-20003-4@http.gcc.gnu.org/bugzilla/>
  2010-11-01  2:04 ` [Bug testsuite/20003] libmudflap.cth timeouts too short jason at gcc dot gnu.org
@ 2014-08-04 12:34 ` fche at redhat dot com
  1 sibling, 0 replies; 3+ messages in thread
From: fche at redhat dot com @ 2014-08-04 12:34 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=20003

Frank Ch. Eigler <fche at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #7 from Frank Ch. Eigler <fche at redhat dot com> ---
mudflap has been retired


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

* [Bug testsuite/20003] libmudflap.cth timeouts too short
       [not found] <bug-20003-10112@http.gcc.gnu.org/bugzilla/>
@ 2007-09-21  6:56 ` belyshev at depni dot sinp dot msu dot ru
  0 siblings, 0 replies; 3+ messages in thread
From: belyshev at depni dot sinp dot msu dot ru @ 2007-09-21  6:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from belyshev at depni dot sinp dot msu dot ru  2007-09-21 06:56 -------
Problem still persists, see eg.
http://gcc.gnu.org/ml/gcc-testresults/2007-09/msg00911.html

pass40-frag fails due to small timeout (not every box can create 20K threads in
20 seconds especially under high load of make -j4).

pass37-frag and pass39-frag also fail due to improper use of sched_yield(),
this patch cures problem for me most of the time:

Index: gcc43/libmudflap/testsuite/libmudflap.cth/pass37-frag.c
===================================================================
--- gcc43.orig/libmudflap/testsuite/libmudflap.cth/pass37-frag.c
+++ gcc43/libmudflap/testsuite/libmudflap.cth/pass37-frag.c
@@ -20,7 +20,6 @@ func (void *p)
           libmudflap. */
        array[x] = i;
       }
-      sched_yield (); /* sleep (1); */
     }

   return (NULL);
Index: gcc43/libmudflap/testsuite/libmudflap.cth/pass39-frag.c
===================================================================
--- gcc43.orig/libmudflap/testsuite/libmudflap.cth/pass39-frag.c
+++ gcc43/libmudflap/testsuite/libmudflap.cth/pass39-frag.c
@@ -20,7 +20,6 @@ func (void *p)
       assert (arrays[i] != NULL);
       arrays[i][x] = i;
       free (arrays[i]);
-      sched_yield (); /* sleep (1); */
     }

   return (NULL);


-- 

belyshev at depni dot sinp dot msu dot ru changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fche at redhat dot com,
                   |                            |belyshev at depni dot sinp
                   |                            |dot msu dot ru
   Last reconfirmed|2005-10-11 07:32:46         |2007-09-21 06:56:31
               date|                            |


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


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

end of thread, other threads:[~2014-08-04 12:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-20003-4@http.gcc.gnu.org/bugzilla/>
2010-11-01  2:04 ` [Bug testsuite/20003] libmudflap.cth timeouts too short jason at gcc dot gnu.org
2014-08-04 12:34 ` fche at redhat dot com
     [not found] <bug-20003-10112@http.gcc.gnu.org/bugzilla/>
2007-09-21  6:56 ` belyshev at depni dot sinp dot msu dot ru

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).