summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2017-03-25 12:28:59 -0400
committerBen Gamari <ben@smart-cactus.org>2017-03-26 19:28:30 -0400
commit140a2d1c463bd314c9afbeb8d60e739163ce576a (patch)
tree3bf6005127e020b6c1525516230258c996e8fe7c /testsuite/tests/codeGen
parent23da02b1584a5f1b083185d479807ba0ec6eccfe (diff)
downloadhaskell-140a2d1c463bd314c9afbeb8d60e739163ce576a.tar.gz
testsuite: Mark T12622 as broken in ghci way
See #13481.
Diffstat (limited to 'testsuite/tests/codeGen')
-rw-r--r--testsuite/tests/codeGen/should_run/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/codeGen/should_run/all.T b/testsuite/tests/codeGen/should_run/all.T
index ffe4b64cbe..9f334cf298 100644
--- a/testsuite/tests/codeGen/should_run/all.T
+++ b/testsuite/tests/codeGen/should_run/all.T
@@ -148,7 +148,7 @@ test('PopCnt', omit_ways(['ghci']), multi_compile_and_run,
['PopCnt', [('PopCnt_cmm.cmm', '')], ''])
test('T12059', normal, compile_and_run, [''])
test('T12433', normal, compile_and_run, [''])
-test('T12622', normal, multimod_compile_and_run, ['T12622', '-O'])
+test('T12622', expect_broken_for(13481, ['ghci']), multimod_compile_and_run, ['T12622', '-O'])
test('T12757', normal, compile_and_run, [''])
test('T12855', normal, compile_and_run, [''])
test('T9577', [ unless(arch('x86_64') or arch('i386'),skip),