[GHC] #10211: Validate fails in RTS tests on Mac OS X
GHC
ghc-devs at haskell.org
Sun Mar 29 04:15:27 UTC 2015
#10211: Validate fails in RTS tests on Mac OS X
-------------------------------------+-------------------------------------
Reporter: dalaing | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Test Suite | Version: 7.10.1
Keywords: | Operating System: MacOS X
Architecture: | Type of failure: None/Unknown
Unknown/Multiple | Blocked By:
Test Case: | Related Tickets: #9389
rts/linker_unload |
Blocking: |
Differential Revisions: |
-------------------------------------+-------------------------------------
The failure of rts/linker_unload is due to an
#include <malloc.h>
which isn't found on OS X.
It appears to be needed for Windows. I think we can either use CPP to
remove the include for Mac OS X or to conditionally do
# include <malloc/malloc.h>
instead.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10211>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list