Open
Bug 982105
Opened 11 years ago
Updated 2 years ago
Improve ASAN and LSAN TBPL output
Categories
(Testing :: General, defect)
Testing
General
Tracking
(Not tracked)
NEW
People
(Reporter: mccr8, Unassigned)
References
(Blocks 1 open bug)
Details
LSAN and ASAN failures now show up as something better than just a crash, but there's still room for improvement. See bug 981023 comment 11 and 12 for some ideas.
The SUMMARY line is output by LSAN itself, so I assume this would require modifying the test harness layer to parse that and output something else.
Reporter | ||
Comment 1•10 years ago
|
||
The LSan output is pretty good now. I think the thing to do here is to generalize the LSan report parser so it can be used for ASan reports, then back out the changes in bug 981023. One tricky aspect is the intentional crashes that happen (in the js-ctypes tests, if not other places) shouldn't display an error.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•