[commit: testsuite] master: Tests for the Coercible class (ebb26cd)
git at git.haskell.org
git at git.haskell.org
Fri Sep 13 23:49:28 CEST 2013
Repository : ssh://git@git.haskell.org/testsuite
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/ebb26cde643658dd45e3cdd0a96e27824028429f/testsuite
>---------------------------------------------------------------
commit ebb26cde643658dd45e3cdd0a96e27824028429f
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Fri Sep 13 18:43:56 2013 +0200
Tests for the Coercible class
Also see http://ghc.haskell.org/trac/ghc/wiki/NewtypeWrappers
>---------------------------------------------------------------
ebb26cde643658dd45e3cdd0a96e27824028429f
.../typecheck/should_compile/TcCoercibleCompile.hs | 9 ++++
tests/typecheck/should_compile/all.T | 1 +
tests/typecheck/should_fail/TcCoercibleFail.hs | 26 ++++++++++++
tests/typecheck/should_fail/TcCoercibleFail.stderr | 43 ++++++++++++++++++++
tests/typecheck/should_fail/TcCoercibleFail2.hs | 5 +++
.../typecheck/should_fail/TcCoercibleFail2.stderr | 5 +++
tests/typecheck/should_fail/TcCoercibleFailSafe.hs | 11 +++++
.../should_fail/TcCoercibleFailSafe.stderr | 8 ++++
tests/typecheck/should_fail/all.T | 3 ++
tests/typecheck/should_run/TcCoercible.hs | 30 ++++++++++++++
tests/typecheck/should_run/TcCoercible.stdout | 9 ++++
tests/typecheck/should_run/all.T | 1 +
12 files changed, 151 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 ebb26cde643658dd45e3cdd0a96e27824028429f
More information about the ghc-commits
mailing list