[GHC] #10449: Out-of-tree tests broken on MinGW + native Python due to quoting of config.compiler
GHC
ghc-devs at haskell.org
Thu May 28 13:23:33 UTC 2015
#10449: Out-of-tree tests broken on MinGW + native Python due to quoting of
config.compiler
-------------------------------+-------------------------------------------
Reporter: Rufflewind | Owner:
Type: bug | Status: patch
Priority: normal | Milestone: 7.12.1
Component: Test Suite | Version: 7.10.1
Resolution: | Keywords:
Operating System: Windows | Architecture: Unknown/Multiple
Type of failure: Other | Test Case:
Blocked By: | Blocking:
Related Tickets: #10441 | Differential Revisions: Phab:D911
-------------------------------+-------------------------------------------
Comment (by thomie):
Replying to [comment:9 Rufflewind]:
> What is the reason for quoting `compiler.config`?
Copy pasting from the comments:
{{{
# Wrap non-empty program paths in quotes, because they may contain spaces.
Do
# it here, so we don't have to (and don't forget to do it) in the .T test
# scripts (search for '{compiler}' or '{hpc}'). This may or may not be a
good
# idea.
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10449#comment:11>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list