[GHC] #797: nofib tests fail on Windows due to different EOL convention in output files

GHC ghc-devs at haskell.org
Sat Feb 6 17:57:34 UTC 2016


#797: nofib tests fail on Windows due to different EOL convention in output files
-------------------------------------+-------------------------------------
        Reporter:  simonmar          |                Owner:
            Type:  bug               |               Status:  new
        Priority:  normal            |            Milestone:  6.6
       Component:  NoFib benchmark   |              Version:  6.4.1
  suite                              |
      Resolution:                    |             Keywords:
Operating System:  Windows           |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  None/Unknown      |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------
Changes (by thomie):

 * status:  closed => new
 * failure:   => None/Unknown
 * resolution:  fixed =>
 * owner:  igloo =>


@@ -1,1 +1,1 @@
- Now fixed in the 6.6 branch.
+

New description:



--

Comment:

 NoFib on Windows fails for me using ghc-8.1 with `expected stdout not
 matched by reality`. Seems to be a line ending issue.

 This is the command I try to run, following instructions from
 [wiki:Building/RunningNoFib#Benchmarking]:
 {{{
 cd nofib
 make boot
 make exeext=.exe
 }}}

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


More information about the ghc-tickets mailing list