[GHC] #9325: mod73 output file needs to be reordered
GHC
ghc-devs at haskell.org
Thu Jul 17 19:20:44 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
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:
-------------------------------------+-------------------------------------
The correct output from the mod73 test needs to be reordered in HEAD:
{{{
=====> mod73(normal) 1610 of 4044 [0, 0, 0]
cd ./module && '/Users/jrp/Projects/ghc/inplace/bin/ghc-stage2' -fforce-
recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-db
-rtsopts -fno-ghci-history -c mod73.hs >mod73.comp.stderr 2>&1
Actual stderr output differs from expected:
--- ./module/mod73.stderr 2014-07-16 21:21:57.000000000 +0100
+++ ./module/mod73.comp.stderr 2014-07-17 20:15:54.000000000 +0100
@@ -2,6 +2,6 @@
mod73.hs:3:7:
Not in scope: ‘Prelude.g’
Perhaps you meant one of these:
- data constructor ‘Prelude.LT’ (imported from Prelude),
+ data constructor ‘Prelude.GT’ (imported from Prelude),
data constructor ‘Prelude.EQ’ (imported from Prelude),
- data constructor ‘Prelude.GT’ (imported from Prelude)
+ data constructor ‘Prelude.LT’ (imported from Prelude)
*** unexpected failure for mod73(normal)
Unexpected results from:
TEST="mod73"
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9325>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list