Skip simdjs/shell_test_runner on big-endian platforms.
authorakos.palfi <akos.palfi@imgtec.com>
Wed, 27 May 2015 18:55:41 +0000 (11:55 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 27 May 2015 18:55:55 +0000 (18:55 +0000)
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}

test/simdjs/simdjs.status

index f0e96c2..99ce886 100644 (file)
   # 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'
+
 ]