Index: test/mjsunit/mjsunit.status |
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status |
index 09e2d82bbf2a8eed524868a32a98790bbda93744..2b2f64a2382b96c62f48bac971f118b949491289 100644 |
--- a/test/mjsunit/mjsunit.status |
+++ b/test/mjsunit/mjsunit.status |
@@ -266,8 +266,7 @@ |
'regress/regress-crbug-474297': [PASS, ['mode == debug', SLOW]], |
'es6/tail-call-megatest*': [PASS, FAST_VARIANTS], |
- # TODO(titzer): correct WASM adapter frame alignment on arm64 |
- 'wasm/*': [PASS, ['arch == arm64', SKIP]], |
+ # TODO(titzer): ASM->WASM tests on these platforms |
'wasm/asm-wasm': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips64el]', SKIP]], |
# TODO(branelson): Figure out why ignition + asm-wasm-stdlib fails. |
'wasm/asm-wasm-stdlib': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips64el] or ignition == True', SKIP]], |
@@ -275,7 +274,7 @@ |
'wasm/asm-wasm-copy': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips64el]', SKIP]], |
# TODO(branelson): Figure out why ignition + asm->wasm fails embenchen. |
- 'wasm/embenchen/*': [PASS, ['ignition == True', SKIP]], |
+ 'wasm/embenchen/*': [PASS, ['arch == arm64', SKIP], ['ignition == True', SKIP]], |
# TODO(bradnelson) Fix and re-enable. |
'wasm/embenchen/box2d': [SKIP], # hang |