[GHC] #12725: T7037 is broken on Windows
GHC
ghc-devs at haskell.org
Wed Nov 30 02:17:13 UTC 2016
#12725: T7037 is broken on Windows
-------------------------------------+-------------------------------------
Reporter: bgamari | Owner:
Type: bug | Status: closed
Priority: normal | Milestone: 8.2.1
Component: Compiler | Version: 8.1
Resolution: fixed | Keywords:
Operating System: Windows | Architecture: x86_64
| (amd64)
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s): Phab:D2684
Wiki Page: | Phab:D2759
-------------------------------------+-------------------------------------
Changes (by bgamari):
* status: patch => closed
* resolution: => fixed
@@ -3,1 +3,1 @@
- the `execv` call failing but this doesn't seem to be thew case; no code
+ the `execv` call failing but this doesn't seem to be the case; no code
New description:
`T7037` appears to fail on Windows. Namely, `stdout` appears to be empty,
whereas the expected output is `"ok"`. I had suspected that the issue was
the `execv` call failing but this doesn't seem to be the case; no code
after `execv` is executed. A problem for another day...
--
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12725#comment:13>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list