[GHC] #10211: Validate fails in RTS tests on Mac OS X
#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
#10211: Validate fails in RTS tests on Mac OS X -------------------------------------+------------------------------------- Reporter: dalaing | Owner: dalaing Type: bug | Status: new Priority: normal | Milestone: Component: Test Suite | Version: 7.10.1 Resolution: | 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: -------------------------------------+------------------------------------- Changes (by dalaing): * owner: => dalaing -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10211#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#10211: Validate fails in RTS tests on Mac OS X -------------------------------------+------------------------------------- Reporter: dalaing | Owner: dalaing Type: bug | Status: patch Priority: normal | Milestone: Component: Test Suite | Version: 7.10.1 Resolution: | 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: Phab:D765 -------------------------------------+------------------------------------- Changes (by dalaing): * status: new => patch * differential: => Phab:D765 -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10211#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#10211: Validate fails in RTS tests on Mac OS X -------------------------------------+------------------------------------- Reporter: dalaing | Owner: dalaing Type: bug | Status: patch Priority: normal | Milestone: Component: Test Suite | Version: 7.10.1 Resolution: | 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: Phab:D765 -------------------------------------+------------------------------------- Comment (by Thomas Miedema <thomasmiedema@…>): In [changeset:"c37ee4a8009b438f86b1ca6df10901d7f783b4f0/ghc"]: {{{ #!CommitTicketReference repository="ghc" revision="c37ee4a8009b438f86b1ca6df10901d7f783b4f0" Remove an unused include that doesn't exist on OS X (#10211) Differential Revision: https://phabricator.haskell.org/D765 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10211#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#10211: Validate fails in RTS tests on Mac OS X -------------------------------------+------------------------------------- Reporter: dalaing | Owner: dalaing Type: bug | Status: closed Priority: normal | Milestone: Component: Test Suite | Version: 7.10.1 Resolution: fixed | 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: Phab:D765 -------------------------------------+------------------------------------- Changes (by thomie): * status: patch => closed * resolution: => fixed Comment: Thanks. We're waiting for more patches from you Dave. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10211#comment:4> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC