summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-12-23 14:01:37 -0500
committerBen Gamari <ben@well-typed.com>2019-12-26 13:53:08 -0500
commit97d6cad473265d52ce295d79f038610fc0309ec6 (patch)
tree58ec79dced0864acab05483bfa1fe8f0980ba482
parent776df719905b2d39845268a87026bfec90b2795f (diff)
downloadhaskell-wip/T17554.tar.gz
testsuite: Mark cgrun057 as fragile on ARMwip/T17554
As reported in #17554. Only marking on ARM for now although there is evidence to suggest that the issue may occur on other platforms as well.
-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..30d560575c 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'), fragile(17554)),
extra_run_opts('+RTS -xc') ], compile_and_run, [''])
test('cgrun058', normal, compile_and_run, [''])
test('cgrun059', exit_code(1), compile_and_run, [''])