Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/c91330ddbf909adedd277dce6c56a30e0ce64cf3 >--------------------------------------------------------------- commit c91330ddbf909adedd277dce6c56a30e0ce64cf3 Author: Simon Peyton Jones <[email protected]> Date: Fri Mar 2 16:35:42 2012 +0000 Modified error output and new tests for PolyKinds commit tests/arrows/should_fail/T5380.stderr | 4 +- tests/gadt/rw.stderr | 4 +- tests/ghci/scripts/Defer02.stderr | 2 +- tests/ghci/scripts/Defer02.stdout | 2 +- tests/indexed-types/should_compile/Simple14.stderr | 2 +- tests/indexed-types/should_compile/T3208b.stderr | 4 +- tests/indexed-types/should_compile/all.T | 2 +- tests/indexed-types/should_fail/GADTwrong1.stderr | 2 +- tests/indexed-types/should_fail/NoMatchErr.stderr | 2 +- .../indexed-types/should_fail/SimpleFail15.stderr | 2 +- .../indexed-types/should_fail/SimpleFail5a.stderr | 2 +- tests/indexed-types/should_fail/SimpleFail6.stderr | 5 +- .../indexed-types/should_fail/SkolemOccursLoop.hs | 2 +- .../should_fail/SkolemOccursLoop.stderr | 11 +- tests/indexed-types/should_fail/T1900.stderr | 2 +- tests/indexed-types/should_fail/T3330a.stderr | 4 +- tests/indexed-types/should_fail/T3440.stderr | 2 +- tests/indexed-types/should_fail/T4093a.stderr | 4 +- tests/indexed-types/should_fail/T4093b.stderr | 4 +- tests/indexed-types/should_fail/T4179.stderr | 2 +- tests/indexed-types/should_fail/T4272.stderr | 4 +- tests/module/mod45.stderr | 2 +- tests/parser/should_fail/readFail036.stderr | 5 +- tests/perf/compiler/all.T | 2 +- tests/polykinds/Freeman.hs | 259 ++++++++++++++++++++ tests/polykinds/Freeman.stdout | 1 + tests/polykinds/MonoidsFD.hs | 106 ++++++++ tests/polykinds/MonoidsFD.stdout | 8 + tests/polykinds/MonoidsTF.hs | 116 +++++++++ tests/polykinds/MonoidsTF.stdout | 8 + tests/polykinds/PolyKinds06.stderr | 8 +- tests/polykinds/PolyKinds07.stderr | 2 +- tests/polykinds/PolyKinds12.hs | 16 +- tests/polykinds/PolyKinds13.hs | 3 + tests/polykinds/T5770.hs | 22 ++ tests/polykinds/T5771.hs | 29 +++ tests/polykinds/all.T | 9 +- tests/simplCore/should_compile/rule2.stderr | 4 +- tests/th/T3177a.stderr | 3 +- .../typecheck/prog001/typecheck.prog001.stderr-ghc | 1 + tests/typecheck/should_compile/FD1.stderr | 4 +- tests/typecheck/should_compile/FD2.stderr | 8 +- tests/typecheck/should_compile/FD3.stderr | 2 +- tests/typecheck/should_compile/tc141.stderr | 43 +++- .../should_fail/FailDueToGivenOverlapping.stderr | 2 +- .../typecheck/should_fail/FrozenErrorTests.stderr | 4 +- tests/typecheck/should_fail/IPFail.stderr | 2 +- tests/typecheck/should_fail/T1899.stderr | 2 +- tests/typecheck/should_fail/T2538.stderr | 6 +- tests/typecheck/should_fail/T2714.stderr | 2 +- tests/typecheck/should_fail/T5300.stderr | 2 +- tests/typecheck/should_fail/tcfail034.stderr | 2 +- tests/typecheck/should_fail/tcfail067.stderr | 8 +- tests/typecheck/should_fail/tcfail068.stderr | 16 +- tests/typecheck/should_fail/tcfail072.stderr | 2 +- tests/typecheck/should_fail/tcfail097.stderr | 6 +- tests/typecheck/should_fail/tcfail101.stderr | 2 +- tests/typecheck/should_fail/tcfail102.stderr | 6 +- tests/typecheck/should_fail/tcfail103.stderr | 4 +- tests/typecheck/should_fail/tcfail107.stderr | 2 +- tests/typecheck/should_fail/tcfail127.stderr | 2 +- tests/typecheck/should_fail/tcfail129.stderr | 4 +- tests/typecheck/should_fail/tcfail131.stderr | 4 +- tests/typecheck/should_fail/tcfail153.stderr | 2 +- tests/typecheck/should_fail/tcfail162.stderr | 2 +- tests/typecheck/should_fail/tcfail174.stderr | 2 +- tests/typecheck/should_fail/tcfail175.stderr | 2 +- tests/typecheck/should_fail/tcfail179.stderr | 2 +- tests/typecheck/should_fail/tcfail196.stderr | 2 +- tests/typecheck/should_fail/tcfail197.stderr | 5 +- tests/typecheck/should_fail/tcfail201.stderr | 2 +- tests/typecheck/should_fail/tcfail206.stderr | 4 +- tests/typecheck/should_fail/tcfail208.stderr | 2 +- tests/typecheck/should_fail/tcfail209.stderr | 4 +- tests/typecheck/should_run/tcrun041.hs | 1 - 75 files changed, 711 insertions(+), 126 deletions(-) Diff suppressed because of size. To see it, use: git show c91330ddbf909adedd277dce6c56a30e0ce64cf3 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
