Reviewers: Michael Achenbach, Benedikt Meurer, danno, dusmil.imgtec, balazs.kilvady, akos.palfi.imgtec,

Message:
PTAL.

Description:
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=

Please review this at https://codereview.chromium.org/708663003/

Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+3, -0 lines):
  M test/mjsunit/mjsunit.status


Index: test/mjsunit/mjsunit.status
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
index 8bd03e69dd0a99e009e3e0cffed11d681f268f30..6321e7cd8768d71adfe4b0e935c4d70165fb3e0a 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -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.

Reply via email to