[GHC] #12010: Incorrect return types for recv() and send() on Windows
GHC
ghc-devs at haskell.org
Sat May 21 22:17:30 UTC 2016
#12010: Incorrect return types for recv() and send() on Windows
-----------------------------------+--------------------------------------
Reporter: enolan | Owner: enolan
Type: bug | Status: closed
Priority: normal | Milestone:
Component: Core Libraries | Version:
Resolution: fixed | Keywords:
Operating System: Windows | Architecture: x86_64 (amd64)
Type of failure: Runtime crash | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s): Phab:D2170
Wiki Page: |
-----------------------------------+--------------------------------------
Comment (by mpickering):
This test fails for me on OSX because
{{{
Wrong exit code (expected 0 , actual 2 )
Stdout:
Stderr:
T12010.hsc:12:10: fatal error: 'HsBase.h' file not found
#include "HsBase.h"
^
1 error generated.
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12010#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list