summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-09-25 16:41:12 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-09-27 22:16:04 -0400
commit0b1fa64da252f53fb46399b9b994930b9e238097 (patch)
tree987d90215d5664ed6627716faf243f21c9934fbe /testsuite
parentad0c43900ff98828714f8e5523d3d5edcaeaf441 (diff)
downloadhaskell-0b1fa64da252f53fb46399b9b994930b9e238097.tar.gz
testsuite: Mark cgrun071 as broken on i386
As described in #17247.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/tests/codeGen/should_run/all.T5
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuite/tests/codeGen/should_run/all.T b/testsuite/tests/codeGen/should_run/all.T
index 20ac9cc59e..0882f2b605 100644
--- a/testsuite/tests/codeGen/should_run/all.T
+++ b/testsuite/tests/codeGen/should_run/all.T
@@ -78,7 +78,10 @@ test('cgrun069',
multi_compile_and_run,
['cgrun069', [('cgrun069_cmm.cmm', '')], ''])
test('cgrun070', normal, compile_and_run, [''])
-test('cgrun071', [when(have_cpu_feature('sse4_2'), extra_hc_opts('-msse4.2'))], compile_and_run, [''])
+test('cgrun071',
+ [when(have_cpu_feature('sse4_2'), extra_hc_opts('-msse4.2')),
+ when(arch('i386'), expect_broken_for(17247, ['optasm', 'profthreaded', 'profasm', 'dyn', 'threaded2']))],
+ compile_and_run, [''])
test('cgrun072', normal, compile_and_run, [''])
test('cgrun075', normal, compile_and_run, [''])
test('cgrun076', normal, compile_and_run, [''])