Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : unboxed-tuple-arguments2
http://hackage.haskell.org/trac/ghc/changeset/3a8c2a17c0f5a6ca36718cc5328823f6adadbaee >--------------------------------------------------------------- commit 3a8c2a17c0f5a6ca36718cc5328823f6adadbaee Author: Max Bolingbroke <[email protected]> Date: Tue May 15 16:37:28 2012 +0100 Testsuite update for unboxed tuples in arguments We are careful to test slow calls and RtClosureInspect, as well as standard fast calls .gitignore | 7 +++ tests/ghci.debugger/Unboxed.hs | 12 ++++++ tests/ghci.debugger/scripts/all.T | 1 + tests/ghci.debugger/scripts/break026.stdout | 40 ++++++++++---------- tests/ghci.debugger/scripts/print035.script | 10 +++++ tests/ghci.debugger/scripts/print035.stdout | 5 ++ 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 | 7 +++ tests/typecheck/should_run/tcrun047.hs | 16 ++++++++ .../{tcrun019.stdout => 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 + tests/typecheck/should_run/tcrun051.hs | 26 +++++++++++++ tests/typecheck/should_run/tcrun051.stdout | 1 + 35 files changed, 180 insertions(+), 167 deletions(-) Diff suppressed because of size. To see it, use: git show 3a8c2a17c0f5a6ca36718cc5328823f6adadbaee _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
