[wasm] Add --no-wasm-lazy-compilation to stress
Once lazy compilation lands we want to continue testing the eager compilation configuration. For that we add --no-wasm-lazy-compilation to the "stress" variant. Bug: v8:12852 Change-Id: I1777aaeb1c8cec0359128ed4b3d34a21aa3ce37e Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3810249 Reviewed-by: Clemens Backes <clemensb@chromium.org> Commit-Queue: Andreas Haas <ahaas@chromium.org> Cr-Commit-Position: refs/heads/main@{#82470}
This commit is contained in:
parent
d6d95917f1
commit
f4588f070f
@ -32,7 +32,7 @@ ALL_VARIANT_FLAGS = {
|
||||
"slow_path": [["--force-slow-path"]],
|
||||
"stress": [[
|
||||
"--stress-opt", "--no-liftoff", "--stress-lazy-source-positions",
|
||||
"--no-wasm-generic-wrapper"
|
||||
"--no-wasm-generic-wrapper", "--no-wasm-lazy-compilation"
|
||||
]],
|
||||
"stress_concurrent_allocation": [["--stress-concurrent-allocation"]],
|
||||
"stress_concurrent_inlining": [["--stress-concurrent-inlining"]],
|
||||
|
Loading…
Reference in New Issue
Block a user