Closed
Bug 865458
Opened 12 years ago
Closed 11 years ago
[Security Review][Fuzzing][jsfunfuzz] Turn on fuzzing with enableSPSProfilingAssertions(true)
Categories
(mozilla.org :: Security Assurance: Review Request, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gkw, Assigned: gkw)
References
Details
(Whiteboard: [Fx])
Since bug 830544 has been fixed, we can now try to turn on fuzzing with enableSPSProfilingAssertions(true).
I found this while digging through disabled code paths in shellFlags.
| Assignee | ||
Comment 1•12 years ago
|
||
This function was added last year in bug 774343 but never really got any jsfunfuzz testing.
Blocks: 774343
| Assignee | ||
Comment 2•12 years ago
|
||
This is blocked by bug 865471.
Updated•12 years ago
|
Whiteboard: [Fx]
| Assignee | ||
Comment 4•12 years ago
|
||
Fuzzing with --ion-regalloc=stupid is now disabled until bug 868731 is fixed, so turning this back on.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 5•12 years ago
|
||
Still blocked, this time by bug 874687.
| Assignee | ||
Comment 6•11 years ago
|
||
Ever since bug 987379 got fixed late last month, the following functions are now fuzzed constantly:
- disableSPSProfiling()
- enableSPSProfiling()
- enableSPSProfilingWithSlowAssertions()
Status: REOPENED → RESOLVED
Closed: 12 years ago → 11 years ago
Depends on: 987379
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•