[commit: ghc] master: Testsuite: delete remaining only_compiler_types(['ghc']) setups (322ae32)
git at git.haskell.org
git at git.haskell.org
Tue Jul 14 08:25:07 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/322ae32f56e68adea8db3d3d7c078298b335d7da/ghc
>---------------------------------------------------------------
commit 322ae32f56e68adea8db3d3d7c078298b335d7da
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date: Mon Jul 13 12:18:10 2015 +0200
Testsuite: delete remaining only_compiler_types(['ghc']) setups
No point in pretending other compilers can use the GHC testsuite. This
makes the *.T files a bit shorter.
>---------------------------------------------------------------
322ae32f56e68adea8db3d3d7c078298b335d7da
libraries/base/tests/Concurrent/all.T | 2 -
libraries/base/tests/IO/all.T | 2 +-
testsuite/config/ghc | 1 -
testsuite/driver/testglobals.py | 3 -
testsuite/driver/testlib.py | 43 ++++--------
testsuite/tests/arrows/should_compile/all.T | 2 -
testsuite/tests/arrows/should_fail/all.T | 2 -
testsuite/tests/arrows/should_run/all.T | 2 -
testsuite/tests/cabal/all.T | 2 -
testsuite/tests/cabal/cabal01/all.T | 2 -
testsuite/tests/cabal/cabal04/all.T | 2 -
testsuite/tests/codeGen/should_compile/all.T | 2 +-
testsuite/tests/codeGen/should_run/all.T | 14 ++--
testsuite/tests/concurrent/should_run/all.T | 78 +++++++++-------------
testsuite/tests/deSugar/should_compile/all.T | 6 +-
testsuite/tests/deriving/should_run/all.T | 2 +-
testsuite/tests/driver/T9562/all.T | 2 -
testsuite/tests/driver/all.T | 2 -
testsuite/tests/driver/dynamicToo/all.T | 1 -
.../tests/driver/dynamicToo/dynamicToo001/test.T | 1 -
.../tests/driver/dynamicToo/dynamicToo002/test.T | 1 -
.../tests/driver/dynamicToo/dynamicToo004/test.T | 3 +-
testsuite/tests/ffi/should_fail/all.T | 13 ++--
testsuite/tests/ffi/should_run/all.T | 3 +-
testsuite/tests/gadt/all.T | 2 -
testsuite/tests/generics/GEq/test.T | 2 -
testsuite/tests/generics/GFunctor/test.T | 2 -
testsuite/tests/generics/GMap/test.T | 2 -
testsuite/tests/generics/GShow/test.T | 2 -
testsuite/tests/generics/Uniplate/test.T | 2 -
testsuite/tests/generics/all.T | 2 -
testsuite/tests/ghci/prog004/prog004.T | 2 -
testsuite/tests/hpc/all.T | 4 +-
testsuite/tests/indexed-types/should_compile/all.T | 1 -
testsuite/tests/indexed-types/should_fail/all.T | 1 -
testsuite/tests/indexed-types/should_run/all.T | 1 -
testsuite/tests/layout/all.T | 25 +++----
testsuite/tests/mdo/should_compile/all.T | 4 +-
testsuite/tests/module/base01/all.T | 2 -
testsuite/tests/module/mod175/all.T | 2 -
testsuite/tests/numeric/should_run/all.T | 7 +-
testsuite/tests/package/all.T | 2 -
testsuite/tests/partial-sigs/should_fail/all.T | 2 +-
testsuite/tests/polykinds/all.T | 2 -
testsuite/tests/primops/should_compile/all.T | 2 +-
testsuite/tests/programs/cvh_unboxing/test.T | 2 -
.../tests/programs/thurston-modular-arith/test.T | 2 +-
testsuite/tests/quasiquotation/T4491/test.T | 1 -
testsuite/tests/quasiquotation/all.T | 8 +--
testsuite/tests/quasiquotation/qq001/test.T | 3 +-
testsuite/tests/quasiquotation/qq002/test.T | 3 +-
testsuite/tests/quasiquotation/qq003/test.T | 3 +-
testsuite/tests/quasiquotation/qq004/test.T | 3 +-
testsuite/tests/quasiquotation/qq005/test.T | 1 -
testsuite/tests/quasiquotation/qq006/test.T | 2 +-
testsuite/tests/quasiquotation/qq007/test.T | 2 +-
testsuite/tests/quasiquotation/qq008/test.T | 2 +-
testsuite/tests/rebindable/all.T | 1 -
testsuite/tests/rename/prog005/test.T | 2 +-
testsuite/tests/rename/should_compile/T3103/test.T | 3 +-
testsuite/tests/rename/should_compile/all.T | 16 ++---
testsuite/tests/simplCore/should_compile/all.T | 2 +-
testsuite/tests/th/all.T | 1 -
testsuite/tests/typecheck/prog002/test.T | 2 -
testsuite/tests/typecheck/should_compile/all.T | 44 ++++++------
testsuite/tests/typecheck/should_fail/all.T | 22 +++---
testsuite/tests/typecheck/should_run/all.T | 42 +++++-------
67 files changed, 154 insertions(+), 275 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 322ae32f56e68adea8db3d3d7c078298b335d7da
More information about the ghc-commits
mailing list