Windows faliures
Simon Peyton-Jones
simonpj at microsoft.com
Thu Jan 28 19:15:27 EST 2010
On Windows I'm getting these failures
Simon
Unexpected failures:
ThreadDelay001(normal)
cgrun017(normal)
cgrun032(normal)
hsc2hs001(normal)
hsc2hs002(normal)
openTempFile001(normal)
=====> hsc2hs001(normal) 823 of 2434 [0, 2, 0]
cd ./hsc2hs && $MAKE -s --no-print-directory hsc2hs001 </dev/null >hsc2hs001.run.stdout 2>hsc2hs001.run.stderr
Wrong exit code (expected 0 , actual 2 )
Stdout:
Stderr:
In file included from hsc2hs001_hsc_make.c:1:
c:/code/HEAD/bindisttest/install dir/lib/template-hsc.h:4:19: HsFFI.h: No such file or directory
compiling hsc2hs001_hsc_make.c failed
command was: c:\mingw\bin\gcc.exe -c -Ic:/code/HEAD/bindisttest/install dir/lib/include/ hsc2hs001_hsc_make.c -o hsc2hs001_hsc_make.o
=====> cgrun017(normal) 107 of 2434 [0, 0, 0]
cd ./codeGen/should_run && 'c:/code/HEAD/bindisttest/install dir/bin/ghc.exe' -fforce-recomp -dcore-lint -dcmm-lint -no-user-package-conf -dno-debug-output -o cgrun017 cgrun017.hs >cgrun017.comp.stderr 2>&1
cd ./codeGen/should_run && ./cgrun017 </dev/null >cgrun017.run.stdout 2>cgrun017.run.stderr
Timeout happened...killing process...
Wrong exit code (expected 0 , actual 99 )
Stdout:
Stderr:
*** unexpected failure for cgrun017(normal)
=====> openTempFile001(normal) 1056 of 2434 [0, 5, 0]
cd ./lib/IO && 'c:/code/HEAD/bindisttest/install dir/bin/ghc.exe' -fforce-recomp -dcore-lint -dcmm-lint -no-user-package-conf -dno-debug-output -o openTempFile001 openTempFile001.hs >openTempFile001.comp.stderr 2>&1
cd ./lib/IO && ./openTempFile001 </dev/null >openTempFile001.run.stdout 2>openTempFile001.run.stderr
Wrong exit code (expected 0 , actual 1 )
Stdout:
Stderr:
openTempFile001.exe: .\test4852.txt: hClose: invalid argument (character is not in the code page)
*** unexpected failure for openTempFile001(normal)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/cvs-ghc/attachments/20100128/c1c42ab7/attachment-0001.html
More information about the Cvs-ghc
mailing list