Index: test/mjsunit/mjsunit.status |
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status |
index e74251d46c36494ae154c4f7ef1e53fc63abfe73..7887a14f8d8d604c091c0433d45fa8ef7a210831 100644 |
--- a/test/mjsunit/mjsunit.status |
+++ b/test/mjsunit/mjsunit.status |
@@ -284,8 +284,8 @@ |
'strong/implicit-conversions': [PASS, SLOW], |
'strong/load-element-mutate-backing-store': [PASS, SLOW], |
- # TODO(bradnelson): Enable tests in a separate change. |
- 'wasm/*': [SKIP], |
+ # TODO(titzer): correct WASM adapter frame alignment on arm64 |
+ 'wasm/*': [PASS, ['arch == arm64', SKIP]], |
}], # ALWAYS |
['novfp3 == True', { |
@@ -376,6 +376,8 @@ |
'asm/embenchen/*': [SKIP], |
'asm/poppler/*': [SKIP], |
'asm/sqlite3/*': [SKIP], |
+ # TODO(mips-team): Fix Wasm for big-endian. |
+ 'wasm/*': [SKIP], |
}], # 'byteorder == big' |
############################################################################## |