[commit: testsuite] master: linker_unload is now passing (#8192) (1bb8a2e)

git at git.haskell.org git at git.haskell.org
Mon Sep 23 11:59:11 CEST 2013


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/1bb8a2ed8ddf59331e8a5444866f3cc122b0db28/testsuite

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

commit 1bb8a2ed8ddf59331e8a5444866f3cc122b0db28
Author: Simon Marlow <marlowsd at gmail.com>
Date:   Sun Sep 22 16:49:07 2013 +0100

    linker_unload is now passing (#8192)


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

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

diff --git a/tests/rts/all.T b/tests/rts/all.T
index 785ac07..09a58cb 100644
--- a/tests/rts/all.T
+++ b/tests/rts/all.T
@@ -190,7 +190,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)), expect_broken(8291) ],
+     [ extra_clean(['Test.o','Test.hi', 'linker_unload']), when(opsys('mingw32'), expect_broken(8292)) ],
      run_command,
      ['$MAKE -s --no-print-directory linker_unload'])
 




More information about the ghc-commits mailing list