Closed
Bug 1514191
Opened 7 years ago
Closed 7 years ago
Add non-debug --enable-gczeal JS shell build to prevent further GC build bustage
Categories
(Core :: JavaScript Engine, enhancement)
Tracking
()
RESOLVED
DUPLICATE
of bug 1514346
| Tracking | Status | |
|---|---|---|
| firefox66 | --- | affected |
People
(Reporter: decoder, Unassigned)
Details
The combination of --disable-debug --enable-gczeal is untested on try and keeps breaking when changes are made to e.g. the GC verifier. There is a history of these failures, such as bug 1242262, bug 1273494, bug 1416456, bug 1513433 and most recently bug 1514189.
We need a Tier1 JS shell build that tests this configuration. Either we add a new build, or we repurpose the fuzzing build and make it Tier1 with --enable-gczeal.
| Reporter | ||
Comment 1•7 years ago
|
||
:sfink added the flag to the regular fuzzing build (which should be Tier1), over in bug 1514346.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Comment 2•7 years ago
|
||
Oops, sorry, I didn't see this bug or I would have used it.
You need to log in
before you can comment on or make changes to this bug.
Description
•