Windows build

lonetiger at gmail.com lonetiger at gmail.com
Wed Nov 30 23:07:56 UTC 2016


Hi Simon,

For the tests what Ben’s email forgot to say was that the build system doesn’t pick up on changes to Timeout.

So you’d need to nuke it to get the fixes for timing related things: rm -rf testsuite/timeout/dist && rm -rf testsuite/timeout/install-inplace

And rerun the tests should fix a few including prog003. For the plugin ones we reverted the commit that caused the failures.

I’m currently working on fixing the hsc2hs ones you might see pop up every now and again. The haddock one is new as well, Don’t know what caused it. If you can nuke timeout and rebase to head you should only have the haddock one left.

Also we’ve nuked support for python 2. If you’re up to date with master then we only accept python 3 so that should be alright.

If you still have these failures (particularly the framework failures ones) could you possibly send me the errors printed on stderr?
The errors are hard to reproduce on all machines so logs help a lot.

Thanks,
Tamar

From: Simon Peyton Jones via ghc-devs
Sent: Wednesday, November 30, 2016 22:50
To: ghc-devs at haskell.org
Subject: Windows build

Thanks for all the work you’ve been doing on the Windows build.
As requested by Tamar I removed ghc-tarballs, and reconfigured.
Then I built from scratch.
I get the following testsuite failures
Simon
Unexpected failures:
   ghci/prog003/prog003.run            prog003 [bad exit code] (ghci)
   plugins/plugins05.run               plugins05 [exit code non-0] (normal)
   plugins/plugins01.run               plugins01 [bad exit code] (normal)
   plugins/plugins07.run               plugins07 [bad exit code] (normal)
   plugins/T10420.run                  T10420 [bad exit code] (normal)
   plugins/T10294a.run                 T10294a [bad exit code] (normal)
   plugins/T11244.run                  T11244 [bad stderr] (normal)
   plugins/T12567a.run                 T12567a [bad exit code] (normal)
   rts/testmblockalloc.run             testmblockalloc [bad exit code] (normal)
  simplCore/should_compile/T7702.run  T7702 [exit code non-0] (normal)

Unexpected stat failures:
   perf/haddock/haddock.compiler.run  haddock.compiler [stat not good enough] (normal)

Framework failures:
   ghci/scripts/ghci062.run  ghci062 [ghci-ext] ([Errno 17] File exists: '/c/Users/simonpj/AppData/Local/Temp/ghctest-anc5s5mh/test   spaces/./ghci/scripts/ghci062.run')
   plugins/plugins07.run     plugins07 [normal] (pre_cmd failed: 2)
   plugins/T10420.run        T10420 [normal] (pre_cmd failed: 2)
   plugins/T10294a.run       T10294a [normal] (pre_cmd failed: 2)
   plugins/T11244.run        T11244 [normal] (pre_cmd failed: 2)
   th/TH_repPrim.run         TH_repPrim [ext-interp] ([Errno 17] File exists: '/c/Users/simonpj/AppData/Local/Temp/ghctest-anc5s5mh/test   spaces/./th/TH_repPrim.run')
   th/TH_repPatSig.run       TH_repPatSig [ext-interp] ([Errno 17] File exists: '/c/Users/simonpj/AppData/Local/Temp/ghctest-anc5s5mh/test   spaces/./th/TH_repPatSig.run')


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-devs/attachments/20161130/9c985c41/attachment.html>


More information about the ghc-devs mailing list