Re: Validate failures on the new codegen

2011-04-08 Thread Edward Z. Yang
The T* failures are all memory allocation failures on the part of GHC, probably because Hoopl generates a lot more garbage than the old code generator. The space leak one is really interesting, because it doesn't show up when I do normal tests with a devel2 built stage2. Maybe I fixed it with my o

Re: Validate failures on the new codegen

2011-04-08 Thread Simon Marlow
On 07/04/2011 17:07, Edward Z. Yang wrote: Amazingly enough, a GHC fully built with the new code generator and with it set to default only fails five tests on validate: OVERALL SUMMARY for test run started at Thu Apr 7 11:53:31 EDT 2011 2712 total tests, which gave rise to 9094 test c

RE: Validate failures on the new codegen

2011-04-07 Thread Simon Peyton-Jones
Well done! | -Original Message- | From: cvs-ghc-boun...@haskell.org [mailto:cvs-ghc-boun...@haskell.org] On | Behalf Of Edward Z. Yang | Sent: 07 April 2011 17:07 | To: cvs-ghc | Subject: Validate failures on the new codegen | | Amazingly enough, a GHC fully built with the new code

Validate failures on the new codegen

2011-04-07 Thread Edward Z. Yang
Amazingly enough, a GHC fully built with the new code generator and with it set to default only fails five tests on validate: OVERALL SUMMARY for test run started at Thu Apr 7 11:53:31 EDT 2011 2712 total tests, which gave rise to 9094 test cases, of which 0 caused framework failur