Closed
Bug 1755641
Opened 3 years ago
Closed 3 years ago
Enable ion fuzzing for memory64
Categories
(Core :: JavaScript: WebAssembly, defect, P2)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
99 Branch
Tracking | Status | |
---|---|---|
firefox99 | --- | fixed |
People
(Reporter: lth, Assigned: lth)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Memory64 was incorrectly disabled in WasmFeatures.h when the IsFuzzingIon flag was set. I'm not sure what the implications are for the fuzzing results, but this was probably a left-over constraint from development when the feature was baseline-only.
Assignee | ||
Comment 1•3 years ago
|
||
Remove the IsFuzzingIon guard. Also drive-by reformat the feature block.
Pushed by lhansen@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/554b03ae80a9 do not disable memory64 when fuzzing ion. r=rhunt
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox99:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 99 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•