Skip to content

Commit e5e324b

Browse files
victorgomesV8-internal LUCI CQ
authored andcommitted
[fuzz] Remove --additive-safe-int-feedback from Fuzzili
Flag has been on by default since June 2025. Bug: 384959125 Change-Id: I35134fc642c40d4550f0f970e17318036767cd04 Reviewed-on: https://chrome-internal-review.googlesource.com/c/v8/fuzzilli/+/8582756 Reviewed-by: Matthias Liedtke <mliedtke@google.com> Auto-Submit: Victor Gomes <victorgomes@google.com> Commit-Queue: Matthias Liedtke <mliedtke@google.com>
1 parent 615b4d6 commit e5e324b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Sources/FuzzilliCli/Profiles/V8Profile.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,6 @@ let v8Profile = Profile(
120120
args.append("--precise-object-pinning")
121121
}
122122

123-
if probability(0.5) {
124-
args.append("--additive-safe-int-feedback")
125-
}
126-
127123
// Temporarily enable the three flags below with high probability to
128124
// stress-test JSPI.
129125
// Lower the probabilities once we have enough coverage.

0 commit comments

Comments
 (0)