[commit: testsuite] master: Mark type-rep as broken until #5869 is fixed (7baefa8)
git at git.haskell.org
git at git.haskell.org
Mon Dec 2 13:33:40 UTC 2013
Repository : ssh://git@git.haskell.org/testsuite
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/7baefa874d858ec1dd8f875a46eb4be5a732875e/testsuite
>---------------------------------------------------------------
commit 7baefa874d858ec1dd8f875a46eb4be5a732875e
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Mon Dec 2 13:06:29 2013 +0000
Mark type-rep as broken until #5869 is fixed
>---------------------------------------------------------------
7baefa874d858ec1dd8f875a46eb4be5a732875e
tests/gadt/all.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/gadt/all.T b/tests/gadt/all.T
index d23d1fc..814b3e2 100644
--- a/tests/gadt/all.T
+++ b/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), compile_and_run, [''])
+test('type-rep', [ when(fast(), skip), 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