summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-12-09 14:57:23 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-12-17 07:24:40 -0500
commit8148ff06d13edc99e6b00c45554f61279cfdee2d (patch)
treeb8f8685d8fbfe9f05388b21b73a1120e5f0bc72a
parentf82791382806dcaa0ea2241d97b17e1d3369c0b6 (diff)
downloadhaskell-8148ff06d13edc99e6b00c45554f61279cfdee2d.tar.gz
testsuite: Mark cgrun057 as broken on ARMv7
Due to #17554. It's very surprising that this only occurs on ARMv7 but this is the only place I've seen this failure thusfar.
-rw-r--r--testsuite/tests/codeGen/should_run/all.T1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/codeGen/should_run/all.T b/testsuite/tests/codeGen/should_run/all.T
index 01516136c2..8f2ed684d0 100644
--- a/testsuite/tests/codeGen/should_run/all.T
+++ b/testsuite/tests/codeGen/should_run/all.T
@@ -59,6 +59,7 @@ test('cgrun054', normal, compile_and_run, [''])
test('cgrun055', normal, compile_and_run, [''])
test('cgrun056', normal, compile_and_run, [''])
test('cgrun057', [ only_ways(prof_ways),
+ when(arch('arm'), expect_broken(17554)),
extra_run_opts('+RTS -xc') ], compile_and_run, [''])
test('cgrun058', normal, compile_and_run, [''])
test('cgrun059', exit_code(1), compile_and_run, [''])