[GHC] #16160: TH_NestedSplices fails on Windows
GHC
ghc-devs at haskell.org
Wed Jan 23 04:45:29 UTC 2019
#16160: TH_NestedSplices fails on Windows
---------------------------------+----------------------------------------
Reporter: bgamari | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.6.3
Resolution: | Keywords:
Operating System: Windows | Architecture: Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
---------------------------------+----------------------------------------
Comment (by Phyx-):
Hmm is this still failing on master? It doesn't show up for me.
Only failures I see on x86_64 are
{{{
hp2ps/T15904.run T15904 [bad
exit code] (normal)
rts/T10672/T10672_x64.run T10672_x64 [bad
exit code] (normal)
libraries/base/tests/hWaitForInput-accurate-socket.run hWaitForInput-
accurate-socket [exit code non-0] (normal)
plugins/plugins09.run plugins09 [bad
stdout] (normal)
plugins/plugins10.run plugins10 [bad
stdout] (normal)
plugins/plugins11.run plugins11 [bad
exit code] (normal)
plugins/T10294.run T10294 [bad
exit code] (normal)
plugins/plugin-recomp-impure.run plugin-recomp-
impure [bad stdout] (normal)
}}}
of which `T15904` and `plugin-recomp-impure` seem to be testisms,
`hWaitForInput-accurate-socket` seems broken? imports a missing module.
The plugins however panic and `T10672_x64` is an atexit failure which I
need to finish looking at.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/16160#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list