diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-12-09 14:57:23 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-12-17 07:24:40 -0500 |
commit | 8148ff06d13edc99e6b00c45554f61279cfdee2d (patch) | |
tree | b8f8685d8fbfe9f05388b21b73a1120e5f0bc72a /testsuite | |
parent | f82791382806dcaa0ea2241d97b17e1d3369c0b6 (diff) | |
download | haskell-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.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/codeGen/should_run/all.T | 1 |
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, ['']) |