Just run validate under Cygwin on my desktop box.  Several UTF8 tests fail thus:

Unexpected failures:
   testblockalloc(normal)
   utf8_002(normal)
   utf8_003(normal)
   utf8_004(normal)
   utf8_005(normal)

I know you were doing unicode stuff.  All the utf8 ones have the same error:

=====> utf8_002(normal)
cd ./parser/unicode && 'c:/darcs/HEAD/ghc/stage2-inplace/ghc' -fforce-recomp 
-dcore-lint -dcmm-lint -Di386_unknown_mingw32  -dno-debug-output -c utf8_002.hs 
   >utf8_002.comp.stderr 2>&1
Actual stderr output differs from expected:
--- ./parser/unicode/utf8_002.stderr.normalised 2008-09-16 14:22:46.386971200 
+0100
+++ ./parser/unicode/utf8_002.comp.stderr.normalised    2008-09-16 
14:22:46.386971200 +0100
@@ -1,2 +1,2 @@

-utf8_002.hs:2:0: lexical error (UTF-8 decoding error)
+utf8_002.hs:2:0: lexical error at end of input
*** unexpected failure for utf8_002(normal)


But testblockalloc is different

=====> testblockalloc(normal)
cd ./rts && 'c:/darcs/HEAD/ghc/stage2-inplace/ghc' -fforce-recomp -dcore-lint 
-dcmm-lint -Di386_unknown_mingw32  -dno-debug-output -o testblockalloc 
testblockalloc.c    >testblockalloc.comp.stderr 2>&1
cd ./rts && ./testblockalloc +RTS -I0   </dev/null >testblockalloc.run.stdout 
2>testblockalloc.run.stderr
Wrong exit code (expected 0 , actual 1 )
Stdout:

Stderr:
testblockalloc.exe: getMBlocks: VirtualAlloc MEM_COMMIT failed: The paging file 
is too small for this operation to complete.

*** unexpected failure for testblockalloc(normal)



Would you like any more info?

Simon

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

Reply via email to