[commit: ghc] master: type-rep is only broken when debugging is on (61395b5)

git at git.haskell.org git at git.haskell.org
Thu Jan 16 09:24:15 UTC 2014


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

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

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

commit 61395b59191284a2cc249e614bbba993c16ef8c5
Author: Joachim Breitner <breitner at kit.edu>
Date:   Thu Jan 16 10:22:04 2014 +0100

    type-rep is only broken when debugging is on
    
    in which case it is a wontfix (see #8569)


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

61395b59191284a2cc249e614bbba993c16ef8c5
 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 814b3e2..9192891 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), expect_broken_for(8569, ['hpc','optasm','threaded2','dyn','optllvm']) ] , compile_and_run, [''])
+test('type-rep', [ when(fast(), skip), when(compiler_debugged(),expect_broken_for(8569, ['hpc','optasm','threaded2','dyn','optllvm'])) ] , 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