[commit: testsuite] master: Error message wibbles (2d45a3e)

git at git.haskell.org git at git.haskell.org
Tue Sep 10 18:58:43 CEST 2013


Repository : ssh://git@git.haskell.org/testsuite

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/2d45a3e388a00c66f24a34aa1e5cd0f3bbfeccca/testsuite

>---------------------------------------------------------------

commit 2d45a3e388a00c66f24a34aa1e5cd0f3bbfeccca
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Tue Sep 10 17:58:20 2013 +0100

    Error message wibbles
    
    Almost all are re-orderings of relevant-binding output
    
           Relevant bindings include
      +      m :: Map (a, b) elt (bound at T3169.hs:12:17)
      +      b :: b (bound at T3169.hs:12:13)
             lookup :: (a, b) -> Map (a, b) elt -> Maybe elt
               (bound at T3169.hs:12:3)
      -      b :: b (bound at T3169.hs:12:13)
      -      m :: Map (a, b) elt (bound at T3169.hs:12:17)


>---------------------------------------------------------------

2d45a3e388a00c66f24a34aa1e5cd0f3bbfeccca
 tests/arrows/should_fail/T5380.stderr             |    2 +-
 tests/gadt/T3169.stderr                           |    4 ++--
 tests/gadt/gadt7.stderr                           |    4 ++--
 tests/gadt/rw.stderr                              |    8 ++++----
 tests/ghci/scripts/Defer02.stderr                 |    8 ++++----
 tests/ghci/scripts/ghci050.stderr                 |    4 ++--
 tests/indexed-types/should_compile/T3208b.stderr  |    4 ++--
 tests/indexed-types/should_fail/GADTwrong1.stderr |    2 +-
 tests/indexed-types/should_fail/Overlap10.stderr  |    2 +-
 tests/indexed-types/should_fail/Overlap6.stderr   |    2 +-
 tests/indexed-types/should_fail/Overlap9.stderr   |    2 +-
 tests/indexed-types/should_fail/T2664.stderr      |    2 +-
 tests/indexed-types/should_fail/T3330a.stderr     |   12 +++++------
 tests/indexed-types/should_fail/T3330c.stderr     |    6 +++---
 tests/indexed-types/should_fail/T3440.stderr      |    4 ++--
 tests/indexed-types/should_fail/T4093b.stderr     |   10 +++++-----
 tests/indexed-types/should_fail/T4099.stderr      |    8 ++++----
 tests/indexed-types/should_fail/T4272.stderr      |    2 +-
 tests/indexed-types/should_fail/T5439.stderr      |   10 +++++-----
 tests/indexed-types/should_fail/T7194.stderr      |    4 ++--
 tests/parser/should_fail/T7848.stderr             |    6 +++---
 tests/parser/should_fail/readFail003.stderr       |   12 +++++------
 tests/polykinds/T6068.stdout                      |    2 +-
 tests/polykinds/T7230.stderr                      |    2 +-
 tests/polykinds/T7438.stderr                      |    2 +-
 tests/rebindable/rebindable6.stderr               |   10 +++++-----
 tests/simplCore/should_compile/simpl017.stderr    |   14 ++++++-------
 tests/th/T5358.stderr                             |    4 ++--
 tests/typecheck/should_compile/FD2.stderr         |    8 ++++----
 tests/typecheck/should_compile/T2494.stderr       |   12 +++++------
 tests/typecheck/should_compile/holes.stderr       |   16 ++++-----------
 tests/typecheck/should_compile/holes3.stderr      |   16 ++++-----------
 tests/typecheck/should_compile/tc141.stderr       |   10 +++++-----
 tests/typecheck/should_fail/T1899.stderr          |    2 +-
 tests/typecheck/should_fail/T2688.stderr          |    4 ++--
 tests/typecheck/should_fail/T5689.stderr          |    8 ++++----
 tests/typecheck/should_fail/T5853.stderr          |    4 ++--
 tests/typecheck/should_fail/T7264.stderr          |    2 +-
 tests/typecheck/should_fail/T7453.stderr          |   18 ++++++++---------
 tests/typecheck/should_fail/T7734.stderr          |    4 ++--
 tests/typecheck/should_fail/T7748a.stderr         |    6 +++---
 tests/typecheck/should_fail/T7869.stderr          |    2 +-
 tests/typecheck/should_fail/tcfail002.stderr      |    2 +-
 tests/typecheck/should_fail/tcfail004.stderr      |    2 +-
 tests/typecheck/should_fail/tcfail005.stderr      |    2 +-
 tests/typecheck/should_fail/tcfail014.stderr      |    2 +-
 tests/typecheck/should_fail/tcfail016.stderr      |    8 ++++----
 tests/typecheck/should_fail/tcfail032.stderr      |    2 +-
 tests/typecheck/should_fail/tcfail033.stderr      |    4 ++--
 tests/typecheck/should_fail/tcfail043.stderr      |    8 ++++----
 tests/typecheck/should_fail/tcfail065.stderr      |    2 +-
 tests/typecheck/should_fail/tcfail068.stderr      |   22 ++++++++++-----------
 tests/typecheck/should_fail/tcfail076.stderr      |    2 +-
 tests/typecheck/should_fail/tcfail099.stderr      |    4 ++--
 tests/typecheck/should_fail/tcfail103.stderr      |    4 ++--
 tests/typecheck/should_fail/tcfail122.stderr      |    7 +++----
 tests/typecheck/should_fail/tcfail131.stderr      |    2 +-
 tests/typecheck/should_fail/tcfail140.stderr      |    2 +-
 tests/typecheck/should_fail/tcfail153.stderr      |    2 +-
 tests/typecheck/should_fail/tcfail179.stderr      |    6 +++---
 tests/typecheck/should_fail/tcfail198.stderr      |    4 ++--
 tests/typecheck/should_fail/tcfail200.stderr      |    5 ++---
 tests/typecheck/should_fail/tcfail201.stderr      |    2 +-
 63 files changed, 170 insertions(+), 188 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 2d45a3e388a00c66f24a34aa1e5cd0f3bbfeccca



More information about the ghc-commits mailing list