Skip poppler and sqlite tests on big-endian platforms.
Emscripten use of typed-arrays is little-endian only. BUG= Review URL: https://codereview.chromium.org/1082723007 Cr-Commit-Position: refs/heads/master@{#28020}
This commit is contained in:
parent
8244686f6d
commit
bf06d5c9f5
@ -301,6 +301,8 @@
|
|||||||
['byteorder == big', {
|
['byteorder == big', {
|
||||||
# Emscripten requires little-endian, skip all tests on big endian platforms.
|
# Emscripten requires little-endian, skip all tests on big endian platforms.
|
||||||
'asm/embenchen/*': [SKIP],
|
'asm/embenchen/*': [SKIP],
|
||||||
|
'asm/poppler/*': [SKIP],
|
||||||
|
'asm/sqlite3/*': [SKIP],
|
||||||
}], # 'byteorder == big'
|
}], # 'byteorder == big'
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user