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

On branch  : master

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

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

commit d42525a4666dcab1c7e354451e2dda48b42bb66a
Merge: deea579... 25260e4...
Author: Simon Peyton Jones <[email protected]>
Date:   Tue Aug 28 13:38:20 2012 +0100

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

 tests/cabal/cabal04/Makefile                       |    5 +++-
 tests/codeGen/should_run/T7163.hs                  |   10 +++++++
 tests/codeGen/should_run/T7163.stdout              |    1 +
 tests/codeGen/should_run/all.T                     |    1 +
 tests/concurrent/should_run/conc023.hs             |   13 ++++-----
 tests/driver/recomp005/recomp005.stderr            |    4 +++
 tests/dynlibs/Makefile                             |    2 +-
 tests/ffi/should_run/7170.hs                       |   21 +++++++++++++++
 tests/ffi/should_run/7170.stderr                   |    1 +
 tests/ffi/should_run/7170.stdout                   |    1 +
 tests/ffi/should_run/all.T                         |    1 +
 tests/ghci/scripts/ghci024.stderr                  |    1 -
 tests/perf/compiler/all.T                          |    7 +++--
 tests/perf/haddock/all.T                           |    6 +++-
 tests/plugins/Makefile                             |    4 +-
 tests/polykinds/T7090.hs                           |   26 +++++++++++++++++++
 tests/polykinds/all.T                              |    4 ++-
 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/all.T                  |    5 +++
 tests/rename/should_compile/dodgy.hs               |    4 +++
 tests/rename/should_fail/T7164.hs                  |    8 ++++++
 tests/rename/should_fail/T7164.stderr              |    5 +++
 tests/rename/should_fail/all.T                     |    2 +-
 tests/rename/should_fail/rnfail038.hs              |    4 ---
 tests/rename/should_fail/rnfail038.stderr          |    2 -
 tests/rename/should_fail/rnfail038.stderr-hugs     |    1 -
 tests/rts/Makefile                                 |    3 ++
 tests/rts/T7040.hs                                 |    9 ++++++
 tests/rts/T7040.stdout                             |    2 +
 tests/rts/T7040_c.c                                |   11 ++++++++
 tests/rts/T7040_c.h                                |    2 +
 tests/rts/T7040_ghci.hs                            |    9 ++++++
 tests/rts/T7040_ghci.stdout                        |    2 +
 tests/rts/T7040_ghci_c.c                           |   11 ++++++++
 tests/rts/T7160.hs                                 |   27 ++++++++++++++++++++
 tests/rts/T7160.stderr                             |    6 ++++
 tests/rts/all.T                                    |    9 ++++++
 tests/safeHaskell/check/Check09.hs                 |    1 +
 tests/safeHaskell/check/Check09.stderr             |    4 +++
 tests/safeHaskell/check/Check10.hs                 |    1 +
 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             |   12 ++++++++-
 tests/safeHaskell/check/pkg01/all.T                |   18 +++++++++++--
 tests/safeHaskell/check/pkg01/p.cabal              |    5 +++-
 tests/safeHaskell/check/pkg01/safePkg01.stdout     |   15 +++++++++++
 tests/safeHaskell/ghci/all.T                       |    2 +
 tests/safeHaskell/ghci/p12.stderr                  |    1 +
 tests/safeHaskell/ghci/p17.stderr                  |    1 +
 tests/safeHaskell/ghci/p18.script                  |   10 +++++++
 .../ann01.stderr => safeHaskell/ghci/p18.stderr}   |    0 
 tests/safeHaskell/ghci/p18.stdout                  |    7 +++++
 tests/safeHaskell/ghci/p3.stderr                   |    3 +-
 tests/simplCore/should_compile/Makefile            |    5 +++
 tests/simplCore/should_compile/T7165.hs            |    5 +++
 tests/simplCore/should_compile/T7165a.hs           |    8 ++++++
 tests/simplCore/should_compile/all.T               |    5 +++
 tests/simplCore/should_run/T7101.hs                |   14 ++++++++++
 .../should_run/T7101.stdout}                       |    0 
 tests/simplCore/should_run/all.T                   |    2 +-
 74 files changed, 423 insertions(+), 33 deletions(-)



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

Reply via email to