[GHC] #8458: T5435_dyn_asm fails on x86_64 Linux

GHC ghc-devs at haskell.org
Wed Apr 9 09:37:48 UTC 2014


#8458: T5435_dyn_asm fails on x86_64 Linux
------------------------------------------------+--------------------------
        Reporter:  jstolarek                    |            Owner:  ezyang
            Type:  bug                          |           Status:  merge
        Priority:  normal                       |        Milestone:
       Component:  Runtime System               |          Version:  7.7
      Resolution:                               |         Keywords:
Operating System:  Linux                        |     Architecture:  x86_64
 Type of failure:  Incorrect result at runtime  |  (amd64)
       Test Case:                               |       Difficulty:
        Blocking:                               |  Unknown
                                                |       Blocked By:
                                                |  Related Tickets:
------------------------------------------------+--------------------------
Changes (by ezyang):

 * status:  new => merge


Comment:

 {{{
 commit f8e12e2b396e0c475e1403ab8ac3fc4d63c1681e
 Author: Edward Z. Yang <ezyang at cs.stanford.edu>
 Date:   Wed Apr 9 02:32:21 2014 -0700

     Fix #5435, adding new test config check_stdout.

     check_stdout(f) allows you to override the test framework's
     diff based output checking with another mechanism.  f is
     a function which takes two arguments: the first is the
     filename containing the observed stdout, the second is the
     normaliser that would have been applied (in case you want
     to read, normalise, and then do something.)

     Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>
 }}}

 Dunno if we ought to bother merging this into stable, I'll flag it merge
 just in case.

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


More information about the ghc-tickets mailing list