Skip simdjs/shell_test_runner on big-endian platforms.

This test is little-endian specific and therefore it can't run
correctly on big-endian platforms.

BUG=

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

Cr-Commit-Position: refs/heads/master@{#28667}
This commit is contained in:
akos.palfi 2015-05-27 11:55:41 -07:00 committed by Commit bot
parent e95a225646
commit 79eb72c648

View File

@ -16,4 +16,11 @@
# TODO(bbudge): Drop this when simd implementation is faster.
'benchmarks/memcpy': SKIP,
}],
######################################################################
['byteorder == big', {
# shell_test_runner requires little-endian, skip it on big-endian.
'shell_test_runner': [SKIP],
}], # 'byteorder == big'
]