| Index: test/mjsunit/mjsunit.status
|
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
|
| index b23d7e530d4714e98f23d6be7c8586258dbc3234..b0c7407f0c8631f1e2504ed6b21054b53dac47d5 100644
|
| --- a/test/mjsunit/mjsunit.status
|
| +++ b/test/mjsunit/mjsunit.status
|
| @@ -252,6 +252,12 @@
|
| }], # 'gc_stress == True'
|
|
|
| ##############################################################################
|
| +['byteorder == big', {
|
| + # Emscripten requires little-endian, skip all tests on big endian platforms.
|
| + 'asm/embenchen/*': [SKIP],
|
| +}], # 'byteorder == big'
|
| +
|
| +##############################################################################
|
| ['arch == arm64 or arch == android_arm64', {
|
|
|
| # arm64 TF timeout.
|
| @@ -440,9 +446,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'
|
|
|
| ##############################################################################
|
|
|