[commit: ghc] master: Mark type-rep not as expect_broken when debugged (f4904fb)

git at git.haskell.org git at git.haskell.org
Wed Aug 6 20:30:52 UTC 2014


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

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

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

commit f4904fbffe7e17f29ad4d79b0b619eed45e1eba9
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Wed Aug 6 22:29:41 2014 +0200

    Mark type-rep not as expect_broken when debugged
    
    Thanks to slyfox for noticing this reregression.


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

f4904fbffe7e17f29ad4d79b0b619eed45e1eba9
 testsuite/tests/gadt/all.T | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/gadt/all.T b/testsuite/tests/gadt/all.T
index 4a42bb7..315ecb6 100644
--- a/testsuite/tests/gadt/all.T
+++ b/testsuite/tests/gadt/all.T
@@ -40,7 +40,7 @@ test('gadt23',
 test('gadt24', normal, compile, [''])
 
 test('red-black', normal, compile, [''])
-test('type-rep', [ when(fast(), skip), when(compiler_debugged(),expect_broken_for(8569, ['hpc','optasm','threaded2','dyn','optllvm'])) ] , compile_and_run, [''])
+test('type-rep', when(fast(), skip), compile_and_run, [''])
 test('equal', normal, compile, [''])
 test('nbe', normal, compile, [''])
 test('while', normal, compile_and_run, [''])



More information about the ghc-commits mailing list