[commit: ghc] master: Testsuite: delete compiler_lt/le/gt/ge setup functions (6f25fb3)
git at git.haskell.org
git at git.haskell.org
Wed Feb 17 14:03:28 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/6f25fb32d16f716c8e0da4ba950f2ff90b272108/ghc
>---------------------------------------------------------------
commit 6f25fb32d16f716c8e0da4ba950f2ff90b272108
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date: Tue Feb 16 14:17:35 2016 +0100
Testsuite: delete compiler_lt/le/gt/ge setup functions
Since we're not consisently keeping track of which tests should pass
with which compiler versions, there is no point in keeping these
functions.
Update submodules containers, hpc and stm.
>---------------------------------------------------------------
6f25fb32d16f716c8e0da4ba950f2ff90b272108
libraries/containers | 2 +-
libraries/hpc | 2 +-
libraries/stm | 2 +-
testsuite/driver/testlib.py | 20 --------------------
testsuite/tests/codeGen/should_run/all.T | 5 +----
testsuite/tests/deSugar/should_run/all.T | 9 +++------
testsuite/tests/ghc-api/show-srcspan/all.T | 0
testsuite/tests/ghci.debugger/scripts/all.T | 2 +-
testsuite/tests/ghci/should_fail/all.T | 0
testsuite/tests/indexed-types/should_run/all.T | 0
testsuite/tests/parser/should_compile/all.T | 4 ++--
testsuite/tests/parser/should_fail/all.T | 4 ++--
testsuite/tests/parser/should_run/all.T | 6 +++---
testsuite/tests/partial-sigs/should_fail/all.T | 0
testsuite/tests/plugins/all.T | 1 -
testsuite/tests/pmcheck/should_compile/all.T | 0
testsuite/tests/rebindable/all.T | 0
testsuite/tests/rename/should_fail/all.T | 9 +++------
testsuite/tests/rts/all.T | 10 ++--------
testsuite/tests/simplCore/should_fail/all.T | 0
testsuite/tests/th/all.T | 9 ++-------
testsuite/tests/typecheck/should_compile/all.T | 8 ++++----
testsuite/tests/typecheck/should_fail/all.T | 21 +++++++++------------
testsuite/tests/typecheck/should_run/all.T | 4 ++--
24 files changed, 37 insertions(+), 81 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 6f25fb32d16f716c8e0da4ba950f2ff90b272108
More information about the ghc-commits
mailing list