[GHC] #15246: -fghci-leak-cheak causes many testsuite failures with the quick build flavour

GHC ghc-devs at haskell.org
Mon Jul 16 14:33:37 UTC 2018


#15246: -fghci-leak-cheak causes many testsuite failures with the quick build
flavour
-------------------------------------+-------------------------------------
        Reporter:  RyanGlScott       |                Owner:  (none)
            Type:  bug               |               Status:  new
        Priority:  normal            |            Milestone:  8.8.1
       Component:  GHCi              |              Version:  8.5
      Resolution:                    |             Keywords:
Operating System:  Unknown/Multiple  |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  None/Unknown      |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:  #15372            |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by Simon Marlow <marlowsd@…>):

 In [changeset:"71f6b18ba365da9ee4795f6cbce6ec9f1bfe95e8/ghc" 71f6b18/ghc]:
 {{{
 #!CommitTicketReference repository="ghc"
 revision="71f6b18ba365da9ee4795f6cbce6ec9f1bfe95e8"
 Fix space leaks

 Summary:
 All these were detected by -fghci-leak-check when GHC was
 compiled *without* optimisation (e.g. using the "quick" build flavour).

 Unfortunately I don't know of a good way to keep this working.  I'd like
 to just disable the -fghci-leak-check flag when the compiler is built
 without optimisation, but it doesn't look like we have an easy way to do
 that. And even if we could, it would be fragile anyway,

 Test Plan: `cd testsuite/tests/ghci; make`

 Reviewers: bgamari, hvr, erikd, tdammers

 Subscribers: tdammers, rwbarton, thomie, carter

 GHC Trac Issues: #15246

 Differential Revision: https://phabricator.haskell.org/D4872
 }}}

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


More information about the ghc-tickets mailing list