summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-01-03 13:26:45 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-01-04 15:58:15 -0500
commit4056b9666a0fc5865a82fbba03e8312d7900ac5b (patch)
tree3b6406d5a2a92b5730fadf08595b4ab368a48886
parent558d4d4a2b5927875dceb42e120026e75e313f33 (diff)
downloadhaskell-4056b9666a0fc5865a82fbba03e8312d7900ac5b.tar.gz
testsuite: Mark cgrun057 as fragile on all platforms
I have seen this fail both on x86-64/Debian 9 and armv7/Debian 9 See #17554.
-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 30d560575c..c6c3a5c9ba 100644
--- a/testsuite/tests/codeGen/should_run/all.T
+++ b/testsuite/tests/codeGen/should_run/all.T
@@ -59,7 +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)),
+ fragile(17554),
extra_run_opts('+RTS -xc') ], compile_and_run, [''])
test('cgrun058', normal, compile_and_run, [''])
test('cgrun059', exit_code(1), compile_and_run, [''])