[commit: ghc] wip/marge_bot_batch_merge_job: testsuite: Mark T5515 as broken with debugged compiler (aad05fb)
git at git.haskell.org
git at git.haskell.org
Thu Feb 7 17:11:41 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/aad05fb3b36b93b919622f8a6dc032109d040d16/ghc
>---------------------------------------------------------------
commit aad05fb3b36b93b919622f8a6dc032109d040d16
Author: Ben Gamari <ben at smart-cactus.org>
Date: Mon Jan 28 16:58:15 2019 -0500
testsuite: Mark T5515 as broken with debugged compiler
As noted in #16251.
>---------------------------------------------------------------
aad05fb3b36b93b919622f8a6dc032109d040d16
testsuite/tests/indexed-types/should_fail/all.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/indexed-types/should_fail/all.T b/testsuite/tests/indexed-types/should_fail/all.T
index 4e29910..8aef2e7 100644
--- a/testsuite/tests/indexed-types/should_fail/all.T
+++ b/testsuite/tests/indexed-types/should_fail/all.T
@@ -69,7 +69,7 @@ test('T2664a', normal, compile, [''])
test('T2544', normal, compile_fail, [''])
test('T1897b', normal, compile_fail, [''])
test('T5439', normal, compile_fail, [''])
-test('T5515', normal, compile_fail, [''])
+test('T5515', when(compiler_debugged(), expect_broken(16251)), compile_fail, [''])
test('T5934', normal, compile_fail, [''])
test('T6123', normal, compile_fail, [''])
test('ExtraTcsUntch', normal, compile_fail, [''])
More information about the ghc-commits
mailing list