[commit: ghc] master: Make the linker_unload test less fragile (6108d95)
git at git.haskell.org
git at git.haskell.org
Tue Jan 20 12:38:12 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/6108d95a73f93d486223064ad72bf6bedc116cbd/ghc
>---------------------------------------------------------------
commit 6108d95a73f93d486223064ad72bf6bedc116cbd
Author: Simon Marlow <smarlow at fb.com>
Date: Tue Jan 20 03:59:25 2015 -0800
Make the linker_unload test less fragile
Summary:
Now it invokes the GHC API to load packages, rather than trying to do it
manually. This should fix most of the issues we've had with this test,
and might make it work on Windows too.
>---------------------------------------------------------------
6108d95a73f93d486223064ad72bf6bedc116cbd
testsuite/tests/rts/LinkerUnload.hs | 20 ++++++++++++++++++
testsuite/tests/rts/Makefile | 21 ++-----------------
testsuite/tests/rts/linker_unload.c | 35 ++++----------------------------
testsuite/tests/rts/linker_unload.stdout | 4 +++-
4 files changed, 29 insertions(+), 51 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 6108d95a73f93d486223064ad72bf6bedc116cbd
More information about the ghc-commits
mailing list