Closed
Bug 1691004
Opened 4 years ago
Closed 4 years ago
Add a command line option to set GC zeal when running tests
Categories
(Core :: JavaScript Engine, enhancement, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
87 Branch
Tracking | Status | |
---|---|---|
firefox87 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
Details
Attachments
(1 file)
It can be more convenient to set the GC zeal mode by passing a flag to the jittest/jstest runners than setting an environment variable. The shell accepts -z/--gc-zeal options already, so we could make the test harnesses do the same.
Assignee | ||
Comment 1•4 years ago
|
||
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/125de77c4049
Add a --gc-zeal option to jittest and jstest runners r=nbp
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox87:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 87 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•