[GHC] #14654: Nofib: Strip called without .exe extension resulting in errors.

GHC ghc-devs at haskell.org
Thu Feb 8 00:11:23 UTC 2018


#14654: Nofib: Strip called without .exe extension resulting in errors.
-------------------------------------+-------------------------------------
        Reporter:  AndreasK          |                Owner:  AndreasK
            Type:  bug               |               Status:  merge
        Priority:  normal            |            Milestone:  8.6.1
       Component:  NoFib benchmark   |              Version:  8.2.2
  suite                              |             Keywords:  nofib,
      Resolution:                    |  windows
Operating System:  Windows           |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  None/Unknown      |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):  Phab:D4297
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by Tamar Christina <tamar@…>):

 In [changeset:"1364fe623f9216108a285a8804a27bdd8dfea3c4/nofib"
 1364fe6/nofib]:
 {{{
 #!CommitTicketReference repository="nofib"
 revision="1364fe623f9216108a285a8804a27bdd8dfea3c4"
 Recognize shells reporting as MINGW under windows.

 Summary:
 My msys instance at least reports MINGW instead of MSYS for uname.
 This commit adjusts the regex to match either one.

 Without this some errors occur because of missing .exe extensions in
 file names.

 This fixes #14654

 Test Plan: make

 Reviewers: O26 nofib, Phyx, bgamari

 Reviewed By: Phyx, bgamari

 Subscribers: bgamari, Phyx

 GHC Trac Issues: #14654

 Differential Revision: https://phabricator.haskell.org/D4297
 }}}

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


More information about the ghc-tickets mailing list