[GHC] #9758: By default, testsuite should clean up after successful tests

GHC ghc-devs at haskell.org
Mon Nov 3 09:28:30 UTC 2014


#9758: By default, testsuite should clean up after successful tests
-------------------------------------+-------------------------------------
       Reporter:  ezyang             |                   Owner:
           Type:  task               |                  Status:  new
       Priority:  low                |               Milestone:
      Component:  Test Suite         |                 Version:  7.9
       Keywords:                     |        Operating System:
   Architecture:  Unknown/Multiple   |  Unknown/Multiple
     Difficulty:  Unknown            |         Type of failure:
     Blocked By:                     |  None/Unknown
Related Tickets:                     |               Test Case:
                                     |                Blocking:
                                     |  Differential Revisions:
-------------------------------------+-------------------------------------
 A fully built GHC compiler for development takes about 1G of space.
 However, running the testsuite balloons this amount to 10G. Why? Because
 we don't clear away any test files by default.

 Now, it's pretty useful to have these files if you're debugging a problem.
 But I think it's pretty unnecessary for successful tests. So I suggest
 cleaning out the files automatically if the test succeeds.

 Tradeoff: the testsuite will take longer to run since it is cleaning up
 after itself.

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


More information about the ghc-tickets mailing list