[commit: testsuite] master: Wibbles to error messages, following the fix for Trac #7851 (b37b638)
Simon Peyton Jones
simonpj at microsoft.com
Tue Apr 30 10:51:34 CEST 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
https://github.com/ghc/testsuite/commit/b37b6386725a924a6424774c44222ac4301f29ae
>---------------------------------------------------------------
commit b37b6386725a924a6424774c44222ac4301f29ae
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Mon Apr 29 17:33:32 2013 +0100
Wibbles to error messages, following the fix for Trac #7851
In effect, the error context for naked variables now takes up
a "slot" in the context stack; but it is often empty. So the
context stack becomes one shorter in those cases. I don't think
this matters; indeed, it's aguably an improvement. Anyway that's
why so many tests are affected.
tests/annotations/should_fail/annfail07.stderr | 1 -
tests/arrows/should_fail/T5380.stderr | 4 ----
tests/gadt/T3169.stderr | 3 ---
tests/gadt/gadt-escape1.stderr | 2 --
tests/gadt/gadt7.stderr | 1 -
tests/gadt/rw.stderr | 1 -
tests/ghci/scripts/Defer02.stderr | 9 ++-------
tests/ghci/scripts/ghci050.stderr | 1 -
tests/ghci/scripts/ghci052.stderr | 3 ---
tests/ghci/scripts/ghci053.stderr | 2 --
tests/indexed-types/should_fail/GADTwrong1.stderr | 1 -
tests/indexed-types/should_fail/Overlap9.stderr | 1 -
tests/indexed-types/should_fail/T2544.stderr | 2 --
tests/indexed-types/should_fail/T2693.stderr | 6 ------
tests/indexed-types/should_fail/T3330a.stderr | 3 ---
tests/indexed-types/should_fail/T3330c.stderr | 1 -
tests/indexed-types/should_fail/T3440.stderr | 1 -
tests/indexed-types/should_fail/T4093a.stderr | 1 -
tests/indexed-types/should_fail/T4099.stderr | 2 --
tests/indexed-types/should_fail/T4179.stderr | 1 -
tests/indexed-types/should_fail/T5439.stderr | 3 ---
tests/indexed-types/should_fail/T7010.stderr | 1 -
tests/indexed-types/should_fail/T7194.stderr | 1 -
tests/indexed-types/should_fail/T7354.stderr | 1 -
tests/indexed-types/should_fail/T7354a.stderr | 1 -
tests/indexed-types/should_fail/T7729.stderr | 1 -
tests/indexed-types/should_fail/T7729a.stderr | 1 -
tests/polykinds/T7594.stderr | 1 -
tests/rename/should_compile/T3823.stderr | 1 -
tests/rename/should_fail/rnfail026.stderr | 4 ++--
tests/simplCore/should_compile/simpl017.stderr | 6 ------
tests/typecheck/bug1465/bug1465.stderr | 1 -
tests/typecheck/should_compile/FD2.stderr | 1 -
tests/typecheck/should_compile/T2494.stderr | 2 --
tests/typecheck/should_compile/tc141.stderr | 6 ------
tests/typecheck/should_compile/tc211.stderr | 10 ----------
tests/typecheck/should_fail/T1899.stderr | 1 -
tests/typecheck/should_fail/T2414.stderr | 1 -
tests/typecheck/should_fail/T2688.stderr | 1 -
tests/typecheck/should_fail/T3102.stderr | 1 -
tests/typecheck/should_fail/T3613.stderr | 5 -----
tests/typecheck/should_fail/T3950.stderr | 6 ------
tests/typecheck/should_fail/T5689.stderr | 7 -------
tests/typecheck/should_fail/T5691.stderr | 1 -
tests/typecheck/should_fail/T6069.stderr | 3 ---
tests/typecheck/should_fail/T7264.stderr | 1 -
tests/typecheck/should_fail/T7368.stderr | 2 --
tests/typecheck/should_fail/T7453.stderr | 10 ----------
tests/typecheck/should_fail/T7734.stderr | 2 --
tests/typecheck/should_fail/mc19.stderr | 1 -
tests/typecheck/should_fail/mc21.stderr | 1 -
tests/typecheck/should_fail/mc22.stderr | 1 -
tests/typecheck/should_fail/mc23.stderr | 3 +--
tests/typecheck/should_fail/mc24.stderr | 3 +--
tests/typecheck/should_fail/mc25.stderr | 1 -
tests/typecheck/should_fail/tcfail014.stderr | 1 -
tests/typecheck/should_fail/tcfail016.stderr | 2 --
tests/typecheck/should_fail/tcfail033.stderr | 1 -
tests/typecheck/should_fail/tcfail065.stderr | 1 -
tests/typecheck/should_fail/tcfail068.stderr | 6 ------
tests/typecheck/should_fail/tcfail076.stderr | 1 -
tests/typecheck/should_fail/tcfail099.stderr | 1 -
tests/typecheck/should_fail/tcfail103.stderr | 1 -
tests/typecheck/should_fail/tcfail104.stderr | 4 ----
tests/typecheck/should_fail/tcfail131.stderr | 1 -
tests/typecheck/should_fail/tcfail153.stderr | 1 -
tests/typecheck/should_fail/tcfail168.stderr | 7 +------
tests/typecheck/should_fail/tcfail174.stderr | 3 ---
tests/typecheck/should_fail/tcfail177.stderr | 1 -
tests/typecheck/should_fail/tcfail178.stderr | 2 --
tests/typecheck/should_fail/tcfail179.stderr | 1 -
tests/typecheck/should_fail/tcfail185.stderr | 6 ------
tests/typecheck/should_fail/tcfail189.stderr | 3 +--
tests/typecheck/should_fail/tcfail191.stderr | 1 -
tests/typecheck/should_fail/tcfail192.stderr | 1 -
tests/typecheck/should_fail/tcfail193.stderr | 1 -
tests/typecheck/should_fail/tcfail194.stderr | 3 +--
tests/typecheck/should_fail/tcfail198.stderr | 1 -
tests/typecheck/should_fail/tcfail207.stderr | 4 +---
79 files changed, 10 insertions(+), 182 deletions(-)
Diff suppressed because of size. To see it, use:
git show b37b6386725a924a6424774c44222ac4301f29ae
More information about the ghc-commits
mailing list