Closed
Bug 1101585
Opened 11 years ago
Closed 9 years ago
Fuzz compacting GC
Categories
(Core :: JavaScript: GC, defect)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
People
(Reporter: jonco, Unassigned)
References
Details
This is to request fuzzing of JS shell with compacting GC enabled.
The shell should be configured with --enable-gccompacting and tests run with JS_GC_ZEAL=14 to force regular compacting GCs.
| Reporter | ||
Updated•11 years ago
|
Flags: needinfo?(gary)
| Reporter | ||
Updated•11 years ago
|
Flags: needinfo?(choller)
Updated•11 years ago
|
Flags: needinfo?(gary)
Comment 1•11 years ago
|
||
Got this on my plate.
Updated•11 years ago
|
Flags: needinfo?(gary)
Comment 2•11 years ago
|
||
Is there a difference between using this environment variable and calling gczeal(14) in the shell?
| Reporter | ||
Comment 3•11 years ago
|
||
(In reply to Christian Holler (:decoder) from comment #2)
No, there's no difference.
Comment 4•11 years ago
|
||
Pushed fuzzing rev 0e6d42fe21a8 to support compacting GC and --gc-zeal=<integer> (bug 1101602).
Flags: needinfo?(gary)
Comment 5•10 years ago
|
||
Clearing old NI, this has been added to LangFuzz quite a while ago.
Flags: needinfo?(choller)
Comment 6•9 years ago
|
||
Gary is this bug done?
All the dependencies are done, and it has the look of a meta bug.
Flags: needinfo?(gary)
Yes, this is already integrated in both LangFuzz and jsfunfuzz harnesses for quite some time now. Thanks for the reminder!
Status: NEW → RESOLVED
Closed: 9 years ago
Flags: needinfo?(gary)
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•