[commit: ghc] wip/marge_bot_batch_merge_job: testsuite: Mark T11334b as broken in debugged compiler (606db8c)
git at git.haskell.org
git at git.haskell.org
Thu Feb 7 17:11:32 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/marge_bot_batch_merge_job
Link : http://ghc.haskell.org/trac/ghc/changeset/606db8c2580d40157e0aa6a9352b3d2e18ab6bc6/ghc
>---------------------------------------------------------------
commit 606db8c2580d40157e0aa6a9352b3d2e18ab6bc6
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Dec 30 13:28:07 2018 -0500
testsuite: Mark T11334b as broken in debugged compiler
As noted in #16112.
>---------------------------------------------------------------
606db8c2580d40157e0aa6a9352b3d2e18ab6bc6
testsuite/tests/dependent/should_fail/all.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/dependent/should_fail/all.T b/testsuite/tests/dependent/should_fail/all.T
index f127220..a75886e 100644
--- a/testsuite/tests/dependent/should_fail/all.T
+++ b/testsuite/tests/dependent/should_fail/all.T
@@ -9,7 +9,7 @@ test('SelfDep', normal, compile_fail, [''])
test('BadTelescope4', normal, compile_fail, [''])
test('RenamingStar', normal, compile_fail, [''])
test('T11407', normal, compile_fail, [''])
-test('T11334b', normal, compile_fail, [''])
+test('T11334b', when(compiler_debugged(), expect_broken(16112)), compile_fail, [''])
test('T11473', normal, compile_fail, [''])
test('T11471', normal, compile_fail, [''])
test('T12174', normal, compile_fail, [''])
More information about the ghc-commits
mailing list