Re: #16389: T16190 fails on Windows

"GHC" <[email protected]> Sun, 10 Mar 2019 14:31:16 -0000
Newsgroups gmane.comp.lang.haskell.glasgow.bugs
Message-ID <[email protected]>
--===============0306469833031778383==
Content-Type: multipart/related;
 boundary="===============2154082385363740858=="

--===============2154082385363740858==
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

#16389: T16190 fails on Windows
-------------------------------------+-------------------------------------
        Reporter:  bgamari           |                Owner:  hsyl20
            Type:  bug               |               Status:  new
        Priority:  highest           |            Milestone:  8.10.1
       Component:  Compiler (NCG)    |              Version:  8.6.3
      Resolution:                    |             Keywords:  broken-test
Operating System:  Windows           |         Architecture:
 Type of failure:  Compile-time      |  Unknown/Multiple
  crash or panic                     |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):
       Wiki Page:                    |  https://gitlab.haskell.org/ghc/ghc/merge_requests/515
-------------------------------------+-------------------------------------

Comment (by Marge Bot <ben+marge-bot@…>):

 In [changeset:"6b2f09916e0c8c5f37c9fbe08eb076476501c8d6/ghc" 6b2f099/ghc]:
 {{{
 #!CommitTicketReference repository="ghc"
 revision="6b2f09916e0c8c5f37c9fbe08eb076476501c8d6"
 NCG: correctly escape path strings on Windows (#16389)

 GHC native code generator generates .incbin and .file directives. We
 need to escape those strings correctly on Windows (see #16389).
 }}}

-- 
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/16389#comment:5>