Open
Bug 1026663
Opened 11 years ago
Updated 2 years ago
Enable LeakSanitizer on TBPL cppunit tests
Categories
(Testing :: CPPUnitTest, defect)
Testing
CPPUnitTest
Tracking
(Not tracked)
NEW
People
(Reporter: mccr8, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [MemShrink:P2])
This could be a bit of a drag because it is all custom C++ code that likely doesn't bother to clean much up. I think we don't do any shutdown leak checking in normal debug builds for these, but I could be wrong.
Comment 1•11 years ago
|
||
We don't do normal leak checking. If this turns out to be a boondoggle I wouldn't spend that much time on it.
Updated•11 years ago
|
Whiteboard: [MemShrink] → [MemShrink:P2]
Updated•7 years ago
|
Component: General → CPPUnitTest
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•