[commit: testsuite] overlapping-tyfams, master: Updates to support closed type families. (91e974f)

Richard Eisenberg eir at cis.upenn.edu
Fri Jun 21 15:17:22 CEST 2013


Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branches: overlapping-tyfams,master

https://github.com/ghc/testsuite/commit/91e974faba84c7ec33b7e3ff5c8dcd9e2e40f494

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

commit 91e974faba84c7ec33b7e3ff5c8dcd9e2e40f494
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date:   Fri Jun 21 13:58:24 2013 +0100

    Updates to support closed type families.

 tests/ghci/scripts/T4175.hs                        |    4 +--
 tests/ghci/scripts/T4175.stdout                    |   32 ++++++++------------
 tests/indexed-types/should_compile/Overlap1.hs     |    3 +-
 tests/indexed-types/should_compile/Overlap12.hs    |   19 +++++++++--
 tests/indexed-types/should_compile/Overlap13.hs    |   15 +++++++++
 tests/indexed-types/should_compile/Overlap14.hs    |   12 +++++++
 tests/indexed-types/should_compile/Overlap2.hs     |    3 +-
 tests/indexed-types/should_compile/T3017.stderr    |    2 +-
 tests/indexed-types/should_compile/T7585.hs        |    3 +-
 tests/indexed-types/should_compile/all.T           |    2 +
 tests/indexed-types/should_fail/NoGood.hs          |    5 +++
 tests/indexed-types/should_fail/NoGood.stderr      |    5 +++
 tests/indexed-types/should_fail/Overlap10.hs       |    3 +-
 tests/indexed-types/should_fail/Overlap10.stderr   |    6 ++--
 tests/indexed-types/should_fail/Overlap11.hs       |    3 +-
 tests/indexed-types/should_fail/Overlap11.stderr   |    6 ++--
 tests/indexed-types/should_fail/Overlap3.hs        |    3 +-
 tests/indexed-types/should_fail/Overlap3.stderr    |   12 ++-----
 tests/indexed-types/should_fail/Overlap4.hs        |   14 ++-------
 tests/indexed-types/should_fail/Overlap4.stderr    |    8 ++--
 tests/indexed-types/should_fail/Overlap5.hs        |   25 ++++------------
 tests/indexed-types/should_fail/Overlap5.stderr    |   32 ++-----------------
 tests/indexed-types/should_fail/Overlap6.hs        |    3 +-
 tests/indexed-types/should_fail/Overlap6.stderr    |    8 ++--
 tests/indexed-types/should_fail/Overlap7.hs        |    3 +-
 tests/indexed-types/should_fail/Overlap7.stderr    |   12 ++-----
 tests/indexed-types/should_fail/Overlap8.hs        |   11 -------
 tests/indexed-types/should_fail/Overlap8.stderr    |    5 ---
 tests/indexed-types/should_fail/Overlap9.hs        |    3 +-
 tests/indexed-types/should_fail/Overlap9.stderr    |    8 ++--
 .../indexed-types/should_fail/SimpleFail1a.stderr  |    2 +-
 .../indexed-types/should_fail/SimpleFail1b.stderr  |    2 +-
 tests/indexed-types/should_fail/T5515.stderr       |    4 +-
 tests/indexed-types/should_fail/T7560.hs           |   13 --------
 tests/indexed-types/should_fail/T7560.stderr       |    5 ---
 tests/indexed-types/should_fail/T7786.hs           |    9 ++----
 tests/indexed-types/should_fail/T7786.stderr       |    2 +-
 tests/indexed-types/should_fail/all.T              |    5 ++-
 tests/th/ClosedFam1.hs                             |   13 ++++++++
 tests/th/ClosedFam1.stderr                         |    6 ++++
 tests/th/ClosedFam2.hs                             |   22 +++++++++++++
 tests/th/T5886a.hs                                 |    2 +-
 tests/th/TH_TyInstWhere1.hs                        |    4 +--
 tests/th/TH_TyInstWhere1.stderr                    |    6 ++--
 tests/th/TH_TyInstWhere2.hs                        |    4 +--
 tests/th/TH_TyInstWhere2.stderr                    |    8 ++--
 tests/th/TH_TyInstWhere3.hs                        |   18 -----------
 tests/th/TH_TyInstWhere3.stderr                    |    3 --
 tests/th/TH_TyInstWhere4.hs                        |   20 ------------
 tests/th/TH_TyInstWhere4.stderr                    |   16 ----------
 tests/th/all.T                                     |    5 ++-
 tests/typecheck/should_compile/T5481.stderr        |    4 +-
 tests/typecheck/should_fail/AssocTyDef05.stderr    |    2 +-
 tests/typecheck/should_fail/AssocTyDef06.stderr    |    2 +-
 54 files changed, 184 insertions(+), 263 deletions(-)


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

    git show 91e974faba84c7ec33b7e3ff5c8dcd9e2e40f494



More information about the ghc-commits mailing list