Commit 9ba71e65 authored by Clemens Hammacher's avatar Clemens Hammacher Committed by Commit Bot

[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: 's avatarMichael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#51380}
parent f8610a71
......@@ -669,13 +669,6 @@
['endurance_fuzzer', {
# BUG(v8:7400).
'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).
'regress/regress-599414-array-concat-fast-path': [SKIP],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment