[GHC] #9325: mod73 output file needs to be reordered
GHC
ghc-devs at haskell.org
Wed Jul 30 19:51:19 UTC 2014
#9325: mod73 output file needs to be reordered
-------------------------------------+-------------------------------------
Reporter: jrp | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Test Suite | Version: 7.8.3
Resolution: | Keywords: mod73
Operating System: | Architecture: Unknown/Multiple
Unknown/Multiple | Difficulty: Unknown
Type of failure: Incorrect | Blocked By:
result at runtime | Related Tickets:
Test Case: mod73 |
Blocking: |
Differential Revisions: |
-------------------------------------+-------------------------------------
Comment (by rwbarton):
Compilers built with `-O` match the current `mod73.stderr` order and
compilers built with `-O0` match the order proposed in this ticket. Given
that the order depends on the ids of `FastString`s, I guess this isn't
necessarily cause for alarm, though I don't have a specific explanation
for it.
ezyang added support for custom output checkers in
f8e12e2b396e0c475e1403ab8ac3fc4d63c1681e, so for now we can configure the
test to allow either output.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9325#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list