[commit: ghc] master: Fix plugin tests requirements (01c3d00)
git at git.haskell.org
git at git.haskell.org
Mon Oct 15 21:43:37 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/01c3d00a4ef49c3f7310402d8d635f69cbf9ee64/ghc
>---------------------------------------------------------------
commit 01c3d00a4ef49c3f7310402d8d635f69cbf9ee64
Author: Tamar Christina <tamar at zhox.com>
Date: Mon Oct 15 13:23:51 2018 -0400
Fix plugin tests requirements
Unfortunately the implementation has confused the ability to make
dynamic libraries with dynamic way.
This constraint is only true for systems that require `-fPIC` for
shared libraries.
Since the implementation has this implicit assumption, mark the tests
as requiring dynway.
Test Plan: ./validate
Reviewers: bgamari
Reviewed By: bgamari
Subscribers: simonpj, rwbarton, carter
Differential Revision: https://phabricator.haskell.org/D5174
>---------------------------------------------------------------
01c3d00a4ef49c3f7310402d8d635f69cbf9ee64
testsuite/config/ghc | 21 ++++++++++++++--
testsuite/tests/plugins/all.T | 34 +++++++++++++++++++++++---
testsuite/tests/simplCore/should_compile/all.T | 1 +
3 files changed, 50 insertions(+), 6 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 01c3d00a4ef49c3f7310402d8d635f69cbf9ee64
More information about the ghc-commits
mailing list