I'm getting these failures on Windows that don't seem related to line endings.
Are others getting them? Simon =====> 3236(normal) 1873 of 2703 [3, 11, 0] cd ./rts && 'C:/code/HEAD-git/bindisttest/install dir/bin/ghc.exe' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o 3236 3236.c >3236.comp.stderr 2>&1 Compile failed (status 256) errors were: 3236.c:2:22: fatal error: RtsFlags.h: No such file or directory compilation terminated. *** unexpected failure for 3236(normal) =====> bytestring003(normal) 1121 of 2703 [3, 4, 0] cd ./lib/Data.ByteString && 'C:/code/HEAD-git/bindisttest/install dir/bin/ghc.exe' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o bytestring003 bytestring003.hs -package bytestring >bytestring003.comp.stderr 2>&1 cd ./lib/Data.ByteString && ./bytestring003 <bytestring003.stdin >bytestring003.run.stdout 2>bytestring003.run.stderr Actual stdout output differs from expected: --- ./lib/Data.ByteString/bytestring003.stdout.normalised 2011-04-14 15:15:51 +0100 +++ ./lib/Data.ByteString/bytestring003.run.stdout.normalised 2011-04-14 15:15:51 +0100 @@ -1 +1 @@ -500 +5000 *** unexpected failure for bytestring003(normal) =====> ffi022(normal) 616 of 2703 [0, 2, 0] cd ./ffi/should_run && 'C:/code/HEAD-git/bindisttest/install dir/bin/ghc.exe' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf -rtsopts -o ffi022 ffi022.hs >ffi022.comp.stderr 2>&1 cd ./ffi/should_run && ./ffi022 </dev/null >ffi022.run.stdout 2>ffi022.run.stderr Actual stdout output differs from expected: --- ./ffi/should_run/ffi022.stdout.normalised 2011-04-14 14:58:19 +0100 +++ ./ffi/should_run/ffi022.run.stdout.normalised 2011-04-14 14:58:19 +0100 @@ -1 +1 @@ -"ffi022" +"c:\\code\\HEAD-git\\testsuite\\tests\\ghc-regress\\ffi\\should_run\\ffi022" *** unexpected failure for ffi022(normal)
_______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
