Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/7bd5f076dd6f58eb856c97cc52520f377434cb76 >--------------------------------------------------------------- commit 7bd5f076dd6f58eb856c97cc52520f377434cb76 Author: Dimitrios Vytiniotis <[email protected]> Date: Wed May 18 10:27:42 2011 +0100 More tests and wibbles in existing tests. .../should_compile/PushedInAsGivens.hs | 24 +++ .../indexed-types/should_compile/SlowComp.hs | 197 ++++++++++++++++++++ .../indexed-types/should_compile/T4981-V1.hs | 34 ++++ .../indexed-types/should_compile/T4981-V2.hs | 31 +++ .../indexed-types/should_compile/T4981-V3.hs | 31 +++ .../indexed-types/should_compile/T5002.hs | 29 +++ .../ghc-regress/indexed-types/should_compile/all.T | 8 + .../indexed-types/should_fail/NoMatchErr.stderr | 10 +- .../typecheck/should_compile/GivenOverlapping.hs | 21 ++ .../should_compile/SilentParametersOverlapping.hs | 26 +++ tests/ghc-regress/typecheck/should_compile/all.T | 3 + .../should_fail/FailDueToGivenOverlapping.hs | 27 +++ .../should_fail/FailDueToGivenOverlapping.stderr | 13 ++ .../typecheck/should_fail/LongWayOverlapping.hs | 44 +++++ .../should_fail/LongWayOverlapping.stderr | 9 + tests/ghc-regress/typecheck/should_fail/all.T | 2 + 16 files changed, 504 insertions(+), 5 deletions(-) Diff suppressed because of size. To see it, use: git show 7bd5f076dd6f58eb856c97cc52520f377434cb76 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
