[commit: ghc] master: linker_unload working on Windows, fixes #8292. (7db2dec)

git at git.haskell.org git at git.haskell.org
Sun May 31 06:14:05 UTC 2015


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/7db2dec2cf4fae68f7bb490d7c7780288350b597/ghc

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

commit 7db2dec2cf4fae68f7bb490d7c7780288350b597
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Sat May 30 22:15:39 2015 -0700

    linker_unload working on Windows, fixes #8292.
    
    Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>


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

7db2dec2cf4fae68f7bb490d7c7780288350b597
 testsuite/tests/rts/all.T | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/rts/all.T b/testsuite/tests/rts/all.T
index d823c2b..914603d 100644
--- a/testsuite/tests/rts/all.T
+++ b/testsuite/tests/rts/all.T
@@ -217,7 +217,7 @@ test('T7919', [extra_clean(['T7919A.o','T7919A.hi',
 test('T8035', normal, compile_and_run, [''])
 
 test('linker_unload',
-     [ extra_clean(['Test.o','Test.hi', 'linker_unload']), when(opsys('mingw32'), expect_broken(8292)) ],
+     [ extra_clean(['Test.o','Test.hi', 'linker_unload']) ],
      run_command,
      ['$MAKE -s --no-print-directory linker_unload'])
 



More information about the ghc-commits mailing list