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 6108d95a)
Showing
- testsuite/tests/rts/LinkerUnload.hs 20 additions, 0 deletionstestsuite/tests/rts/LinkerUnload.hs
- testsuite/tests/rts/Makefile 2 additions, 19 deletionstestsuite/tests/rts/Makefile
- testsuite/tests/rts/linker_unload.c 4 additions, 31 deletionstestsuite/tests/rts/linker_unload.c
- testsuite/tests/rts/linker_unload.stdout 3 additions, 1 deletiontestsuite/tests/rts/linker_unload.stdout
testsuite/tests/rts/LinkerUnload.hs
0 → 100644
This diff is collapsed.
Please register or sign in to comment