[test] Skip fewer tests on endurance fuzzer
The "FreezeWasmLazyCompilation" runtime function can only be invoked if --wasm-lazy-compilation is passed. Hence the "lazy-compilation.js" test must be skipped. The other tests are not affected by this, thus un-skip them. R=machenbach@chromium.org Bug: v8:7400 Change-Id: Id521938ae651b4a67510e42aa69e17b5e0b14a0a Reviewed-on: https://chromium-review.googlesource.com/923967 Commit-Queue: Clemens Hammacher <clemensh@chromium.org> Reviewed-by: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#51380}
This commit is contained in:
parent
f8610a719f
commit
9ba71e656d
@ -669,13 +669,6 @@
|
|||||||
['endurance_fuzzer', {
|
['endurance_fuzzer', {
|
||||||
# BUG(v8:7400).
|
# BUG(v8:7400).
|
||||||
'wasm/lazy-compilation': [SKIP],
|
'wasm/lazy-compilation': [SKIP],
|
||||||
'regress/wasm/regress-7353': [SKIP],
|
|
||||||
'regress/wasm/regress-739768': [SKIP],
|
|
||||||
'regress/wasm/regress-803427': [SKIP],
|
|
||||||
'regress/wasm/regress-803788': [SKIP],
|
|
||||||
'regress/wasm/regress-724851': [SKIP],
|
|
||||||
'regress/wasm/regress-736584': [SKIP],
|
|
||||||
'regress/wasm/regress-715216b': [SKIP],
|
|
||||||
|
|
||||||
# BUG(v8:7429).
|
# BUG(v8:7429).
|
||||||
'regress/regress-599414-array-concat-fast-path': [SKIP],
|
'regress/regress-599414-array-concat-fast-path': [SKIP],
|
||||||
|
Loading…
Reference in New Issue
Block a user