Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • GHC GHC
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 4,867
    • Issues 4,867
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 457
    • Merge requests 457
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Glasgow Haskell Compiler
  • GHCGHC
  • Issues
  • #9325
Closed
Open
Created Jul 17, 2014 by jrp2014@jrp2014Reporter

mod73 output file needs to be reordered

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"
Trac metadata
Trac field Value
Version 7.8.3
Type Bug
TypeOfFailure OtherFailure
Priority normal
Resolution Unresolved
Component Test Suite
Test case
Differential revisions
BlockedBy
Related
Blocking
CC
Operating system
Architecture
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking