[GHC] #12010: Incorrect return types for recv() and send() on Windows

GHC ghc-devs at haskell.org
Sun May 22 18:48:26 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 Thomas Miedema <thomasmiedema@…>):

 In [changeset:"2230c8822233d6d68f930170cd51d96169649056/ghc"
 2230c882/ghc]:
 {{{
 #!CommitTicketReference repository="ghc"
 revision="2230c8822233d6d68f930170cd51d96169649056"
 Testsuite: fix T12010 for real

 * Use `extra_files` instead of (the deprecated) `extra_clean` (#11980).

 * Don't depend on generated files from build tree
   (libraries/base/include/HsBaseConfig.h). Running
   'make test TEST=T12010' should work, even without building GHC first
   (it will use the system installed ghc).

 Test Plan: 'make test TEST=T12010' on Linux and Windows.

 Reviewed by: Phyx

 Differential Revision: https://phabricator.haskell.org/D2256

 GHC Trac Issues: #12010
 }}}

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12010#comment:6>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list