[commit: testsuite] wip/pattern-synonyms: Pattern synonym test cases (cfc633e)

git at git.haskell.org git at git.haskell.org
Thu Jan 9 08:39:03 UTC 2014


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

On branch  : wip/pattern-synonyms
Link       : http://ghc.haskell.org/trac/ghc/changeset/cfc633efcc8bbe0100c0fbb10e38ce31d74afc2a/testsuite

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

commit cfc633efcc8bbe0100c0fbb10e38ce31d74afc2a
Author: Dr. ERDI Gergo <gergo at erdi.hu>
Date:   Tue Dec 31 15:54:11 2013 +0800

    Pattern synonym test cases
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


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

cfc633efcc8bbe0100c0fbb10e38ce31d74afc2a
 tests/{annotations => patsyn}/Makefile             |    0
 tests/patsyn/should_compile/.gitignore             |    9 ++++++++
 .../should_compile/Makefile                        |    0
 tests/patsyn/should_compile/all.T                  |    9 ++++++++
 tests/patsyn/should_compile/bidir.hs               |    6 ++++++
 tests/patsyn/should_compile/ex-num.hs              |    9 ++++++++
 tests/patsyn/should_compile/ex-prov.hs             |   12 +++++++++++
 tests/patsyn/should_compile/ex-view.hs             |   12 +++++++++++
 tests/patsyn/should_compile/ex.hs                  |   13 ++++++++++++
 tests/patsyn/should_compile/incomplete.hs          |   11 ++++++++++
 tests/patsyn/should_compile/num.hs                 |    6 ++++++
 tests/patsyn/should_compile/overlap.hs             |    9 ++++++++
 tests/patsyn/should_compile/univ.hs                |   11 ++++++++++
 .../should_compile => patsyn/should_fail}/Makefile |    0
 tests/patsyn/should_fail/all.T                     |    3 +++
 tests/patsyn/should_fail/mono.hs                   |    7 +++++++
 tests/patsyn/should_fail/mono.stderr               |   12 +++++++++++
 tests/patsyn/should_fail/unidir.hs                 |    4 ++++
 tests/patsyn/should_fail/unidir.stderr             |    4 ++++
 tests/patsyn/should_run/.gitignore                 |    7 +++++++
 .../should_compile => patsyn/should_run}/Makefile  |    0
 tests/patsyn/should_run/all.T                      |    3 +++
 tests/patsyn/should_run/eval.hs                    |   22 ++++++++++++++++++++
 tests/patsyn/should_run/eval.stdout                |    7 +++++++
 tests/patsyn/should_run/ex-prov-run.hs             |   21 +++++++++++++++++++
 .../should_run/ex-prov-run.stdout}                 |    0
 tests/patsyn/should_run/match.hs                   |   21 +++++++++++++++++++
 tests/patsyn/should_run/match.stdout               |    5 +++++
 28 files changed, 223 insertions(+)

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 cfc633efcc8bbe0100c0fbb10e38ce31d74afc2a


More information about the ghc-commits mailing list