[commit: testsuite] master: Merge branch 'master' of http://darcs.haskell.org/testsuite (c4fe55f)
Simon Peyton Jones
simonpj at microsoft.com
Thu Feb 14 11:45:06 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/c4fe55fc8bc5f11618319dc59baefe34162b69b1
>---------------------------------------------------------------
commit c4fe55fc8bc5f11618319dc59baefe34162b69b1
Merge: adc2613... 7ef55d7...
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Wed Dec 5 18:05:07 2012 +0000
Merge branch 'master' of http://darcs.haskell.org/testsuite
config/ghc | 54 +++++--
driver/runtests.py | 5 +-
driver/testglobals.py | 9 +
driver/testlib.py | 188 ++++++++++++++++----
mk/boilerplate.mk | 3 +
mk/ghc-config.hs | 64 +++++---
mk/test.mk | 21 ++-
tests/annotations/should_fail/annfail05.stderr | 2 -
tests/annotations/should_fail/annfail08.stderr | 3 -
tests/arrows/should_fail/T2111.stderr | 12 +-
tests/arrows/should_fail/T5380.stderr | 9 +-
tests/arrows/should_fail/all.T | 9 +-
tests/arrows/should_fail/arrowfail001.stderr | 3 +-
tests/arrows/should_fail/arrowfail003.stderr | 12 +-
tests/cabal/all.T | 11 +-
tests/cabal/cabal01/Makefile | 6 +-
tests/cabal/cabal01/all.T | 14 ++-
tests/cabal/cabal03/Makefile | 8 +-
tests/cabal/cabal04/Makefile | 5 +-
tests/cabal/cabal04/all.T | 11 +-
tests/cabal/ghcpkg01.stdout | 4 +-
tests/cabal/ghcpkg03.stderr | 26 ++--
tests/cabal/ghcpkg03.stderr-mingw32 | 26 ++--
tests/cabal/ghcpkg05.stderr | 10 +-
tests/cabal/ghcpkg05.stderr-mingw32 | 10 +-
tests/codeGen/should_compile/T7237.hs | 10 +
tests/codeGen/should_compile/all.T | 5 +-
.../should_gen_asm}/Makefile | 0
tests/codeGen/should_gen_asm/all.T | 6 +
.../should_gen_asm/memcpy-unroll-conprop.asm | 21 +++
.../should_gen_asm/memcpy-unroll-conprop.cmm | 14 ++
tests/codeGen/should_gen_asm/memcpy-unroll.asm | 18 ++
tests/codeGen/should_gen_asm/memcpy-unroll.cmm | 8 +
tests/codeGen/should_gen_asm/memcpy.asm | 9 +
tests/codeGen/should_gen_asm/memcpy.cmm | 8 +
tests/codeGen/should_run/5149_cmm.cmm | 17 +--
tests/codeGen/should_run/T7319.hs | 11 ++
tests/codeGen/should_run/T7319.stderr | 5 +
tests/codeGen/should_run/all.T | 6 +
tests/codeGen/should_run/cgrun069_cmm.cmm | 100 +++++-----
tests/concurrent/should_run/367.hs | 10 +
.../should_run/367.stdout} | 0
tests/concurrent/should_run/367_letnoescape.hs | 23 +++
.../should_run/367_letnoescape.stdout} | 0
tests/concurrent/should_run/all.T | 4 +
tests/concurrent/should_run/conc023.hs | 13 +-
tests/deSugar/should_compile/Makefile | 10 +-
tests/deSugar/should_compile/T5252Take2.hs | 5 +
tests/deSugar/should_compile/T5252Take2a.hs | 8 +
tests/deSugar/should_compile/all.T | 6 +
tests/deSugar/should_compile/ds050.hs | 2 +-
tests/deriving/should_fail/T2851.stderr | 5 +-
tests/deriving/should_fail/T3621.stderr | 5 +-
tests/deriving/should_fail/T5287.hs | 1 +
tests/deriving/should_fail/T5287.stderr | 4 +
.../drvfail-foldable-traversable1.stderr | 10 +-
tests/deriving/should_fail/drvfail-functor2.stderr | 5 +-
tests/deriving/should_fail/drvfail001.stderr | 5 +-
tests/deriving/should_fail/drvfail002.stderr | 5 +-
tests/deriving/should_fail/drvfail003.stderr | 5 +-
tests/deriving/should_fail/drvfail004.stderr | 5 +-
tests/deriving/should_fail/drvfail007.stderr | 5 +-
tests/deriving/should_fail/drvfail012.stderr | 5 +-
tests/deriving/should_fail/drvfail013.stderr | 10 +-
tests/dph/classes/dph-classes.T | 3 +-
tests/dph/diophantine/Main.hs | 43 +++---
tests/dph/diophantine/dph-diophantine.T | 8 +-
tests/dph/dotp/dph-dotp.T | 12 +-
tests/dph/nbody/dph-nbody.T | 50 +-----
tests/dph/primespj/dph-primespj.T | 6 +-
tests/dph/quickhull/dph-quickhull.T | 30 +---
tests/dph/smvm/dph-smvm.T | 4 +-
tests/dph/sumnats/dph-sumnats.T | 8 +-
tests/dph/words/dph-words.T | 14 +-
tests/driver/1372/Makefile | 2 +-
tests/driver/Makefile | 6 +-
tests/driver/T4437.hs | 15 +--
tests/driver/T5147/T5147.stderr | 1 -
tests/driver/bug1677/Makefile | 2 +-
tests/driver/recomp005/recomp005.stderr | 4 +
tests/driver/recomp012/Makefile | 30 +++
tests/driver/recomp012/all.T | 7 +
tests/driver/recomp012/recomp012.stdout | 2 +
tests/dynlibs/Makefile | 17 ++-
tests/dynlibs/T4464.stderr | 2 +
tests/dynlibs/T4464.stdout | 2 +
tests/dynlibs/T4464B.c | 5 -
tests/{polykinds => ext-core}/Makefile | 0
tests/ext-core/T7239.hs | 8 +
tests/ext-core/all.T | 3 +
tests/ffi/should_run/7170.hs | 4 +-
tests/ffi/should_run/7170.stdout | 2 +-
tests/ffi/should_run/T4012.hs | 10 +
tests/ffi/should_run/T4012.stdout | 3 +
tests/ffi/should_run/T4012_A.hs | 14 ++
tests/ffi/should_run/T4012_B.hs | 11 ++
tests/ffi/should_run/all.T | 7 +
tests/gadt/Makefile | 5 +
tests/gadt/T3169.stderr | 17 +--
tests/gadt/T7205.hs | 15 ++
tests/gadt/T7293.hs | 24 +++
tests/gadt/T7293.stderr | 9 +
tests/gadt/T7294.hs | 25 +++
tests/gadt/T7294.stderr | 9 +
tests/gadt/T7321.hs | 6 +
tests/gadt/T7321a.hs | 5 +
tests/gadt/all.T | 17 ++-
tests/gadt/doaitse.hs | 2 +-
tests/gadt/gadt-escape1.hs | 3 +
tests/gadt/gadt-escape1.stderr | 19 ++
tests/gadt/gadt1.hs | 2 +-
tests/gadt/gadt10.stderr | 1 +
tests/gadt/gadt13.hs | 3 +
tests/gadt/gadt13.stderr | 16 ++
tests/gadt/gadt21.hs | 2 +-
tests/gadt/gadt22.hs | 2 +-
tests/gadt/gadt7.hs | 3 +-
tests/gadt/gadt7.stderr | 20 ++
tests/gadt/nbe.hs | 2 +-
tests/gadt/rw.stderr | 8 +
tests/gadt/termination.hs | 2 +-
tests/generics/GenCannotDoRep0.stderr | 2 +-
tests/ghc-e/should_run/all.T | 5 +-
tests/ghci.debugger/Test2.hs | 1 -
tests/ghci.debugger/scripts/2740.script | 1 +
tests/ghci.debugger/scripts/T7386.hs | 10 +
tests/ghci.debugger/scripts/T7386.script | 3 +
tests/ghci.debugger/scripts/T7386.stdout | 1 +
tests/ghci.debugger/scripts/all.T | 6 +-
tests/ghci.debugger/scripts/break001.script | 2 +-
tests/ghci.debugger/scripts/break003.stderr | 1 -
tests/ghci.debugger/scripts/break005.script | 2 +-
tests/ghci.debugger/scripts/break006.script | 2 +-
tests/ghci.debugger/scripts/break006.stderr | 2 +
tests/ghci.debugger/scripts/break011.stdout | 4 +-
.../ghci.debugger/scripts/break022/break022.stdout | 2 +-
tests/ghci.debugger/scripts/break026.script | 4 +-
tests/ghci.debugger/scripts/break027.script | 2 +-
tests/ghci.debugger/scripts/print001.script | 4 +-
tests/ghci.debugger/scripts/print004.script | 2 +-
tests/ghci.debugger/scripts/print005.script | 4 +-
tests/ghci.debugger/scripts/print006.stdout | 2 +-
tests/ghci.debugger/scripts/print009.script | 4 +-
tests/ghci.debugger/scripts/print012.script | 2 +-
tests/ghci.debugger/scripts/print013.script | 4 +-
tests/ghci.debugger/scripts/print014.script | 2 +-
tests/ghci.debugger/scripts/print016.script | 4 +-
tests/ghci.debugger/scripts/print017.script | 2 +-
tests/ghci.debugger/scripts/print018.stdout | 12 +-
tests/ghci.debugger/scripts/print019.stderr | 1 +
tests/ghci.debugger/scripts/print023.script | 2 +-
tests/ghci.debugger/scripts/print024.script | 2 +-
tests/ghci.debugger/scripts/print028.script | 4 +-
tests/ghci.debugger/scripts/print034.script | 2 +-
tests/ghci/linking/Makefile | 4 +-
tests/ghci/linking/all.T | 6 +-
tests/ghci/prog008/A.hs | 2 +-
tests/ghci/prog012/Bar1.hs | 1 +
tests/ghci/prog012/Bar2.hs | 3 +
tests/ghci/prog012/Foo.hs | 3 +
tests/ghci/prog012/Main.hs | 4 +
.../should_compile => ghci/prog012}/Makefile | 0
tests/ghci/prog012/all.T | 2 +
tests/ghci/prog012/prog012.script | 18 ++
tests/ghci/prog012/prog012.stderr | 2 +
.../prog012/prog012.stdout} | 0
tests/ghci/scripts/2816.script | 2 +-
tests/ghci/scripts/2976.script | 2 +-
tests/ghci/scripts/Defer02.stderr | 40 ++++-
tests/ghci/scripts/T5130.script | 2 +-
tests/ghci/scripts/T5130.stderr | 6 -
tests/ghci/scripts/T6106_preproc.sh | 2 +-
tests/ghci/scripts/all.T | 5 +
tests/ghci/scripts/ghci024.stderr | 1 -
tests/ghci/scripts/ghci025.hs | 2 +-
tests/ghci/scripts/ghci042.script | 2 +-
tests/ghci/scripts/ghci050.stderr | 9 +-
tests/ghci/scripts/ghci055.script | 2 +-
tests/ghci/scripts/ghci057.stdout | 1 +
tests/ghci/scripts/ghci058.script | 17 ++
tests/ghci/scripts/ghci058.stdout | 4 +
tests/haddock/haddock_examples/test.T | 2 +-
tests/haddock/should_compile_flag_haddock/all.T | 4 +-
tests/haddock/should_compile_noflag_haddock/all.T | 4 +-
tests/indexed-types/should_compile/Roman1.hs | 2 +-
tests/indexed-types/should_compile/Simple14.hs | 6 +-
tests/indexed-types/should_compile/Simple14.stderr | 11 +-
tests/indexed-types/should_compile/T3017.stderr | 2 +-
tests/indexed-types/should_compile/T3208b.hs | 19 ++-
tests/indexed-types/should_compile/T3208b.stderr | 26 +++-
tests/indexed-types/should_compile/T3787.hs | 2 +-
tests/indexed-types/should_compile/T4120.hs | 2 +-
tests/indexed-types/should_compile/T4178.hs | 2 +-
tests/indexed-types/should_compile/T4358.hs | 2 +-
tests/indexed-types/should_compile/T4935.hs | 2 +-
tests/indexed-types/should_compile/T5591a.hs | 25 +++
tests/indexed-types/should_compile/T5591b.hs | 12 ++
tests/indexed-types/should_compile/T7280.hs | 13 ++
tests/indexed-types/should_compile/all.T | 4 +
tests/indexed-types/should_fail/ExtraTcsUntch.hs | 25 +++-
.../indexed-types/should_fail/ExtraTcsUntch.stderr | 9 +-
tests/indexed-types/should_fail/GADTwrong1.stderr | 9 +-
tests/indexed-types/should_fail/Makefile | 4 +
tests/indexed-types/should_fail/NoMatchErr.stderr | 9 +-
tests/indexed-types/should_fail/SimpleFail12.hs | 2 +-
.../indexed-types/should_fail/SimpleFail14.stderr | 2 +-
.../indexed-types/should_fail/SimpleFail16.stderr | 7 +-
.../indexed-types/should_fail/SimpleFail5a.stderr | 2 +
tests/indexed-types/should_fail/T1897b.stderr | 2 +-
tests/indexed-types/should_fail/T1900.stderr | 6 +-
tests/indexed-types/should_fail/T2239.stderr | 18 +-
tests/indexed-types/should_fail/T2544.stderr | 27 +++-
tests/indexed-types/should_fail/T2627b.stderr | 14 +-
tests/indexed-types/should_fail/T2664.stderr | 5 +-
tests/indexed-types/should_fail/T2693.stderr | 31 ++++
tests/indexed-types/should_fail/T3330a.hs | 4 +-
tests/indexed-types/should_fail/T3330a.stderr | 34 +++-
tests/indexed-types/should_fail/T3330c.stderr | 7 +-
tests/indexed-types/should_fail/T3440.stderr | 12 +-
tests/indexed-types/should_fail/T4093a.stderr | 1 +
tests/indexed-types/should_fail/T4093b.stderr | 9 +
tests/indexed-types/should_fail/T4099.stderr | 6 +
tests/indexed-types/should_fail/T4179.stderr | 3 +
tests/indexed-types/should_fail/T4272.stderr | 3 +
tests/indexed-types/should_fail/T5439.hs | 2 +-
tests/indexed-types/should_fail/T5439.stderr | 13 ++-
tests/indexed-types/should_fail/T5934.stderr | 7 +-
tests/indexed-types/should_fail/T6123.stderr | 7 +-
tests/indexed-types/should_fail/T7010.hs | 24 +++-
tests/indexed-types/should_fail/T7010.stderr | 4 +-
tests/indexed-types/should_fail/T7194.hs | 20 ++
tests/indexed-types/should_fail/T7194.stderr | 14 ++
tests/indexed-types/should_fail/T7354.hs | 32 ++++
tests/indexed-types/should_fail/T7354.stderr | 11 ++
tests/indexed-types/should_fail/T7354a.hs | 7 +
tests/indexed-types/should_fail/T7354a.stderr | 7 +
tests/indexed-types/should_fail/T7354b.hs | 7 +
tests/indexed-types/should_fail/all.T | 10 +
tests/mdo/should_fail/mdofail001.stderr | 4 +-
tests/module/mod46.stderr | 1 -
tests/module/mod54.stderr | 5 +-
tests/module/mod68.stderr | 6 +-
tests/module/mod73.stderr | 4 +-
tests/numeric/should_run/T7233.hs | 14 ++
tests/numeric/should_run/T7233.stdout | 10 +
tests/numeric/should_run/all.T | 2 +
tests/parser/should_fail/readFail003.stderr | 18 ++-
tests/perf/compiler/all.T | 168 ++++++++++++------
tests/perf/haddock/all.T | 85 ++++++---
tests/perf/should_run/T7257.hs | 30 +++
tests/perf/should_run/T7257.stdout | 1 +
tests/perf/should_run/all.T | 17 ++
tests/plugins/Makefile | 14 +--
tests/plugins/all.T | 29 +++-
tests/plugins/simple-plugin/Makefile | 29 ++--
tests/polykinds/Freeman.hs | 8 +-
tests/polykinds/Makefile | 5 +
tests/polykinds/PolyKinds02.stderr | 3 +-
tests/polykinds/PolyKinds04.stderr | 2 +
tests/polykinds/T6021.stderr | 7 +-
tests/polykinds/T6054.stderr | 1 -
tests/polykinds/T6068.stdout | 2 +-
tests/polykinds/T7053.stderr | 4 +-
tests/polykinds/T7090.hs | 26 +++
tests/polykinds/T7176.hs | 15 ++
tests/polykinds/T7224.hs | 7 +
tests/polykinds/T7224.stderr | 5 +
tests/polykinds/T7230.hs | 49 +++++
tests/polykinds/T7230.stderr | 28 +++
tests/polykinds/T7238.hs | 14 ++
tests/polykinds/T7272.hs | 7 +
tests/polykinds/T7272.hs-boot | 5 +
tests/polykinds/T7272a.hs | 5 +
tests/polykinds/T7278.hs | 9 +
tests/polykinds/T7278.stderr | 5 +
tests/polykinds/T7328.hs | 8 +
tests/polykinds/T7328.stderr | 7 +
tests/polykinds/T7332.hs | 41 +++++
tests/polykinds/T7341.hs | 12 ++
tests/polykinds/T7341.stderr | 6 +
tests/polykinds/T7347.hs | 11 ++
tests/polykinds/T7404.hs | 4 +
tests/polykinds/T7404.stderr | 4 +
tests/polykinds/T7422.hs | 17 ++
tests/polykinds/T7433.hs | 2 +
tests/polykinds/T7433.stderr | 6 +
tests/polykinds/T7438.hs | 6 +
tests/polykinds/T7438.stderr | 20 ++
tests/polykinds/T7438a.hs | 8 +
tests/polykinds/all.T | 19 ++-
tests/rebindable/rebindable6.hs | 2 +-
tests/rebindable/rebindable6.stderr | 20 ++-
tests/rename/prog006/Makefile | 10 +-
tests/rename/should_compile/DodgyA.hs | 9 +
tests/rename/should_compile/T7167.hs | 5 +
tests/rename/should_compile/T7167.stderr | 2 +
tests/rename/should_compile/T7336.hs | 8 +
tests/rename/should_compile/T7336.stderr | 3 +
tests/rename/should_compile/all.T | 6 +
tests/rename/should_compile/dodgy.hs | 4 +
tests/rename/should_compile/rn050.stderr | 4 -
tests/rename/should_compile/rn066.stderr | 4 -
tests/rename/should_fail/T5589.stderr | 6 +-
tests/rename/should_fail/T7164.hs | 8 +
tests/rename/should_fail/T7164.stderr | 5 +
tests/rename/should_fail/T7338.hs | 5 +
tests/rename/should_fail/T7338.stderr | 6 +
tests/rename/should_fail/T7338a.hs | 11 ++
tests/rename/should_fail/T7338a.stderr | 10 +
tests/rename/should_fail/all.T | 4 +-
tests/rename/should_fail/mc13.hs | 2 +-
tests/rename/should_fail/mc14.hs | 2 +-
tests/rename/should_fail/rnfail026.hs | 2 +-
tests/rename/should_fail/rnfail026.stderr | 3 +-
tests/rename/should_fail/rnfail038.hs | 4 -
tests/rename/should_fail/rnfail038.stderr | 2 -
tests/rename/should_fail/rnfail038.stderr-hugs | 1 -
tests/rename/should_fail/rnfail048.stderr | 16 +-
tests/rename/should_fail/rnfail049.hs | 2 +-
tests/rename/should_fail/rnfail050.hs | 2 +-
tests/rts/T5423_cmm.cmm | 19 ++-
tests/rts/{rtsflags001.hs => T7227.hs} | 0
tests/rts/all.T | 4 +
tests/safeHaskell/check/Check09.hs | 1 +
tests/safeHaskell/check/Check09.stderr | 6 +-
tests/safeHaskell/check/Check10.hs | 1 +
tests/safeHaskell/check/all.T | 8 +-
tests/safeHaskell/check/pkg01/ImpSafeOnly05.hs | 8 +
tests/safeHaskell/check/pkg01/ImpSafeOnly05.stderr | 4 +
.../check/pkg01/ImpSafeOnly05.stdout} | 0
tests/safeHaskell/check/pkg01/ImpSafeOnly06.hs | 8 +
tests/safeHaskell/check/pkg01/ImpSafeOnly07.hs | 8 +
tests/safeHaskell/check/pkg01/ImpSafeOnly07.stderr | 6 +
tests/safeHaskell/check/pkg01/ImpSafeOnly08.hs | 8 +
tests/safeHaskell/check/pkg01/ImpSafeOnly08.stderr | 6 +
tests/safeHaskell/check/pkg01/ImpSafeOnly09.hs | 8 +
tests/safeHaskell/check/pkg01/ImpSafeOnly09.stderr | 3 +
tests/safeHaskell/check/pkg01/ImpSafeOnly10.hs | 8 +
tests/safeHaskell/check/pkg01/M_SafePkg6.hs | 8 +
tests/safeHaskell/check/pkg01/M_SafePkg7.hs | 8 +
tests/safeHaskell/check/pkg01/M_SafePkg8.hs | 8 +
tests/safeHaskell/check/pkg01/Makefile | 84 ++++++----
tests/safeHaskell/check/pkg01/all.T | 93 +++++++++-
tests/safeHaskell/check/pkg01/p.cabal | 5 +-
tests/safeHaskell/check/pkg01/safePkg01.stdout | 17 ++-
tests/safeHaskell/ghci/all.T | 15 ++-
tests/safeHaskell/ghci/p12.stderr | 3 +-
tests/safeHaskell/ghci/p15.stderr | 1 -
tests/safeHaskell/ghci/p17.stderr | 3 +-
tests/safeHaskell/ghci/p18.script | 10 +
.../ann01.stderr => safeHaskell/ghci/p18.stderr} | 0
tests/safeHaskell/ghci/p18.stdout | 7 +
tests/safeHaskell/ghci/p3.stderr | 5 +-
tests/simplCore/should_compile/Makefile | 5 +
tests/simplCore/should_compile/T5359a.hs | 2 +-
tests/simplCore/should_compile/T7162.hs | 9 +
.../should_compile/T7162.stderr} | 0
tests/simplCore/should_compile/T7165.hs | 5 +
tests/simplCore/should_compile/T7165a.hs | 8 +
tests/simplCore/should_compile/T7287.hs | 8 +
tests/simplCore/should_compile/all.T | 7 +
tests/simplCore/should_compile/rule2.stderr | 4 +-
tests/simplCore/should_compile/simpl009.hs | 2 +-
tests/simplCore/should_compile/simpl011.hs | 2 +-
tests/simplCore/should_compile/simpl014.hs | 2 +-
tests/simplCore/should_compile/simpl017.stderr | 30 +++-
tests/simplCore/should_compile/spec-inline.stderr | 4 +-
tests/simplCore/should_run/T7101.hs | 14 ++
.../should_run/T7101.stdout} | 0
tests/simplCore/should_run/all.T | 2 +-
tests/simplCore/should_run/simplrun010.hs | 2 +-
tests/th/T5358.hs | 2 +-
tests/th/T5358.stderr | 23 +++-
tests/th/T5434.stderr | 4 -
tests/th/T7064.stdout | 8 +-
tests/th/T7092.hs | 10 +
tests/th/T7092a.hs | 12 ++
tests/th/T7276.hs | 6 +
tests/th/T7276.stderr | 9 +
tests/th/T7276a.script | 4 +
tests/th/T7276a.stdout | 21 +++
tests/th/all.T | 6 +-
tests/typecheck/bug1465/Makefile | 2 +-
tests/typecheck/should_compile/FD1.stderr | 1 +
tests/typecheck/should_compile/FD2.stderr | 16 ++-
tests/typecheck/should_compile/FD3.stderr | 3 +
tests/typecheck/should_compile/T2494-2.hs | 2 +-
tests/typecheck/should_compile/T2494.hs | 2 +-
tests/typecheck/should_compile/T2494.stderr | 24 ++-
tests/typecheck/should_compile/T2683.hs | 6 +-
tests/typecheck/should_compile/T3018.hs | 2 +-
tests/typecheck/should_compile/T4355.hs | 2 +-
tests/typecheck/should_compile/T5655.hs | 3 +-
tests/typecheck/should_compile/T7050.hs | 3 +
tests/typecheck/should_compile/T7050.stderr | 5 +
tests/typecheck/should_compile/T7196.hs | 40 ++++
tests/typecheck/should_compile/T7312.hs | 9 +
tests/typecheck/should_compile/T7384.hs | 11 ++
tests/typecheck/should_compile/T7408.hs | 6 +
tests/typecheck/should_compile/T7451.hs | 12 ++
tests/typecheck/should_compile/all.T | 11 +-
tests/typecheck/should_compile/faxen.hs | 2 +-
tests/typecheck/should_compile/holes.hs | 15 ++
tests/typecheck/should_compile/holes.stderr | 26 +++
tests/typecheck/should_compile/holes2.hs | 7 +
tests/typecheck/should_compile/holes2.stderr | 20 ++
tests/typecheck/should_compile/holes3.hs | 15 ++
tests/typecheck/should_compile/holes3.stderr | 26 +++
tests/typecheck/should_compile/tc087.hs | 2 +-
tests/typecheck/should_compile/tc092.hs | 2 +-
tests/typecheck/should_compile/tc097.hs | 2 +-
tests/typecheck/should_compile/tc102.hs | 2 +-
tests/typecheck/should_compile/tc105.hs | 2 +-
tests/typecheck/should_compile/tc124.hs | 2 +-
tests/typecheck/should_compile/tc140.hs | 2 +-
tests/typecheck/should_compile/tc141.stderr | 25 ++-
tests/typecheck/should_compile/tc144.hs | 2 +-
tests/typecheck/should_compile/tc146.hs | 2 +-
tests/typecheck/should_compile/tc148.hs | 2 +-
tests/typecheck/should_compile/tc157.hs | 2 +-
tests/typecheck/should_compile/tc160.hs | 2 +-
tests/typecheck/should_compile/tc161.hs | 2 +-
tests/typecheck/should_compile/tc162.hs | 2 +-
tests/typecheck/should_compile/tc166.hs | 2 +-
tests/typecheck/should_compile/tc167.hs | 2 +-
tests/typecheck/should_compile/tc167.stderr | 4 +-
tests/typecheck/should_compile/tc168.stderr | 1 -
tests/typecheck/should_compile/tc183.hs | 2 +-
tests/typecheck/should_compile/tc194.hs | 3 +-
tests/typecheck/should_compile/tc198.hs | 2 +-
tests/typecheck/should_compile/tc203.hs | 2 +-
tests/typecheck/should_compile/tc206.hs | 2 +-
tests/typecheck/should_compile/tc208.hs | 2 +-
tests/typecheck/should_compile/tc210.hs | 2 +-
tests/typecheck/should_compile/tc211.stderr | 6 +-
tests/typecheck/should_compile/tc213.hs | 2 +-
tests/typecheck/should_compile/tc222.hs | 2 +-
tests/typecheck/should_compile/tc229.hs | 2 +-
tests/typecheck/should_compile/tc233.hs | 2 +-
tests/typecheck/should_compile/tc236.hs | 2 +-
tests/typecheck/should_fail/AssocTyDef04.stderr | 1 +
tests/typecheck/should_fail/FDsFromGivens.stderr | 6 +-
tests/typecheck/should_fail/FrozenErrorTests.hs | 5 +-
.../typecheck/should_fail/FrozenErrorTests.stderr | 53 +++----
tests/typecheck/should_fail/IPFail.stderr | 1 -
.../should_fail/LongWayOverlapping.stderr | 2 -
tests/typecheck/should_fail/SCLoop.stderr | 4 +-
tests/typecheck/should_fail/T1633.stderr | 3 +-
tests/typecheck/should_fail/T1899.stderr | 3 +
tests/typecheck/should_fail/T2414.stderr | 2 +-
tests/typecheck/should_fail/T2534.stderr | 5 +-
tests/typecheck/should_fail/T2688.stderr | 10 +-
tests/typecheck/should_fail/T2714.stderr | 20 ++-
tests/typecheck/should_fail/T2846b.stderr | 1 -
tests/typecheck/should_fail/T2994.stderr | 4 +
tests/typecheck/should_fail/T3540.stderr | 10 +-
tests/typecheck/should_fail/T3592.stderr | 1 -
tests/typecheck/should_fail/T3950.stderr | 12 +-
tests/typecheck/should_fail/T5300.stderr | 3 +
tests/typecheck/should_fail/T5570.stderr | 5 +-
tests/typecheck/should_fail/T5684.stderr | 60 ++++++-
tests/typecheck/should_fail/T5689.stderr | 34 ++++-
tests/typecheck/should_fail/T5691.stderr | 13 ++-
tests/typecheck/should_fail/T5853.stderr | 19 ++-
tests/typecheck/should_fail/T5858.stderr | 2 -
tests/typecheck/should_fail/T6069.hs | 17 ++
tests/typecheck/should_fail/T6069.stderr | 24 +++
tests/typecheck/should_fail/T6161.hs | 29 +++
tests/typecheck/should_fail/T6161.stderr | 5 +
tests/typecheck/should_fail/T7019.hs | 2 +-
tests/typecheck/should_fail/T7019a.hs | 2 +-
tests/typecheck/should_fail/T7175.hs | 11 ++
tests/typecheck/should_fail/T7175.stderr | 6 +
tests/typecheck/should_fail/T7210.hs | 5 +
tests/typecheck/should_fail/T7210.stderr | 6 +
tests/typecheck/should_fail/T7220.hs | 48 +++++
tests/typecheck/should_fail/T7220.stderr | 9 +
tests/typecheck/should_fail/T7264.hs | 13 ++
tests/typecheck/should_fail/T7264.stderr | 13 ++
tests/typecheck/should_fail/T7368.hs | 9 +
tests/typecheck/should_fail/T7368.stderr | 20 ++
tests/typecheck/should_fail/T7410.hs | 4 +
tests/typecheck/should_fail/T7410.stderr | 6 +
tests/typecheck/should_fail/T7453.hs | 32 ++++
tests/typecheck/should_fail/T7453.stderr | 55 ++++++
tests/typecheck/should_fail/all.T | 9 +
tests/typecheck/should_fail/mc20.stderr | 4 +-
tests/typecheck/should_fail/mc22.stderr | 7 +-
tests/typecheck/should_fail/mc23.stderr | 5 +-
tests/typecheck/should_fail/mc24.stderr | 2 +-
tests/typecheck/should_fail/mc25.stderr | 5 +-
tests/typecheck/should_fail/tcfail001.stderr | 1 +
tests/typecheck/should_fail/tcfail002.stderr | 5 +-
tests/typecheck/should_fail/tcfail003.stderr | 4 +-
tests/typecheck/should_fail/tcfail004.stderr | 7 +-
tests/typecheck/should_fail/tcfail005.stderr | 5 +-
tests/typecheck/should_fail/tcfail006.stderr | 4 +-
tests/typecheck/should_fail/tcfail007.stderr | 4 +-
tests/typecheck/should_fail/tcfail008.stderr | 5 +-
tests/typecheck/should_fail/tcfail010.stderr | 1 -
tests/typecheck/should_fail/tcfail013.stderr | 3 +-
tests/typecheck/should_fail/tcfail014.stderr | 5 +-
tests/typecheck/should_fail/tcfail015.stderr | 4 +-
tests/typecheck/should_fail/tcfail016.stderr | 20 ++-
tests/typecheck/should_fail/tcfail017.stderr | 1 -
tests/typecheck/should_fail/tcfail018.stderr | 1 -
tests/typecheck/should_fail/tcfail019.stderr | 1 -
tests/typecheck/should_fail/tcfail020.stderr | 1 -
tests/typecheck/should_fail/tcfail028.stderr | 1 +
tests/typecheck/should_fail/tcfail029.stderr | 4 +-
tests/typecheck/should_fail/tcfail032.stderr | 16 +-
tests/typecheck/should_fail/tcfail033.stderr | 6 +-
tests/typecheck/should_fail/tcfail036.stderr | 2 +
tests/typecheck/should_fail/tcfail043.stderr | 14 +-
tests/typecheck/should_fail/tcfail046.stderr | 10 +-
tests/typecheck/should_fail/tcfail057.stderr | 2 +-
tests/typecheck/should_fail/tcfail058.stderr | 1 +
tests/typecheck/should_fail/tcfail063.stderr | 1 +
tests/typecheck/should_fail/tcfail065.stderr | 7 +-
tests/typecheck/should_fail/tcfail068.stderr | 30 +++
tests/typecheck/should_fail/tcfail076.hs | 2 +-
tests/typecheck/should_fail/tcfail076.stderr | 3 +
tests/typecheck/should_fail/tcfail083.stderr | 14 ++
tests/typecheck/should_fail/tcfail088.hs | 2 +-
tests/typecheck/should_fail/tcfail090.stderr | 4 +-
tests/typecheck/should_fail/tcfail099.stderr | 17 +-
tests/typecheck/should_fail/tcfail102.stderr | 1 -
tests/typecheck/should_fail/tcfail103.stderr | 4 +
tests/typecheck/should_fail/tcfail104.hs | 2 +-
tests/typecheck/should_fail/tcfail106.stderr | 1 -
tests/typecheck/should_fail/tcfail109.stderr | 1 -
tests/typecheck/should_fail/tcfail110.hs | 2 +-
tests/typecheck/should_fail/tcfail110.stderr | 1 +
tests/typecheck/should_fail/tcfail113.stderr | 4 +-
tests/typecheck/should_fail/tcfail122.hs | 2 +-
tests/typecheck/should_fail/tcfail122.stderr | 14 +-
tests/typecheck/should_fail/tcfail123.hs | 3 +-
tests/typecheck/should_fail/tcfail123.stderr | 7 +-
tests/typecheck/should_fail/tcfail128.stderr | 3 -
tests/typecheck/should_fail/tcfail131.stderr | 3 +
tests/typecheck/should_fail/tcfail132.stderr | 3 +-
tests/typecheck/should_fail/tcfail133.stderr | 9 +-
tests/typecheck/should_fail/tcfail134.stderr | 1 +
tests/typecheck/should_fail/tcfail135.stderr | 1 +
tests/typecheck/should_fail/tcfail136.stderr | 1 +
tests/typecheck/should_fail/tcfail137.stderr | 8 +-
tests/typecheck/should_fail/tcfail140.stderr | 12 +-
tests/typecheck/should_fail/tcfail146.stderr | 2 +-
tests/typecheck/should_fail/tcfail147.stderr | 1 +
tests/typecheck/should_fail/tcfail148.stderr | 1 +
tests/typecheck/should_fail/tcfail151.stderr | 1 +
tests/typecheck/should_fail/tcfail153.stderr | 3 +
tests/typecheck/should_fail/tcfail158.stderr | 1 +
tests/typecheck/should_fail/tcfail159.stderr | 5 +-
tests/typecheck/should_fail/tcfail160.stderr | 6 +-
tests/typecheck/should_fail/tcfail161.stderr | 1 +
tests/typecheck/should_fail/tcfail162.stderr | 1 +
tests/typecheck/should_fail/tcfail169.stderr | 5 +-
tests/typecheck/should_fail/tcfail174.stderr | 24 ---
tests/typecheck/should_fail/tcfail175.stderr | 6 +-
tests/typecheck/should_fail/tcfail178.stderr | 8 +-
tests/typecheck/should_fail/tcfail179.stderr | 9 +-
tests/typecheck/should_fail/tcfail182.stderr | 2 +
tests/typecheck/should_fail/tcfail188.hs | 2 +-
tests/typecheck/should_fail/tcfail190.stderr | 4 +-
tests/typecheck/should_fail/tcfail192.stderr | 10 -
tests/typecheck/should_fail/tcfail194.stderr | 5 +-
tests/typecheck/should_fail/tcfail198.stderr | 12 +-
tests/typecheck/should_fail/tcfail200.stderr | 7 +-
tests/typecheck/should_fail/tcfail201.hs | 2 +-
tests/typecheck/should_fail/tcfail201.stderr | 5 +
tests/typecheck/should_fail/tcfail206.stderr | 27 +---
tests/typecheck/should_fail/tcfail208.stderr | 1 -
tests/typecheck/should_fail/tcfail212.stderr | 2 +
tests/typecheck/should_run/T5751.hs | 38 ++++
tests/typecheck/should_run/T5751.stdout | 3 +
tests/typecheck/should_run/T5913.hs | 32 ++++
tests/typecheck/should_run/T5913.stdout | 4 +
tests/typecheck/should_run/T6117.hs | 53 ++++++
tests/typecheck/should_run/all.T | 3 +
tests/typecheck/should_run/tcrun002.hs | 2 +-
581 files changed, 4167 insertions(+), 1237 deletions(-)
More information about the ghc-commits
mailing list