[commit: ghc] wip/gadtpm: Add & adjust tests for pattern match check (1c3542f)

git at git.haskell.org git at git.haskell.org
Wed Dec 2 13:23:16 UTC 2015


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

On branch  : wip/gadtpm
Link       : http://ghc.haskell.org/trac/ghc/changeset/1c3542f72dd6b9d1fa64d854ecb1c748adb0333c/ghc

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

commit 1c3542f72dd6b9d1fa64d854ecb1c748adb0333c
Author: George Karachalias <george.karachalias at gmail.com>
Date:   Wed Dec 2 13:59:07 2015 +0100

    Add & adjust tests for pattern match check


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

1c3542f72dd6b9d1fa64d854ecb1c748adb0333c
 .../tests/deSugar/should_compile/T2395.stderr      |  4 +-
 .../tests/deSugar/should_compile/T5117.stderr      |  2 +-
 testsuite/tests/deSugar/should_compile/all.T       |  1 -
 .../tests/deSugar/should_compile/ds002.stderr      |  4 +-
 .../tests/deSugar/should_compile/ds003.stderr      |  2 +-
 .../tests/deSugar/should_compile/ds019.stderr      |  2 +-
 .../tests/deSugar/should_compile/ds020.stderr      |  8 +--
 testsuite/tests/deSugar/should_compile/ds022.hs    |  2 +
 .../tests/deSugar/should_compile/ds022.stderr      |  4 +-
 .../tests/deSugar/should_compile/ds043.stderr      |  6 +-
 .../tests/deSugar/should_compile/ds051.stderr      |  6 +-
 .../tests/deSugar/should_compile/ds056.stderr      |  4 +-
 .../tests/deSugar/should_compile/ds058.stderr      |  6 +-
 testsuite/tests/deSugar/should_compile/ds060.hs    | 25 --------
 testsuite/tests/driver/werror.stderr               |  4 +-
 testsuite/tests/gadt/Gadt17_help.hs                |  1 -
 testsuite/tests/gadt/T7294.stderr                  |  4 ++
 testsuite/tests/ghci/scripts/Defer02.stderr        |  8 +++
 testsuite/tests/{ado => pmcheck}/Makefile          |  0
 .../should_compile/Makefile                        |  0
 testsuite/tests/pmcheck/should_compile/T2006.hs    | 13 ++++
 .../tests/pmcheck/should_compile/T2006.stderr      |  0
 testsuite/tests/pmcheck/should_compile/T2204.hs    |  9 +++
 .../tests/pmcheck/should_compile/T2204.stderr      | 14 ++++
 testsuite/tests/pmcheck/should_compile/T3078.hs    | 12 ++++
 .../tests/pmcheck/should_compile/T3078.stderr      |  0
 testsuite/tests/pmcheck/should_compile/T322.hs     | 29 +++++++++
 .../tests/pmcheck/should_compile/T322.stderr       |  0
 testsuite/tests/pmcheck/should_compile/T366.hs     | 10 +++
 .../tests/pmcheck/should_compile/T366.stderr       |  0
 testsuite/tests/pmcheck/should_compile/T3927.hs    | 13 ++++
 .../tests/pmcheck/should_compile/T3927.stderr      |  0
 testsuite/tests/pmcheck/should_compile/T3927a.hs   | 15 +++++
 .../tests/pmcheck/should_compile/T3927a.stderr     |  0
 testsuite/tests/pmcheck/should_compile/T3927b.hs   | 75 ++++++++++++++++++++++
 .../tests/pmcheck/should_compile/T3927b.stderr     | 39 +++++++++++
 testsuite/tests/pmcheck/should_compile/T4139.hs    | 28 ++++++++
 .../tests/pmcheck/should_compile/T4139.stderr      |  0
 testsuite/tests/pmcheck/should_compile/T6124.hs    | 14 ++++
 .../tests/pmcheck/should_compile/T6124.stderr      |  0
 testsuite/tests/pmcheck/should_compile/T7669.hs    |  9 +++
 .../tests/pmcheck/should_compile/T7669.stderr      |  0
 testsuite/tests/pmcheck/should_compile/T8970.hs    | 22 +++++++
 .../tests/pmcheck/should_compile/T8970.stderr      |  0
 testsuite/tests/pmcheck/should_compile/T9951.hs    | 10 +++
 .../tests/pmcheck/should_compile/T9951.stderr      |  0
 testsuite/tests/pmcheck/should_compile/T9951b.hs   |  7 ++
 .../tests/pmcheck/should_compile/T9951b.stderr     |  9 +++
 testsuite/tests/pmcheck/should_compile/all.T       | 35 ++++++++++
 testsuite/tests/pmcheck/should_compile/pmc001.hs   | 22 +++++++
 .../tests/pmcheck/should_compile/pmc001.stderr     | 17 +++++
 testsuite/tests/pmcheck/should_compile/pmc002.hs   |  7 ++
 .../tests/pmcheck/should_compile/pmc002.stderr     |  0
 testsuite/tests/pmcheck/should_compile/pmc003.hs   |  9 +++
 .../tests/pmcheck/should_compile/pmc003.stderr     |  3 +
 testsuite/tests/pmcheck/should_compile/pmc004.hs   | 16 +++++
 .../tests/pmcheck/should_compile/pmc004.stderr     |  3 +
 testsuite/tests/pmcheck/should_compile/pmc005.hs   | 12 ++++
 .../tests/pmcheck/should_compile/pmc005.stderr     |  7 ++
 testsuite/tests/pmcheck/should_compile/pmc006.hs   | 22 +++++++
 .../tests/pmcheck/should_compile/pmc006.stderr     |  0
 testsuite/tests/pmcheck/should_compile/pmc007.hs   | 20 ++++++
 .../tests/pmcheck/should_compile/pmc007.stderr     | 24 +++++++
 .../tests/typecheck/should_compile/T5490.stderr    |  8 +++
 64 files changed, 573 insertions(+), 53 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 1c3542f72dd6b9d1fa64d854ecb1c748adb0333c


More information about the ghc-commits mailing list