[commit: testsuite] master: Update to tests due to change in syntax for role annotations. (0b5892b)

git at git.haskell.org git at git.haskell.org
Wed Sep 18 03:42:02 CEST 2013


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/0b5892b69dc185bdb10af1e5698cdd1a0ed173c4/testsuite

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

commit 0b5892b69dc185bdb10af1e5698cdd1a0ed173c4
Author: Richard Eisenberg <eir at seas.upenn.edu>
Date:   Wed Aug 28 12:05:03 2013 -0400

    Update to tests due to change in syntax for role annotations.


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

0b5892b69dc185bdb10af1e5698cdd1a0ed173c4
 tests/deriving/should_compile/Roles1.hs            |   13 ----
 tests/deriving/should_compile/all.T                |    5 --
 tests/deriving/should_fail/Roles11.stderr          |    5 --
 tests/deriving/should_fail/Roles5.hs               |    5 --
 tests/deriving/should_fail/Roles5.stderr           |   15 ----
 tests/deriving/should_fail/Roles6.hs               |    5 --
 tests/deriving/should_fail/Roles6.stderr           |    5 --
 tests/deriving/should_fail/Roles7.hs               |    6 --
 tests/deriving/should_fail/Roles7.stderr           |    4 --
 tests/deriving/should_fail/Roles8.hs               |    5 --
 tests/deriving/should_fail/Roles8.stderr           |    5 --
 tests/deriving/should_fail/all.T                   |   10 ---
 tests/indexed-types/should_compile/T3017.stderr    |    8 ++-
 tests/indexed-types/should_fail/ClosedFam3.stderr  |   12 ++--
 tests/indexed-types/should_fail/Overlap15.hs       |    1 +
 tests/polykinds/T7272.hs-boot                      |    3 +-
 tests/rename/should_compile/Imp100Aux.hs-boot      |   31 +++++---
 tests/rename/should_compile/Imp10Aux.hs-boot       |   31 +++++---
 tests/rename/should_compile/Imp500Aux.hs-boot      |   31 +++++---
 tests/rename/should_fail/rnfail055.stderr          |   76 +++++++++++++-------
 tests/{annotations => roles}/Makefile              |    0
 .../{annotations => roles}/should_compile/Makefile |    0
 tests/roles/should_compile/Roles1.hs               |   18 +++++
 .../should_compile/Roles1.stderr                   |   21 ++++--
 .../{deriving => roles}/should_compile/Roles13.hs  |    0
 .../should_compile/Roles13.stderr                  |    0
 tests/{deriving => roles}/should_compile/Roles2.hs |    0
 .../should_compile/Roles2.stderr                   |    6 +-
 tests/{deriving => roles}/should_compile/Roles3.hs |    0
 .../should_compile/Roles3.stderr                   |   20 +++---
 tests/{deriving => roles}/should_compile/Roles4.hs |    8 ++-
 .../should_compile/Roles4.stderr                   |   11 +--
 tests/roles/should_compile/all.T                   |    5 ++
 tests/roles/should_fail/Makefile                   |    9 +++
 tests/{deriving => roles}/should_fail/Roles10.hs   |    0
 .../{deriving => roles}/should_fail/Roles10.stderr |    0
 tests/{deriving => roles}/should_fail/Roles11.hs   |    3 +-
 tests/roles/should_fail/Roles11.stderr             |    5 ++
 tests/{deriving => roles}/should_fail/Roles12.hs   |    0
 .../should_fail/Roles12.hs-boot                    |    0
 .../{deriving => roles}/should_fail/Roles12.stderr |    6 +-
 tests/roles/should_fail/Roles5.hs                  |    9 +++
 tests/roles/should_fail/Roles5.stderr              |   12 ++++
 tests/roles/should_fail/Roles6.hs                  |    8 +++
 tests/roles/should_fail/Roles6.stderr              |   15 ++++
 tests/roles/should_fail/Roles7.hs                  |    7 ++
 tests/roles/should_fail/Roles7.stderr              |    4 ++
 tests/roles/should_fail/Roles8.hs                  |   13 ++++
 tests/roles/should_fail/Roles8.stderr              |   10 +++
 tests/{deriving => roles}/should_fail/Roles9.hs    |    3 +-
 .../{deriving => roles}/should_fail/Roles9.stderr  |    2 +-
 tests/roles/should_fail/all.T                      |   10 +++
 tests/th/T1835.stdout                              |    2 +-
 tests/th/T4188.stderr                              |    6 +-
 tests/th/TH_Roles1.hs                              |    3 +-
 tests/th/TH_Roles1.stderr                          |    5 +-
 tests/th/TH_Roles2.hs                              |    3 +-
 tests/th/TH_Roles2.stderr                          |    3 +-
 tests/th/TH_Roles3.hs                              |    5 +-
 tests/th/TH_Roles3.stderr                          |    5 +-
 tests/th/TH_Roles4.hs                              |   11 +++
 tests/th/TH_Roles4.stderr                          |    1 +
 tests/th/TH_reifyDecl1.stderr                      |   12 ++--
 tests/th/TH_reifyDecl2.stderr                      |    2 +-
 tests/th/all.T                                     |    1 +
 tests/typecheck/should_compile/tc231.stderr        |    9 ++-
 tests/typecheck/should_fail/T3468.stderr           |    6 +-
 tests/typecheck/should_fail/T7892.stderr           |    2 +-
 tests/typecheck/should_fail/TcCoercibleFail.hs     |    3 +-
 tests/typecheck/should_fail/TcCoercibleFail.stderr |   12 ++--
 70 files changed, 359 insertions(+), 213 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 0b5892b69dc185bdb10af1e5698cdd1a0ed173c4



More information about the ghc-commits mailing list