summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-09-25 16:41:12 -0400
committerBen Gamari <ben@smart-cactus.org>2019-09-26 10:49:17 -0400
commit2c0b29499c6902d88b883ccc4407937f377f971a (patch)
tree5153c728e75694acb18e3b52cddbd18a58d3fa95
parentb2d475362b0a3d4bc8411835494a6899a8b40f4c (diff)
downloadhaskell-wip/T17247.tar.gz
testsuite: Mark cgrun071 as broken on i386wip/T17247
As described in #17247.
-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, [''])