summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-01-28 16:58:15 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-02-07 01:55:43 -0500
commitaad05fb3b36b93b919622f8a6dc032109d040d16 (patch)
treeed3aacfbe7a5a63aa80ba7b2bbbaf9114bf4d270
parent71d5ab07fe413fb0d9b04b6b55abc6055c1f0a2e (diff)
downloadhaskell-aad05fb3b36b93b919622f8a6dc032109d040d16.tar.gz
testsuite: Mark T5515 as broken with debugged compiler
As noted in #16251.
-rw-r--r--testsuite/tests/indexed-types/should_fail/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/indexed-types/should_fail/all.T b/testsuite/tests/indexed-types/should_fail/all.T
index 4e29910c21..8aef2e7673 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, [''])