Skip test-run-machops/RunComputedCodeObject on AIX and PPC64BE.

This test, as written, is invalid on platforms which use function
descriptors.

See https://codereview.chromium.org/1377423002/ for background.

R=mstarzinger@chromium.org, titzer@chromium.org, michael_dawson@ca.ibm.com
BUG=

Review URL: https://codereview.chromium.org/1438803002

Cr-Commit-Position: refs/heads/master@{#31967}
This commit is contained in:
mbrandy 2015-11-12 11:10:18 -08:00 committed by Commit bot
parent b0b97da506
commit f83b8a61cf

View File

@ -450,6 +450,14 @@
}], # 'system == aix and arch == ppc64'
##############################################################################
['system == aix or (arch == ppc64 and byteorder == big)', {
# Test currently broken for platforms with function desciptors
'test-run-machops/RunComputedCodeObject' : [SKIP],
}], # 'system == aix or (arch == ppc64 and byteorder == big)'
##############################################################################
['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == True', {