[GHC] #9325: mod73 output file needs to be reordered
GHC
ghc-devs at haskell.org
Tue Jul 22 08:04:21 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
Differential Revisions: | Operating System: Unknown/Multiple
Architecture: | Type of failure: Incorrect result
Unknown/Multiple | at runtime
Difficulty: Unknown | Test Case: mod73
Blocked By: | Blocking:
Related Tickets: |
-------------------------------------+-------------------------------------
Comment (by simonpj):
The error message contains a list of suggested alternatives for an out of
scope identifier. GHC makes no attempt to order this list in a canonical
way, so it's not too surprising if the output wobble. Perhaps the test
should do `wc` or something, or do its own sort on the output, to
normalise?
Simon
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9325#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list