Closed
Bug 664346
Opened 13 years ago
Closed 11 years ago
Add scheduleOOM to debug js shell
Categories
(Core :: JavaScript Engine, enhancement)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 872823
People
(Reporter: jruderman, Unassigned)
Details
I think scheduleOOM(num) would be nicer for fuzzing than the commandline "-A num" from bug 642327 / bug 624094. Especially when fuzzing the whole browser, not just the shell.
Reporter | ||
Comment 1•13 years ago
|
||
I guess this isn't really worth it.
Even the JS engine isn't really trying to pass automated tests under OOM conditions. The JS engine's OOM handling will hopefully be ripped out once electrolysis lands. (I'd prefer if it got ripped out earlier.)
Reporter | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•