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:
parent
e95a225646
commit
79eb72c648
@ -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'
|
||||
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user