simonmar / monad-par

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

monad-par-0.3.4 (from Hackage) test fails

borsboom opened this issue · comments

I've tried this on Ubuntu 12.04 and Mac OS X 10.8.2, using Haskell Platform 2012.4.0.0 (GHC 7.4.2) in both cases. I started with a clean local package database. The test output is below. Please let me know if I can be of any assistance in helping to track this down.

AList HUnit Tests:
  fromList1: [OK]
  cons X3: [OK]
  tail X3: [OK]
  len bintree: [OK]
  inspect tree1: [OK]
  inspect tree2: [OK]
  inspect tree3: [OK]
AList QuickCheck Tests :
  map: [OK, passed 100 tests]
  filter: [OK, passed 100 tests]
  tofrom: [OK, passed 100 tests]
  tofromB: [OK, passed 100 tests]
  balance: [OK, passed 100 tests]
ParTests:
  justReturn: [OK]
  oneIVar: [OK]
  forkNFill: [OK]
Good.  Caught exception: <<timeout>>
  getEmpty: [OK]
  test diamond: [OK]
  test pmrr1: [OK]
  async test1: [Failed]
ERROR: Bad temporal pattern: ["A","D","B","C","72.2816102527359","E"]

         Properties  Test Cases   Total       
 Passed  5           13           18          
 Failed  0           1            1           
 Total   5           14           19          

The test succeeds if you use +RTS -N2. I'm not sure exactly what this test is supposed to be doing, but I don't think it's a problem.

Ok, thanks. Confirmed that it works with +RTS -N2.