#1558: make the testsuite work with THREADS=2
---------------------------+------------------------------------------------
    Reporter:  simonmar    |        Owner:             
        Type:  bug         |       Status:  new        
    Priority:  normal      |    Milestone:  6.8        
   Component:  Test Suite  |      Version:  6.6.1      
    Severity:  normal      |   Resolution:             
    Keywords:              |   Difficulty:  Easy (1 hr)
          Os:  Unknown     |     Testcase:             
Architecture:  Unknown     |  
---------------------------+------------------------------------------------
Old description:

> The testsuite driver supports THREADS=2, unfortunately there are a few
> sequencing dependencies in the tests themselves which means that you may
> get false failures, depending on the order in which the tests are run.
>
> These are the tests I know about that fail in this way:
>
> {{{
> cabal01(normal)
> ffi018(normal)
> mod158(normal)
> }}}
>
> and a few other modXXX tests that fail randomly.

New description:

 The testsuite driver supports THREADS=2, unfortunately there are a few
 sequencing dependencies in the tests themselves which means that you may
 get false failures, depending on the order in which the tests are run.

 These are the tests I know about that fail in this way:

 {{{
 cabal01(normal)
 ffi018(normal)
 mod144(normal)
 mod158(normal)
 mod166(normal)
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1558>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to