[heap] Enable --shared-string-table on more fuzzers again

After fixing all known bugs found by fuzzers for
--shared-string-table we can enable this flag on all fuzzers again.

Bug: v8:13267
Change-Id: Ie2c361bbd2cf349d2c5d517fb6c71f88a3381626
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4061310
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Auto-Submit: Dominik Inführ <dinfuehr@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/main@{#84514}
This commit is contained in:
Dominik Inführ 2022-11-28 14:53:44 +01:00 committed by V8 LUCI CQ
parent d164f933b8
commit aab224cdf6

View File

@ -31,5 +31,6 @@
[0.1, "--no-wasm-generic-wrapper"],
[0.1, "--turbo-force-mid-tier-regalloc"],
[0.0001, "--simulate-errors"],
[0.1, "--minor-mc"]
[0.1, "--minor-mc"],
[0.1, "--shared-string-table"]
]