On 17/03/2010, at 12:15 AM, Ian Lynagh wrote:

> On Tue, Mar 16, 2010 at 02:43:46PM +1100, Ben Lippmeier wrote:
>> 
>> A boatload of tests are now failing for me under OSX
> 
> Is your testsuite repo up-to-date?
> 

Yep.

desire:ghc-head-incoming benl$ darcs changes --last=5
Wed Mar 17 01:31:03 EST 2010  Simon Marlow <[email protected]>
  * copy_tag_nolock(): fix write ordering and add a write_barrier()
  
  Fixes a rare crash in the parallel GC.
  
  If we copy a closure non-atomically during GC, as we do for all
  immutable values, then before writing the forwarding pointer we better
  make sure that the closure itself is visible to other threads that
  might follow the forwarding pointer.  I imagine this doesn't happen
  very often, but I just found one case of it: in scavenge_stack, the
  RET_FUN case, after evacuating ret_fun->fun we then follow it and look
  up the info pointer.

Tue Mar 16 17:05:17 EST 2010  [email protected]
  * Add sliceP mapping to vectoriser builtins

Thu Mar 11 17:45:18 EST 2010  [email protected]
  * Comments only

Tue Mar 16 11:51:37 EST 2010  Ian Lynagh <[email protected]>
  tagged 2010-03-16

Tue Mar 16 04:35:41 EST 2010  Ian Lynagh <[email protected]>
  * When saying RTS options are disabled, also say how to enable them

desire:ghc-head-incoming benl$ cd testsuite
desire:testsuite benl$
desire:testsuite benl$ darcs changes --last=5
Tue Mar 16 15:20:56 EST 2010  [email protected]
  * Add dph-words test
  I've only set this to run with the "normal" way atm because it 
  takes about 1.5 min to compile on my machine. SpecConstr blows out
  the size of the core program to about 400k, which is probably
  a good enough reason to have it in the testsuite.

Tue Mar 16 08:02:45 EST 2010  Ian Lynagh <[email protected]>
  * Update rtsOpts output

Mon Mar 15 04:34:03 EST 2010  Ian Lynagh <[email protected]>
  * Use -rtsopts for the outofmem2 test

Mon Mar 15 04:23:40 EST 2010  Ian Lynagh <[email protected]>
  * Update the rtsOpts test now that RTS options are off by default

Mon Mar 15 04:19:50 EST 2010  Ian Lynagh <[email protected]>
  * Always use -rtsopts when compiling things with GHC



Ben.


_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to