[GHC] #10212: The testsuite cleans up hpc files, even if they are part of a test.
GHC
ghc-devs at haskell.org
Sun Mar 29 07:54:00 UTC 2015
#10212: The testsuite cleans up hpc files, even if they are part of a test.
-------------------------------------+-------------------------------------
Reporter: dalaing | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Test Suite | Version: 7.11
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: None/Unknown
Unknown/Multiple | Blocked By:
Test Case: hpc/T10138 | Related Tickets:
Blocking: |
Differential Revisions: |
-------------------------------------+-------------------------------------
Multiple validate runs start to fail hpc/T10138, since the .tix file and
.hpc directory get cleaned up.
It seems there are two options here - we could make the test generate the
.tix file and .hpc directory as it runs, or we could add an option to the
test driver to not clean those files up for certain tests.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10212>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list