[GHC] #7656: qsemn001 randomly fails on OS X x86

GHC cvs-ghc at haskell.org
Mon Feb 4 15:51:21 CET 2013


#7656: qsemn001 randomly fails on OS X x86
-------------------------------+--------------------------------------------
  Reporter:  igloo             |          Owner:                  
      Type:  bug               |         Status:  closed          
  Priority:  normal            |      Milestone:                  
 Component:  libraries/base    |        Version:  7.7             
Resolution:  fixed             |       Keywords:                  
        Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
   Failure:  None/Unknown      |     Difficulty:  Unknown         
  Testcase:                    |      Blockedby:                  
  Blocking:                    |        Related:                  
-------------------------------+--------------------------------------------
Changes (by simonmar):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 Fixed, I hope.  It looks like small delays aren't as accurate on OS X as
 they are on Linux, but in any case this test was fragile so it's a good
 thing to fix it.  It might be a good idea for someone to look into why the
 delays weren't accurate on OS X, but it may just be that there's only a
 20ms resolution for the `select` timeout or something.

 {{{
 commit 975ea1a7bbd1aa129f5c3b0cb4eb0dfb74780a0b
 Author: Simon Marlow <marlowsd at gmail.com>
 Date:   Mon Feb 4 14:38:45 2013 +0000

     Remove the reliance on relative accuracy of short delays (#7656)
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7656#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler



More information about the ghc-tickets mailing list