summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-01-03 13:26:45 -0500
committerBen Gamari <ben@smart-cactus.org>2020-01-03 13:27:18 -0500
commit7804a9427f6549e18f8cc7a2d7f7a79cc88fc7e5 (patch)
tree067769d5ec72605cd930f6d6a2190efb802aa116
parentb84c09d533faf576c406ce9f7163efecf3037787 (diff)
downloadhaskell-wip/fragile-tests.tar.gz
testsuite: Mark cgrun057 as fragile on all platformswip/fragile-tests
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, [''])