[commit: ghc] master: Comment the expect_broken for Trac #9208 (8a0aa19)
git at git.haskell.org
git at git.haskell.org
Tue Jun 24 12:25:04 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/8a0aa198f78cac1ca8d0695bd711778e8ad086aa/ghc
>---------------------------------------------------------------
commit 8a0aa198f78cac1ca8d0695bd711778e8ad086aa
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Mon Jun 23 17:37:56 2014 +0100
Comment the expect_broken for Trac #9208
>---------------------------------------------------------------
8a0aa198f78cac1ca8d0695bd711778e8ad086aa
testsuite/tests/stranal/should_compile/all.T | 3 +++
1 file changed, 3 insertions(+)
diff --git a/testsuite/tests/stranal/should_compile/all.T b/testsuite/tests/stranal/should_compile/all.T
index 3a9a35d..184ff1e 100644
--- a/testsuite/tests/stranal/should_compile/all.T
+++ b/testsuite/tests/stranal/should_compile/all.T
@@ -19,4 +19,7 @@ test('T1988', normal, compile, [''])
test('T8467', normal, compile, [''])
test('T8037', normal, compile, [''])
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
+# Hence the above expect_broken. See comments in the Trac ticket
\ No newline at end of file
More information about the ghc-commits
mailing list