v8/tools/clusterfuzz/v8_fuzz_flags.json
Clemens Backes 7f38169b2e [wasm] Test --no-wasm-generic-wrapper in the stress variant
Generic wasm wrappers are enabled by default now (since
https://crrev.com/c/2562241), so we can remove the flag from the
nooptimization variant. Instead, we should have a configuration which
tests --no-wasm-generic-wrapper to find bugs in the compiled wrappers
earlier.

Also add an entry for contradictory flags, and reformat that list to
respect the 80 columns limit.

R=machenbach@chromium.org
CC=ahaas@chromium.org

Bug: v8:10982
Change-Id: I780aaedbbf7fe761c39a41af1ff2db58c7447a76
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2773057
Reviewed-by: Andreas Haas <ahaas@chromium.org>
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Commit-Queue: Clemens Backes <clemensb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#73560}
2021-03-22 09:45:59 +00:00

34 lines
1.1 KiB
JSON

[
[0.05, "--stress-compaction-random"],
[0.05, "--stress-delay-tasks"],
[0.05, "--stress-marking=100"],
[0.05, "--stress-scavenge=100"],
[0.05, "--random-gc-interval=2000"],
[0.2, "--noanalyze-environment-liveness"],
[0.01, "--thread-pool-size=1"],
[0.01, "--thread-pool-size=2"],
[0.01, "--thread-pool-size=4"],
[0.01, "--thread-pool-size=8"],
[0.1, "--interrupt-budget=1000"],
[0.25, "--future"],
[0.2, "--no-regexp-tier-up"],
[0.1, "--regexp-interpret-all"],
[0.1, "--regexp-tier-up-ticks=10"],
[0.1, "--regexp-tier-up-ticks=100"],
[0.1, "--turbo-instruction-scheduling"],
[0.1, "--turbo-stress-instruction-scheduling"],
[0.1, "--no-enable-sse4_2"],
[0.1, "--no-enable-sahf"],
[0.1, "--no-enable-avx"],
[0.1, "--no-enable-fma3"],
[0.1, "--no-enable-bmi1"],
[0.1, "--no-enable-bmi2"],
[0.1, "--no-enable-lzcnt"],
[0.1, "--no-enable-popcnt"],
[0.25, "--no-lazy-feedback-allocation"],
[0.1, "--no-lazy-feedback-allocation --interrupt-budget=100"],
[0.05, "--budget-for-feedback-vector-allocation=0"],
[0.1, "--no-wasm-generic-wrapper"],
[0.0001, "--simulate-errors"]
]