validate fails!

Manuel M T Chakravarty chak at cse.unsw.edu.au
Thu Oct 11 19:32:12 EDT 2007


naur at post11.tele.dk wrote,
> On my PPC Mac OS X, validate fails with:
> 
> Unexpected passes:
>    simpl019(normal)
> 
> Unexpected failures:
>    TH_runIO(normal)
>    divbyzero(normal)
>    outofmem(normal)

outofmem is just a matter of PPC MacOS X giving a different error 
message than the default one.  Have a look into 
testsuite/tests/ghc-regress/rts/.  There are a number of variants of 
the outofmem.stderr file for different arch/os types.  There is a 
special case for i386-apple-darwin.  You need to add one for 
ppc-apple-darwin.

divbyzero is probably similar; ie, you need a PPC MacOS-specific 
result file.

Manuel



More information about the Cvs-ghc mailing list