Index: test/mjsunit/mjsunit.status |
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status |
index 4a7bc7fd65b9ce91dc74b1d8983d2d4e6c6108cf..c16d9b3aaa1d1f9aacca006323edd3761cd616dd 100644 |
--- a/test/mjsunit/mjsunit.status |
+++ b/test/mjsunit/mjsunit.status |
@@ -246,6 +246,12 @@ |
}], # 'gc_stress == True' |
############################################################################## |
+['byteorder == big', { |
+ # Emscripten requires little-endian, skip all tests on big endian platforms. |
+ 'asm/embenchen/*': [SKIP], |
Sven Panne
2015/01/27 11:47:06
Do really all 9 embenchen tests fail on big-endian
michael_dawson
2015/01/29 00:08:29
All 9 tests specify that they assume LE
$ grep -i
Sven Panne
2015/01/29 09:54:33
*sigh* OK, just leave the SKIP here, Wintel legacy
|
+}], # 'byteorder == big' |
+ |
+############################################################################## |
['arch == arm64 or arch == android_arm64', { |
# arm64 TF timeout. |
@@ -434,9 +440,6 @@ |
['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' |
############################################################################## |