[GHC] #9579: Runtime suggests using +RTS when that's not possible

GHC ghc-devs at haskell.org
Tue May 12 22:44:27 UTC 2015


#9579: Runtime suggests using +RTS when that's not possible
-------------------------------------+-------------------------------------
        Reporter:  gintas            |                   Owner:  javran
            Type:  bug               |                  Status:  new
        Priority:  low               |               Milestone:  7.12.1
       Component:  Runtime System    |                 Version:  7.9
      Resolution:                    |                Keywords:  newcomer
Operating System:  Unknown/Multiple  |            Architecture:
 Type of failure:  None/Unknown      |  Unknown/Multiple
      Blocked By:                    |               Test Case:
 Related Tickets:                    |                Blocking:
                                     |  Differential Revisions:  Phab:D767
-------------------------------------+-------------------------------------

Comment (by Erik de Castro Lopo <erikd@…>):

 In [changeset:"4b8b4ce12a1b5f682071a27bc313649fa50e0e91/ghc"]:
 {{{
 #!CommitTicketReference repository="ghc"
 revision="4b8b4ce12a1b5f682071a27bc313649fa50e0e91"
 Fix fragile T9579 tests

 Fix fragile tests according to comment 13 of #9579 (by @bherzog)

 Done by capturing stderr and replace `xx bytes` with `NUM bytes`
 (literal).

 Some numbers like `(1 MB)` would still remain, but I think
 it's safe to assume the actual difference in bytes (on different
 architectures) is too small to have an effect on the rounded megabyte
 value.

 Test Plan: validate

 Reviewers: erikd, austin

 Reviewed By: erikd, austin

 Subscribers: erikd, bgamari, thomie, bherzog

 Differential Revision: https://phabricator.haskell.org/D882

 GHC Trac Issues: #9579
 }}}

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


More information about the ghc-tickets mailing list