[EMAIL PROTECTED] 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

_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to