Am 04/11/2009 um 22:03  schrieb Simon Marlow:

On 04/11/2009 02:14, Manuel M T Chakravarty wrote:
Simon Peyton-Jones:
I've pushed a fix for the ones marked *
Apart from that, only T1969 (a delicate resource test) fails for me.

| Unexpected failures:
| Base1(normal) *
| Compose(normal) *
| PList1(normal) *
| PList2(normal) *
| T1969(normal)
| T3007(normal)
| T3294(normal)
| boxy(normal) *
| break008(ghci)
| print033(ghci) *
| simpl017(normal) *
| tc211(normal) *
| tc214(normal) *
| tcfail165(normal) *
| user001(normal)

Thanks for fixing that. On our Linux box, I still get two more failures
than you though (this is on 32-bit Linux with the HEAD from today):

Unexpected failures:
T1969(normal)
T3294(normal)
user001(normal)

user001 may fail due to this bug in glibc:
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466647

It fails on my 32-bit Linux box here, but not on 64-bit.

T1969 is the compiler performance test which has regressed recently; someone still needs to look into that.

Why is T3294 failing for you?

I get:

cd ./space_leaks && '/Users/chak/Code/ghc-test/bindisttest/installed/ bin/ghc' -fforce-recomp -dcore-lint -dcmm-lint -no-user-package- conf -dno-debug-output -c T3294.hs +RTS -V0 -tT3294.comp.stats -- machine-readable -RTS >T3294.comp.stderr 2>&1
bytes allocated 838393584 is more than maximum allowed 830000000
*** unexpected failure for T3294(normal)

On Leopard, the lists is still longer:

Unexpected failures:
   2302(normal)
   2816(ghci)
   T1969(normal)
   T3294(normal)
   conc070(ghci)
   ffi005(normal)
   ghci028(ghci)
   print021(ghci)

Manuel

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

Reply via email to