[GHC] #7305: T5975a is broken on Windows

GHC ghc-devs at haskell.org
Wed Feb 5 03:41:18 UTC 2014


#7305: T5975a is broken on Windows
-------------------------------------+------------------------------------
        Reporter:  simonmar          |            Owner:
            Type:  bug               |           Status:  new
        Priority:  normal            |        Milestone:  7.8.1
       Component:  Test Suite        |          Version:  7.6.1
      Resolution:                    |         Keywords:
Operating System:  Unknown/Multiple  |     Architecture:  Unknown/Multiple
 Type of failure:  None/Unknown      |       Difficulty:  Unknown
       Test Case:                    |       Blocked By:
        Blocking:                    |  Related Tickets:
-------------------------------------+------------------------------------
Changes (by ezyang):

 * blocking:  8737 =>


Comment:

 When using an MSYS2 build, the cause of the problem seems clearer: the
 Python test script is creating a file with the wrong name. You can see
 this by running:

 {{{
 #coding=utf-8
 open('föøbàr1.hs', 'w').write("")
 }}}

 and then looking at the directory in the file explorer. I don't know what
 the right way to fix this is though.

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


More information about the ghc-tickets mailing list