summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2018-12-30 13:32:50 -0500
committerBen Gamari <ben@smart-cactus.org>2018-12-30 13:34:39 -0500
commitda0062cae1b2814ab59b3e2acaca1c3fc1bda3e1 (patch)
tree057b9f00bbf4b7955a71ad57ef7e477792d019f8
parent2c45c08613f317be75842980220b1ab569f1c313 (diff)
downloadhaskell-wip/devel2-ci.tar.gz
testsuite: Mark T14740 and tcfail159 as broken in debugged compilerwip/devel2-ci
As noted in #16113, these trigger an assertion in isUnliftedRuntimeRep.
-rw-r--r--testsuite/tests/parser/should_fail/all.T2
-rw-r--r--testsuite/tests/typecheck/should_fail/all.T2
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/parser/should_fail/all.T b/testsuite/tests/parser/should_fail/all.T
index f1f5122c5a..ce67d20fcb 100644
--- a/testsuite/tests/parser/should_fail/all.T
+++ b/testsuite/tests/parser/should_fail/all.T
@@ -114,7 +114,7 @@ test('T12610', normal, compile_fail, [''])
test('T13450', normal, compile_fail, [''])
test('T13450TH', normal, compile_fail, [''])
test('T14588', normal, compile_fail, [''])
-test('T14740', normal, compile_fail, [''])
+test('T14740', when(compiler_debugged(), expect_broken(16113)), compile_fail, [''])
test('T15209', normal, compile_fail, [''])
test('NoNumericUnderscores0', normal, compile_fail, [''])
diff --git a/testsuite/tests/typecheck/should_fail/all.T b/testsuite/tests/typecheck/should_fail/all.T
index f0afa0d3a9..27e971fb59 100644
--- a/testsuite/tests/typecheck/should_fail/all.T
+++ b/testsuite/tests/typecheck/should_fail/all.T
@@ -143,7 +143,7 @@ test('tcfail156', normal, compile_fail, [''])
test('tcfail157', normal, compile_fail, [''])
# Skip tcfail158 until Trac ticket #15899 fixes the broken test
test('tcfail158', skip, compile_fail, [''])
-test('tcfail159', normal, compile_fail, [''])
+test('tcfail159', when(debugged_compiler(), expect_broken(16113)), compile_fail, [''])
test('tcfail160', normal, compile_fail, [''])
test('tcfail161', normal, compile_fail, [''])
test('tcfail162', normal, compile_fail, [''])