Re-enable browser/components/search/test/browser/browser_google_behavior.js test for Fission
Categories
(Firefox :: Search, defect, P3)
Tracking
()
Fission Milestone | M4.1 |
People
(Reporter: cpeterson, Unassigned)
References
Details
Bug 1617983 disabled the browser_google_behavior.js test for debug Fission:
[browser_google_behavior.js]
skip-if = (fission && debug) # Bug 1614268 (see also bug 1617983 comment 9)
Bug 1617983 comment 9 blames nsFocusManager::SetFocus bug 1556627:
So what I've been able to figure out is that by calling focus on the search input element here: https://searchfox.org/mozilla-central/rev/91f6c02fcf4c16f78fdc4417f61f192688294066/browser/components/search/test/browser/browser_google_behavior.js#171
We ultimately cause the shutdown leak to occur.
Also, this seems to only be true since bug 1556627 landed. If I check out the previous commit, fad5300d47a8, and enable the privileged about content process, I don't get the leak anymore.
Reporter | ||
Comment 1•5 years ago
|
||
SetFocus bug 1556627 has been fixed since bug 1617983 comment 9, so perhaps we just need to re-enable this test.
Reporter | ||
Comment 2•5 years ago
|
||
Kashav has a patch to re-enable this test in bug 1653674.
Updated•5 years ago
|
Comment 3•5 years ago
|
||
Fixed in 1653674
Description
•