<div dir="ltr">Python 3 is a likely culprit (though I couldn't confirm it), so I reverted it. Does it work now?</div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Oct 3, 2014 at 5:51 PM, Herbert Valerio Riedel <span dir="ltr"><<a href="mailto:hvriedel@gmail.com" target="_blank">hvriedel@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 2014-10-03 at 17:29:31 +0200, Simon Peyton Jones wrote:<br>
> Perhaps, yes, it is Python 3. I don't know.  Could someone revert to<br>
> make it work again, please?<br>
<br>
</span>Fyi, I can't reproduce this specific problem on Cygwin at least (I don't<br>
have any working pure Msys2 environment yet (still working on it), as<br>
this may exactly be the kind of failure I'd expect Msys2 to be prone to<br>
while Cygwin to be unaffected by).<br>
<br>
What I tried in order to reproduce:<br>
<br>
  $ git rev-parse HEAD<br>
  084d241b316bfa12e41fc34cae993ca276bf0730  # <-- this is the Py3/testsuite commit<br>
<br>
  $ make TEST=tc012 WAY=normal<br>
  ...<br>
  =====> tc012(normal) 3039 of 4088 [0, 0, 0]<br>
  cd ./typecheck/should_compile && 'C:/cygwin64/home/ghc/ghc-hvr/inplace/bin/ghc-stage2.exe' -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-db -rtsopts -fno-ghci-history -c tc012.hs   -fno-warn-incomplete-patterns >tc012.comp.stderr 2>&1<br>
<br>
  OVERALL SUMMARY for test run started at Fri Oct  3 15:42:04 2014 GMT<br>
   0:00:03 spent to go through<br>
      4088 total tests, which gave rise to<br>
     12360 test cases, of which<br>
     12359 were skipped<br>
<br>
         0 had missing libraries<br>
         1 expected passes<br>
         0 expected failures<br>
  ...<br>
<br>
<br>
And btw, with the latest GHC HEAD commit (and I suspect the recent<br>
HEAP_ALLOCED-related commits to be responsible for that), I get a ton of<br>
testsuite failures due to such errors:<br>
<br>
  T8639_api.exe: Unknown PEi386 section name `staticclosures' (while processing: C:\cygwin64\home\ghc\ghc-hvr\libraries\ghc-prim\dist-install\build\HSghcpr_BE58KUgBe9ELCsPXiJ1Q2r.o)<br>
<div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
ghc-devs mailing list<br>
<a href="mailto:ghc-devs@haskell.org">ghc-devs@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/ghc-devs" target="_blank">http://www.haskell.org/mailman/listinfo/ghc-devs</a><br>
</div></div></blockquote></div><br></div>