Closed
Bug 571423
Opened 15 years ago
Closed 8 years ago
Make automationutils.processLeakLog summaries more useful
Categories
(Testing :: General, enhancement)
Testing
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jruderman, Unassigned)
References
Details
Ted's patch in bug 569965 is cutting down the TBPLBot spam, but I think we could do better.
I'm proposing that we make it summarize the leaks in a single line. By showing all objects for small leaks, and showing only the windows/documents/docshells for large leaks, most leak summaries should be stable and reasonable to put in bug summaries.
If you guys like the proposed strings, I can try writing a patch.
A small leak (<=3 types of objects):
TEST INFO | Leaks | Leaked 1x nsHtml5HtmlAttributes, 1x nsHtml5AttributeName
A medium leak (0 windows/documents/docshells):
TEST INFO | Leaks | Leaked 20 types of objects
A large leak:
TEST INFO | Leaks | Leaked 2x nsGlobalWindow, 5x nsDocument, 1x nsDocShell, and lots more
![]() |
||
Comment 1•8 years ago
|
||
Mass closing bugs with no activity in 2+ years. If this bug is important to you, please re-open.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•