[commit: testsuite] master: Merge branch 'master' of http://darcs.haskell.org/testsuite (729d098)
Simon Peyton Jones
simonpj at microsoft.com
Fri Feb 8 18:31:23 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/729d0980e1ff1ff810ee89b2bd7cb3fb5914e7b2
>---------------------------------------------------------------
commit 729d0980e1ff1ff810ee89b2bd7cb3fb5914e7b2
Merge: 683605d... 9cbf193...
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Fri Feb 8 12:34:14 2013 +0000
Merge branch 'master' of http://darcs.haskell.org/testsuite
driver/runtests.py | 7 +-
driver/testglobals.py | 11 -
driver/testlib.py | 363 +++++++++++---------
tests/annotations/should_run/all.T | 2 +-
tests/cabal/all.T | 6 +-
tests/cabal/cabal01/all.T | 5 +-
tests/codeGen/should_run/all.T | 4 +-
tests/codeGen/should_run/cgrun055.hs | 2 +-
tests/concurrent/should_run/all.T | 4 +-
tests/cpranal/should_compile/all.T | 2 +-
tests/deSugar/should_compile/all.T | 2 +-
tests/dph/classes/dph-classes.T | 3 +-
tests/dph/nbody/dph-nbody.T | 4 +-
tests/dph/quickhull/dph-quickhull.T | 4 +-
tests/dph/words/WordsVect.hs | 2 +
tests/driver/Makefile | 3 +-
tests/driver/dynamicToo/all.T | 1 +
tests/ffi/should_compile/all.T | 2 +-
tests/ffi/should_run/all.T | 12 +-
tests/gadt/gadt-escape1.hs | 2 +-
tests/ghci/linking/all.T | 8 +-
tests/ghci/prog004/prog004.T | 2 +-
tests/ghci/scripts/Makefile | 5 +
tests/ghci/scripts/T6106.script | 2 +-
tests/ghci/scripts/T6106_preproc.hs | 17 +
tests/ghci/scripts/T6106_preproc.sh | 7 -
tests/ghci/scripts/all.T | 10 +-
tests/ghci/should_run/all.T | 2 +-
.../haddockSimplUtilsBug.hs | 2 +-
tests/llvm/should_compile/all.T | 4 +-
tests/parser/should_fail/T984.hs | 9 +
tests/parser/should_fail/T984.stderr | 4 +
tests/parser/should_fail/all.T | 1 +
tests/parser/should_fail/readFail007.stderr | 4 +-
tests/perf/compiler/all.T | 134 ++++----
tests/perf/haddock/all.T | 45 ++--
tests/perf/should_run/all.T | 223 +++++-------
tests/perf/space_leaks/all.T | 20 +-
tests/plugins/all.T | 2 +-
tests/programs/okeefe_neural/test.T | 2 +-
tests/rts/Makefile | 7 +-
tests/rts/T7037_main.c | 5 +-
tests/rts/T7636.hs | 13 +
tests/rts/T7636.stderr | 1 +
tests/rts/all.T | 17 +-
tests/safeHaskell/check/all.T | 2 +-
tests/safeHaskell/check/pkg01/all.T | 6 +-
tests/safeHaskell/flags/all.T | 2 +-
tests/safeHaskell/ghci/all.T | 6 +-
tests/safeHaskell/safeInfered/all.T | 2 +-
tests/safeHaskell/safeLanguage/all.T | 2 +-
tests/safeHaskell/unsafeLibs/all.T | 2 +-
tests/simplCore/should_run/all.T | 2 +-
tests/simplCore/should_run/simplrun004.hs | 2 +-
tests/th/T1849.script | 10 +
tests/th/T1849.stdout | 6 +
tests/th/T2222.hs | 36 ++
tests/th/T2222.stderr | 5 +
tests/th/TH_spliceViewPat/test.T | 2 +-
tests/th/all.T | 4 +-
tests/typecheck/should_compile/all.T | 2 +-
tests/typecheck/should_compile/tc167.hs | 2 +-
tests/typecheck/should_fail/tcfail032.hs | 2 +-
tests/typecheck/should_fail/tcfail132.hs | 2 +-
tests/typecheck/should_fail/tcfail181.hs | 2 +-
tests/typecheck/should_run/all.T | 2 +-
timeout/timeout.py | 85 +++--
67 files changed, 638 insertions(+), 535 deletions(-)
More information about the ghc-commits
mailing list