[GHC] #9604: Python test runner assumes native Python on Windows
GHC
ghc-devs at haskell.org
Sat Oct 11 10:32:07 UTC 2014
#9604: Python test runner assumes native Python on Windows
-------------------------------------+-------------------------------------
Reporter: gintas | Owner:
Type: bug | Status: patch
Priority: normal | Milestone:
Component: Build | Version: 7.8.2
System | Keywords:
Resolution: | Architecture: Unknown/Multiple
Operating System: Windows | Difficulty: Unknown
Type of failure: Building | Blocked By:
GHC failed | Related Tickets:
Test Case: |
Blocking: |
Differential Revisions: |
-------------------------------------+-------------------------------------
Comment (by Herbert Valerio Riedel <hvr@…>):
In [changeset:"034b2035d6099c8a253bb1fbd1864001a27b44d6/ghc"]:
{{{
#!CommitTicketReference repository="ghc"
revision="034b2035d6099c8a253bb1fbd1864001a27b44d6"
Extend windows detection in testsuite to recognize MSYS target
Currently, the detection recognizes the following `uname -s` strings:
- `CYGWIN_NT-6.3`
- `MINGW32_NT-6.3`
- `MINGW64_NT_6.3`
However, MSYS2 provides an additional target, in which case `uname -s`
returns a string such as `MSYS_NT-6.3`. In all these cases, the system
ought to be recognized as being a `windows` os by the testsuite runner.
See also #9604
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9604#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list