Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : unboxed-tuple-arguments
http://hackage.haskell.org/trac/ghc/changeset/5b5c144203d1a8c6f0a733d1d713ad2f87ce50bf >--------------------------------------------------------------- commit 5b5c144203d1a8c6f0a733d1d713ad2f87ce50bf Author: Max Bolingbroke <[email protected]> Date: Wed Mar 7 17:10:29 2012 +0000 Testsuite update for unboxed tuples in arguments .gitignore | 6 +++ tests/ghci.debugger/scripts/break026.stdout | 40 ++++++++++---------- tests/typecheck/should_compile/tc141.stderr | 6 +- tests/typecheck/should_fail/T5573a.hs | 16 -------- tests/typecheck/should_fail/T5573a.stderr | 16 -------- tests/typecheck/should_fail/T5573b.hs | 8 ---- tests/typecheck/should_fail/T5573b.stderr | 7 --- tests/typecheck/should_fail/all.T | 6 --- tests/typecheck/should_fail/tcfail087.hs | 13 ------ tests/typecheck/should_fail/tcfail087.stderr | 7 --- tests/typecheck/should_fail/tcfail115.hs | 13 ------ tests/typecheck/should_fail/tcfail115.stderr | 14 ------- tests/typecheck/should_fail/tcfail120.hs | 14 ------- tests/typecheck/should_fail/tcfail120.stderr | 7 --- tests/typecheck/should_fail/tcfail141.hs | 17 -------- tests/typecheck/should_fail/tcfail141.stderr | 7 --- tests/typecheck/should_fail/tcfail159.stderr | 4 +- tests/typecheck/should_run/T5573a.hs | 17 ++++++++ tests/typecheck/should_run/T5573a.stdout | 1 + tests/typecheck/should_run/T5573b.hs | 12 ++++++ .../should_run/T5573b.stdout} | 0 tests/typecheck/should_run/all.T | 6 +++ tests/typecheck/should_run/tcrun047.hs | 16 ++++++++ .../should_run/tcrun047.stdout} | 0 tests/typecheck/should_run/tcrun048.hs | 13 ++++++ tests/typecheck/should_run/tcrun048.stdout | 1 + tests/typecheck/should_run/tcrun049.hs | 12 ++++++ .../should_run/tcrun049.stdout} | 0 tests/typecheck/should_run/tcrun050.hs | 16 ++++++++ tests/typecheck/should_run/tcrun050.stdout | 1 + 30 files changed, 126 insertions(+), 170 deletions(-) Diff suppressed because of size. To see it, use: git show 5b5c144203d1a8c6f0a733d1d713ad2f87ce50bf _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
