Reviewers: danno, Michael Achenbach,
Message:
PTAL.
Description:
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=
Please review this at https://codereview.chromium.org/1155113008/
Base URL: https://chromium.googlesource.com/v8/v8.git@master
Affected files (+7, -0 lines):
M test/simdjs/simdjs.status
Index: test/simdjs/simdjs.status
diff --git a/test/simdjs/simdjs.status b/test/simdjs/simdjs.status
index
f0e96c2f0fbdafec560d7703e1143a5bffb1843b..99ce8865e53e1a92f6fa82d7222e3a4aefe08459
100644
--- a/test/simdjs/simdjs.status
+++ b/test/simdjs/simdjs.status
@@ -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'
+
]
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.