Closed
Bug 1190471
Opened 9 years ago
Closed 5 years ago
Land LSan Mochitest analyzer scripts in the tree
Categories
(Testing :: General, defect)
Testing
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: mccr8, Assigned: mccr8)
References
(Blocks 1 open bug)
Details
I have a few scripts I use to deal with our LSan testing. One extracts the leaking stacks and prints them out in a prettier fashion, which is useful when filing bug reports. The other additionally parses a local suppression file, and then prints out the stacks that are missed by the local suppression file. This is useful when enabling a lot of new LSan testing, which requires adding suppressions for many different leaks which similar stacks. I should land these in the tree so they are more easily usable.
Assignee | ||
Comment 1•9 years ago
|
||
The scripts are currently here (clean_lsan.py and local_suppressor.py):
https://github.com/amccreight/mochitest-logs
Assignee | ||
Comment 2•5 years ago
|
||
This scripts weren't really that useful after I initially got LSan working, so I think it is okay to not land these scripts in the tree.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•