Skip poppler and sqlite tests on big-endian platforms.
authorpaul.lind <paul.lind@imgtec.com>
Wed, 22 Apr 2015 22:31:47 +0000 (15:31 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 22 Apr 2015 22:31:27 +0000 (22:31 +0000)
Emscripten use of typed-arrays is little-endian only.

BUG=

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

Cr-Commit-Position: refs/heads/master@{#28020}

test/mjsunit/mjsunit.status

index e405e98..432cbc0 100644 (file)
 ['byteorder == big', {
   # Emscripten requires little-endian, skip all tests on big endian platforms.
   'asm/embenchen/*': [SKIP],
+  'asm/poppler/*': [SKIP],
+  'asm/sqlite3/*': [SKIP],
 }],  # 'byteorder == big'
 
 ##############################################################################