summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-12-23 14:01:37 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-12-27 15:12:55 -0500
commit47a68205d5781a65504b255f1e8e08b162f0c6eb (patch)
tree7881242bfa8b602ced98736dde168476406aa2b5
parent8d76bcc2c0111fdd5ee0ed3e60cdce91ca2172c5 (diff)
downloadhaskell-47a68205d5781a65504b255f1e8e08b162f0c6eb.tar.gz
testsuite: Mark cgrun057 as fragile on ARM
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, [''])