[commit: ghc] master: Remove unneeded reqlibs for mtl and parsec in the GHC testsuite (0385347)
git at git.haskell.org
git at git.haskell.org
Thu Aug 17 20:43:39 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/038534755b1040470453e82531d698a952d4dd05/ghc
>---------------------------------------------------------------
commit 038534755b1040470453e82531d698a952d4dd05
Author: Ryan Scott <ryan.gl.scott at gmail.com>
Date: Thu Aug 17 10:31:26 2017 -0400
Remove unneeded reqlibs for mtl and parsec in the GHC testsuite
Now that `mtl` and `parsec` are boot libraries, there's no need to
qualify various tests in the testsuite with `reqlib('mtl')` or
`reqlib('parsec')`.
Test Plan: make test TEST="T4809 tcfail126 T4355 tc232 tc223 tc220
tc217 tc183 T5303 DoParamM qq005 qq006 galois_raytrace T1074 mod133
T3787 T4316 prog011 drvfail006 drvfail008"
Reviewers: bgamari, austin
Subscribers: rwbarton, thomie
Differential Revision: https://phabricator.haskell.org/D3855
>---------------------------------------------------------------
038534755b1040470453e82531d698a952d4dd05
testsuite/tests/deriving/should_fail/all.T | 4 ++--
testsuite/tests/ghci/prog011/prog011.T | 2 +-
testsuite/tests/ghci/scripts/all.T | 2 +-
testsuite/tests/indexed-types/should_compile/all.T | 2 +-
testsuite/tests/module/all.T | 4 ++--
testsuite/tests/programs/galois_raytrace/test.T | 2 +-
testsuite/tests/quasiquotation/qq005/test.T | 1 -
testsuite/tests/quasiquotation/qq006/test.T | 2 +-
testsuite/tests/rebindable/all.T | 2 +-
testsuite/tests/simplCore/should_compile/all.T | 2 +-
testsuite/tests/typecheck/should_compile/all.T | 12 ++++++------
testsuite/tests/typecheck/should_fail/all.T | 2 +-
testsuite/tests/typecheck/should_run/all.T | 2 +-
13 files changed, 19 insertions(+), 20 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 038534755b1040470453e82531d698a952d4dd05
More information about the ghc-commits
mailing list