Revision: 25177
Author: [email protected]
Date: Thu Nov 6 06:18:28 2014 UTC
Log: MIPS: Skip embenchen tests on big-endian.
Emscripten requires little-endian arch. It has assertion for endianness:
assert(HEAPU8[0] === 255 && HEAPU8[3] === 0,
'Typed arrays 2 must be run on a little-endian system');
TEST=mjsunit/asm/embenchen/*
BUG=
[email protected]
Review URL: https://codereview.chromium.org/708663003
Patch from Paul Lind <[email protected]>.
https://code.google.com/p/v8/source/detail?r=25177
Modified:
/branches/bleeding_edge/test/mjsunit/mjsunit.status
=======================================
--- /branches/bleeding_edge/test/mjsunit/mjsunit.status Wed Nov 5 17:01:53
2014 UTC
+++ /branches/bleeding_edge/test/mjsunit/mjsunit.status Thu Nov 6 06:18:28
2014 UTC
@@ -439,6 +439,9 @@
['arch == mips', {
# Flaky with TF.
'mirror-script': [PASS, NO_VARIANTS],
+
+ # Emscripten requires little-endian, skip all tests on MIPS EB.
+ 'asm/embenchen/*': [SKIP],
}], # 'arch == mips'
##############################################################################
--
--
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.