[commit: ghc] ghc-7.10: Make the linker_unload test less fragile (7f9704f)

git at git.haskell.org git at git.haskell.org
Fri Jan 23 12:55:58 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : ghc-7.10
Link       : http://ghc.haskell.org/trac/ghc/changeset/7f9704f49525e0e0ec556f5d003914e66b11e437/ghc

>---------------------------------------------------------------

commit 7f9704f49525e0e0ec556f5d003914e66b11e437
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.
    
    (cherry picked from commit 6108d95a73f93d486223064ad72bf6bedc116cbd)


>---------------------------------------------------------------

7f9704f49525e0e0ec556f5d003914e66b11e437
 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 7f9704f49525e0e0ec556f5d003914e66b11e437


More information about the ghc-commits mailing list