[commit: ghc] master: Mark T8743 as passing (1bb1ff2)

git at git.haskell.org git at git.haskell.org
Wed Apr 22 09:08:00 UTC 2015


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

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

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

commit 1bb1ff2253a7f235f7ef45b06321b104c0365d99
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Wed Apr 22 11:07:37 2015 +0200

    Mark T8743 as passing
    
    as Simons recent commit 9b9fc4c732baab126b057b4031bebcbd67d6e348 fixed
    this.


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

1bb1ff2253a7f235f7ef45b06321b104c0365d99
 testsuite/tests/stranal/should_compile/all.T | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/stranal/should_compile/all.T b/testsuite/tests/stranal/should_compile/all.T
index eae3ba0..35f22a1 100644
--- a/testsuite/tests/stranal/should_compile/all.T
+++ b/testsuite/tests/stranal/should_compile/all.T
@@ -18,7 +18,7 @@ test('newtype', req_profiling, compile, ['-prof -auto-all'])
 test('T1988', normal, compile, [''])
 test('T8467', normal, compile, [''])
 test('T8037', normal, compile, [''])
-test('T8743', [ extra_clean(['T8743.o-boot', 'T8743.hi-boot']), expect_broken(10182) ], multimod_compile, ['T8743', '-v0'])
+test('T8743', extra_clean(['T8743.o-boot', 'T8743.hi-boot']), multimod_compile, ['T8743', '-v0'])
 
 test('T9208', when(compiler_debugged(), expect_broken(9208)), compile, [''])
 # T9208 fails (and should do so) if you have assertion checking on in the compiler



More information about the ghc-commits mailing list