Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/d60b11c24537ff5ed247823473069257481e3c57

>---------------------------------------------------------------

commit d60b11c24537ff5ed247823473069257481e3c57
Merge: 1a34c03... 7d56ae3...
Author: David Terei <[email protected]>
Date:   Wed Nov 16 13:55:53 2011 -0800

    Merge branch 'master' of http://darcs.haskell.org/testsuite

 README                                             |    2 +
 driver/testglobals.py                              |    8 +-
 driver/testlib.py                                  |   12 ++-
 tests/annotations/should_fail/annfail08.stderr     |    5 +-
 tests/arrows/should_fail/T5380.stderr              |    2 +-
 tests/codeGen/should_run/5626.hs                   |   11 ++
 tests/codeGen/should_run/5626.stderr               |    1 +
 tests/codeGen/should_run/all.T                     |    1 +
 tests/concurrent/should_run/5238.hs                |   12 ++
 tests/concurrent/should_run/5238.stdout            |    1 +
 tests/concurrent/should_run/all.T                  |    1 +
 tests/deriving/should_fail/T3621.stderr            |   16 +--
 tests/deriving/should_run/T5628.hs                 |   11 ++
 tests/deriving/should_run/T5628.stderr             |    1 +
 tests/deriving/should_run/all.T                    |    2 +
 tests/driver/Makefile                              |    6 +
 tests/driver/T5584/A.hs-boot                       |    3 +
 tests/driver/all.T                                 |    2 +
 tests/dynlibs/Makefile                             |    8 +-
 tests/dynlibs/T4464B.c                             |    9 +
 tests/dynlibs/all.T                                |   14 +-
 tests/gadt/T3651.stderr                            |    6 +-
 tests/ghci/scripts/ghci050.stderr                  |    4 +-
 .../indexed-types/should_compile/OversatDecomp.hs  |    2 +-
 tests/indexed-types/should_compile/T3017.stderr    |    2 +-
 tests/indexed-types/should_compile/all.T           |    2 +-
 tests/indexed-types/should_fail/T1900.stderr       |    6 +-
 tests/indexed-types/should_fail/T2544.stderr       |   14 +-
 tests/indexed-types/should_fail/T2664.stderr       |    6 +-
 tests/indexed-types/should_fail/T3330c.stderr      |   12 +-
 tests/indexed-types/should_fail/T4099.stderr       |    2 +-
 tests/indexed-types/should_fail/T4179.stderr       |   20 +--
 tests/indexed-types/should_fail/T4254.stderr       |   18 ---
 tests/indexed-types/should_fail/all.T              |    2 +-
 tests/llvm/should_compile/5054.hs                  |   13 +--
 tests/llvm/should_compile/5054_2.hs                |   44 +-----
 tests/llvm/should_compile/all.T                    |    4 +-
 tests/mdo/should_fail/mdofail001.stderr            |    6 +-
 tests/parser/should_fail/readFail003.stderr        |   24 ---
 tests/{annotations => polykinds}/Makefile          |    0 
 tests/polykinds/PolyKinds01.hs                     |   13 ++
 tests/polykinds/PolyKinds02.hs                     |   13 ++
 tests/polykinds/PolyKinds02.stderr                 |    6 +
 tests/polykinds/PolyKinds03.hs                     |   13 ++
 tests/polykinds/PolyKinds04.hs                     |    8 +
 tests/polykinds/PolyKinds04.stderr                 |    8 +
 tests/polykinds/PolyKinds05.hs                     |    9 +
 tests/polykinds/PolyKinds06.hs                     |   10 ++
 tests/polykinds/PolyKinds06.stderr                 |    4 +
 tests/polykinds/PolyKinds07.hs                     |   12 ++
 tests/polykinds/PolyKinds07.stderr                 |    6 +
 tests/polykinds/PolyKinds08.hs                     |   12 ++
 tests/polykinds/PolyKinds09.hs                     |   65 ++++++++
 .../PolyKinds09.stdout}                            |    0 
 tests/polykinds/PolyKinds10.hs                     |  159 ++++++++++++++++++++
 tests/polykinds/PolyKinds10.stdout                 |    1 +
 tests/polykinds/all.T                              |   14 ++
 tests/rename/should_fail/rnfail026.stderr          |    2 +-
 tests/rts/testblockalloc.c                         |    8 +
 tests/safeHaskell/flags/SafeFlags21.hs             |    9 +
 tests/safeHaskell/flags/SafeFlags22.hs             |   11 ++
 tests/safeHaskell/flags/SafeFlags22.stderr         |    5 +
 tests/safeHaskell/flags/SafeFlags23.hs             |   11 ++
 tests/safeHaskell/flags/SafeFlags23.stderr         |    8 +
 tests/safeHaskell/flags/SafeFlags24.hs             |   11 ++
 tests/safeHaskell/flags/SafeFlags25.hs             |    9 +
 tests/safeHaskell/flags/SafeFlags25.stderr         |    3 +
 tests/safeHaskell/flags/SafeFlags26.hs             |    9 +
 tests/safeHaskell/flags/SafeFlags26.stderr         |    6 +
 tests/safeHaskell/flags/SafeFlags27.hs             |    9 +
 tests/safeHaskell/flags/all.T                      |   18 ++-
 tests/safeHaskell/safeInfered/UnsafeInfered10.hs   |    9 +
 .../safeHaskell/safeInfered/UnsafeInfered10.stderr |    5 +
 tests/safeHaskell/safeInfered/UnsafeInfered10_A.hs |    8 +
 tests/safeHaskell/safeInfered/UnsafeInfered11.hs   |    9 +
 .../safeHaskell/safeInfered/UnsafeInfered11.stderr |   11 ++
 tests/safeHaskell/safeInfered/UnsafeInfered11_A.hs |   37 +++++
 tests/safeHaskell/safeInfered/all.T                |    8 +
 tests/simplCore/should_compile/T3234.stderr        |   95 ++++++------
 tests/simplCore/should_compile/T4201.stdout        |    2 +-
 tests/simplCore/should_compile/T4903a.hs           |    2 +-
 tests/simplCore/should_compile/T5303.hs            |    2 +-
 tests/simplCore/should_compile/spec-inline.stderr  |    2 +-
 tests/simplCore/should_run/T5587.hs                |   30 ++++
 tests/simplCore/should_run/T5587.stderr            |    1 +
 tests/simplCore/should_run/T5625.hs                |    4 +
 .../should_run/T5625.stderr}                       |    0 
 tests/simplCore/should_run/all.T                   |    6 +-
 tests/typecheck/should_compile/FD2.stderr          |    4 +-
 tests/typecheck/should_compile/T1470.hs            |    4 +-
 tests/typecheck/should_compile/T2494.stderr        |    6 +-
 tests/typecheck/should_compile/T3018.hs            |    2 +-
 tests/typecheck/should_compile/T4969.hs            |    5 +-
 tests/typecheck/should_compile/tc231.stderr        |    2 +-
 .../typecheck/should_fail/FrozenErrorTests.stderr  |   16 +-
 tests/typecheck/should_fail/T1899.stderr           |   15 +--
 tests/typecheck/should_fail/T2688.stderr           |    6 +-
 tests/typecheck/should_fail/T3540.stderr           |    5 +-
 tests/typecheck/should_fail/T5236.stderr           |   16 +-
 tests/typecheck/should_fail/tcfail006.stderr       |    6 +-
 tests/typecheck/should_fail/tcfail007.stderr       |    5 +-
 tests/typecheck/should_fail/tcfail010.stderr       |    6 +-
 tests/typecheck/should_fail/tcfail015.stderr       |   11 +-
 tests/typecheck/should_fail/tcfail040.stderr       |    4 +-
 tests/typecheck/should_fail/tcfail065.stderr       |    6 +-
 tests/typecheck/should_fail/tcfail068.stderr       |   16 +-
 tests/typecheck/should_fail/tcfail102.stderr       |    5 +-
 tests/typecheck/should_fail/tcfail103.stderr       |    6 +-
 tests/typecheck/should_fail/tcfail110.stderr       |    2 +-
 tests/typecheck/should_fail/tcfail131.stderr       |    4 +-
 tests/typecheck/should_fail/tcfail132.stderr       |    4 +-
 tests/typecheck/should_fail/tcfail143.stderr       |   11 ++
 tests/typecheck/should_fail/tcfail162.stderr       |    2 +-
 tests/typecheck/should_fail/tcfail179.stderr       |    8 +-
 tests/typecheck/should_fail/tcfail192.stderr       |    7 +-
 tests/typecheck/should_fail/tcfail201.stderr       |   12 +-
 tests/typecheck/should_fail/tcfail206.stderr       |    5 +-
 tests/typecheck/should_fail/tcfail212.stderr       |   12 +-
 118 files changed, 912 insertions(+), 319 deletions(-)



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to