Closed
Bug 964374
Opened 11 years ago
Closed 11 years ago
browser_webconsole_view_source.js leaks after shutdown while running debug browser-chrome tests per directory
Categories
(DevTools :: Console, defect)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 30
People
(Reporter: jmaher, Assigned: miker)
References
Details
(Whiteboard: [fixed by bug 663778])
I am running debug browser-chrome tests per directory (not as a single chunk), and I get a large leak while running browser/devtools/webconsole/test.
This leak is not made up, Try server even reports it!
https://tbpl.mozilla.org/?tree=Try&rev=b561d98e8d72
It gets better, you can download the build/tests from try server and run them locally to see this on your own machine. I did that and after a game of whack-a-mole, the winning ticket is issued to browser_webconsole_view_source.js. This file once removed from the file system and running the tests again with --test-path=browser/devtools/webconsole/test yields no leaks as per the mochitest harness.
* caveat: this was run on linux64 ubuntu- other operating systems might yield different leak patterns, although try server yields similar log files.
Comment 1•11 years ago
|
||
Mike landed some test fixes in bug 663778 which includes changes to this test as well. Do you still get the memleaks now?
Reporter | ||
Comment 2•11 years ago
|
||
let me push to try- I just updated my patches last night and I can remove my skip-ifs in the webconsole bits.
Reporter | ||
Comment 3•11 years ago
|
||
I am not seeing this as a problem, I have removed it from my patch queue:
https://tbpl.mozilla.org/?tree=Try&rev=29bcc82f7302
Comment 4•11 years ago
|
||
Then we can mark the bug as fixed. Please reopen if you find otherwise.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [fixed by bug 663778]
Updated•11 years ago
|
Updated•11 years ago
|
QA Whiteboard: [qa-]
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•