| Index: test/mjsunit/mjsunit.status
|
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
|
| index 9dcc1f5f4988a5ddf108549fdfd47d4c3b54c8ea..a79b7aeec053b091daa2e88bf5131e1cb74c5468 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]],
|
| @@ -276,7 +275,7 @@
|
| 'wasm/asm-wasm-deopt': [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
|
|
|