Closed
Bug 916954
Opened 12 years ago
Closed 12 years ago
Permanent UX Windows-only mochitest-bc orange: TEST-UNEXPECTED-FAIL | browser/components/customizableui/test/browser_876926_customize_mode_wrapping.js | application timed out after 330 seconds with no output | PROCESS-CRASH
Categories
(Firefox :: Toolbars and Customization, defect)
Tracking
()
RESOLVED
FIXED
Future
Tracking | Status | |
---|---|---|
firefox25 | --- | unaffected |
firefox26 | --- | unaffected |
firefox27 | --- | unaffected |
firefox-esr24 | --- | unaffected |
People
(Reporter: Gijs, Assigned: Gijs)
References
Details
(Keywords: intermittent-failure, Whiteboard: [Australis:P1][Australis:M9])
Attachments
(1 file)
09:10:35 INFO - INFO TEST-END | chrome://mochitests/content/browser/browser/components/customizableui/test/browser_876926_customize_mode_wrapping.js | finished in 6690ms
09:10:35 INFO - TEST-INFO | checking window state
09:10:35 INFO - TEST-INFO | chrome://mochitests/content/browser/browser/components/customizableui/test/browser_876926_customize_mode_wrapping.js | must wait for focus
Followed by a bunch of places failures, followed by a shitload of:
09:16:08 INFO - TEST-INFO | chrome://mochitests/content/browser/browser/components/customizableui/test/browser_876926_customize_mode_wrapping.js | Console message: [JavaScript Error: "DEPRECATION WARNING: Field 'creationDate' is deprecated.
followed by a timeout crash (?)
09:21:40 WARNING - TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/components/customizableui/test/browser_876926_customize_mode_wrapping.js | application timed out after 330 seconds with no output
And everything goes sadfaces. I'll look at this more tomorrow, but if anyone knows what's wrong sooner than I do, then feel free. If anyone thinks it's urgent/necessary to back out what caused this, please back out bug 876926 only (not the followup I already landed that otherwise fixed the orange, which fixes other bugs, too).
Example log: https://tbpl.mozilla.org/php/getParsedLog.php?id=27930962&tree=UX
Comment 1•12 years ago
|
||
Adding keyword so that TBPL can suggest this bug.
Keywords: intermittent-failure
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Assignee | ||
Comment 5•12 years ago
|
||
I just landed this, and verified locally that it fixes the timeout, which is apparently caused by our Windows focus code not dealing with opening a window, opening a panel in it, and then closing the parent window (and thereby the panel). So we end up with a nulled out activeWindow in the focus manager, which broke the test flow. I'll file a followup bug on our focus code regarding this if one doesn't already exist.
Comment hidden (Legacy TBPL/Treeherder Robot) |
Assignee | ||
Comment 7•12 years ago
|
||
Filed bug 917294 for the underlying focus issue. This issue has gone away with the patch I landed, so closing this as FIXED.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Target Milestone: --- → Future
Updated•12 years ago
|
status-firefox25:
--- → unaffected
status-firefox26:
--- → unaffected
status-firefox27:
--- → unaffected
status-firefox-esr24:
--- → unaffected
Assignee | ||
Comment 8•11 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•