Open
Bug 1132717
Opened 9 years ago
Updated 1 year ago
Make the leak-until-shutdown leak detector work when a content process shuts down early
Categories
(Testing :: Mochitest, defect)
Testing
Mochitest
Tracking
(Not tracked)
NEW
People
(Reporter: mccr8, Unassigned)
References
Details
Attachments
(1 file)
If a test starts up a content process, then shuts it down before the end of the test, we won't properly check domwindows or docshells are held alive until shutdown. The content process needs to recognize that it is about to shutdown, and run the "browser-test:collect-request" message stuff.
Reporter | ||
Comment 1•9 years ago
|
||
Reporter | ||
Comment 2•9 years ago
|
||
This first attachment just checks that we print out the ShutdownLeaks collection message for any process that creates a window or docshell. Right now, with the patch in bug 1073352, this leads to a lot of errors on debug non-e10s Mochitest bc1 and bc3.
Assignee | ||
Updated•6 years ago
|
Component: Mochitest Chrome → Mochitest
Updated•1 year ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•