Index: test/mjsunit/mjsunit.status |
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status |
index f3bdfc30211dd3cd92fe210ef7acc01b13f6ffbc..73a07fa51f8655f375f53b9c48e5f56c76064934 100644 |
--- a/test/mjsunit/mjsunit.status |
+++ b/test/mjsunit/mjsunit.status |
@@ -662,12 +662,27 @@ |
['variant == asm_wasm', { |
# Issue 6127: We won't fix these in the "old" validator. But we definitely |
# need to re-enable these for the "new" validator. |
+ 'code-coverage-precise': [SKIP], |
+ 'object-freeze': [SKIP], |
+ 'asm/asm-validation': [SKIP], |
+ 'asm/infinite-loops': [SKIP], |
+ 'es6/completion': [SKIP], |
+ 'es6/function-length-configurable': [SKIP], |
+ 'es6/object-assign': [SKIP], |
+ 'es6/proxies-cross-realm-exception': [SKIP], |
+ 'harmony/function-tostring': [SKIP], |
'compiler/regress-445859': [SKIP], |
'compiler/regress-452427': [SKIP], |
+ 'regress/regress-353058': [SKIP], |
'regress/regress-458987': [SKIP], |
+ 'regress/regress-599068-func-bindings': [SKIP], |
'regress/regress-599719': [SKIP], |
'regress/regress-618608': [SKIP], |
+ 'regress/regress-619382': [SKIP], |
+ 'regress/regress-632289': [SKIP], |
'regress/regress-670808': [SKIP], |
+ 'regress/regress-crbug-530598': [SKIP], |
+ 'wasm/asm-wasm': [SKIP], |
'wasm/asm-wasm-exception-in-tonumber': [SKIP], |
'wasm/asm-wasm-stack': [SKIP], |
'wasm/errors': [SKIP], |
@@ -676,6 +691,15 @@ |
'asm/b5528-comma': [SKIP], |
'asm/if-folding': [SKIP], |
'asm/if-reduction': [SKIP], |
+ 'wasm/embenchen/box2d': [SKIP], |
+ 'wasm/embenchen/copy': [SKIP], |
+ 'wasm/embenchen/corrections': [SKIP], |
+ 'wasm/embenchen/fannkuch': [SKIP], |
+ 'wasm/embenchen/fasta': [SKIP], |
+ 'wasm/embenchen/lua_binarytrees': [SKIP], |
+ 'wasm/embenchen/memops': [SKIP], |
+ 'wasm/embenchen/primes': [SKIP], |
+ 'wasm/embenchen/zlib': [SKIP], |
# Issue 6127: Breaks on no-snap bots. |
'es8/regress/regress-624300': [SKIP], |