Closed
Bug 1266510
Opened 9 years ago
Closed 8 years ago
Intermittent browser_ext_windows_events.js | Test timed out - | no tasks awaiting on messages - Got 1, expected 0 | and more
Categories
(WebExtensions :: Frontend, defect, P2)
WebExtensions
Frontend
Tracking
(firefox50 wontfix, firefox51 fixed, firefox52 fixed, firefox53 fixed)
RESOLVED
FIXED
mozilla53
People
(Reporter: aryx, Assigned: kmag)
References
Details
(Keywords: intermittent-failure, Whiteboard: triaged)
https://treeherder.mozilla.org/logviewer.html#?job_id=8862502&repo=fx-team
02:16:52 INFO - 222 INFO TEST-START | browser/components/extensions/test/browser/browser_ext_windows_events.js
02:16:53 INFO - JavaScript error: , line 0: Error: Message manager disconnected
02:16:53 INFO - JavaScript error: , line 0: Error: Message manager disconnected
02:17:37 INFO - TEST-INFO | started process screenshot
02:17:37 INFO - TEST-INFO | screenshot: exit 0
02:17:37 INFO - 223 INFO checking window state
02:17:37 INFO - 224 INFO Console message: Warning: NetUtil.asyncFetch() requires the channel to have one of the security flags set in the loadinfo (see nsILoadInfo). Please create channel using NetUtil.newChannel()
02:17:37 INFO - 225 INFO Console message: Warning: NetUtil.asyncFetch() requires the channel to have one of the security flags set in the loadinfo (see nsILoadInfo). Please create channel using NetUtil.newChannel()
02:17:37 INFO - 226 INFO Entering test bound testWindowsEvents
02:17:37 INFO - 227 INFO Extension loaded
02:17:37 INFO - 228 INFO Console message: Warning: attempting to write 9034 bytes to preference extensions.webextensions.uuids. This is bad for general performance and memory usage. Such an amount of data should rather be written to an external file.
02:17:37 INFO - 229 INFO TEST-PASS | browser/components/extensions/test/browser/browser_ext_windows_events.js | Window object's id is an integer -
02:17:37 INFO - 230 INFO TEST-PASS | browser/components/extensions/test/browser/browser_ext_windows_events.js | Window object returned with the correct type - Expected: normal, Actual: normal -
02:17:37 INFO - 231 INFO Console message: Warning: NetUtil.asyncFetch() requires the channel to have one of the security flags set in the loadinfo (see nsILoadInfo). Please create channel using NetUtil.newChannel()
02:17:37 INFO - 232 INFO Console message: [JavaScript Error: "Error: Message manager disconnected"]
02:17:37 INFO - 233 INFO Console message: [JavaScript Error: "Error: Message manager disconnected"]
02:17:37 INFO - 234 INFO TEST-UNEXPECTED-FAIL | browser/components/extensions/test/browser/browser_ext_windows_events.js | Test timed out -
02:17:37 INFO - Not taking screenshot here: see the one that was previously logged
02:17:37 INFO - 235 INFO TEST-UNEXPECTED-FAIL | browser/components/extensions/test/browser/browser_ext_windows_events.js | no tasks awaiting on messages - Got 1, expected 0
02:17:37 INFO - Stack trace:
02:17:37 INFO - chrome://mochikit/content/browser-test.js:test_is:967
02:17:37 INFO - chrome://mochikit/content/tests/SimpleTest/ExtensionTestUtils.js:ExtensionTestUtils.loadExtension/<:27
02:17:37 INFO - chrome://mochikit/content/browser-test.js:Tester.prototype.nextTest<:466
02:17:37 INFO - timeoutFn@chrome://mochikit/content/browser-test.js:873:9
02:17:37 INFO - setTimeout handler*Tester_execTest@chrome://mochikit/content/browser-test.js:835:9
02:17:37 INFO - Tester.prototype.nextTest</<@chrome://mochikit/content/browser-test.js:711:7
02:17:37 INFO - SimpleTest.waitForFocus/waitForFocusInner/focusedOrLoaded/<@chrome://mochikit/content/tests/SimpleTest/SimpleTest.js:741:59
02:17:37 INFO - Not taking screenshot here: see the one that was previously logged
02:17:37 INFO - 236 INFO TEST-UNEXPECTED-FAIL | browser/components/extensions/test/browser/browser_ext_windows_events.js | Extension left running at test shutdown -
02:17:37 INFO - Stack trace:
02:17:37 INFO - chrome://mochikit/content/tests/SimpleTest/ExtensionTestUtils.js:ExtensionTestUtils.loadExtension/<:88
02:17:37 INFO - chrome://mochikit/content/browser-test.js:Tester.prototype.nextTest<:466
02:17:37 INFO - timeoutFn@chrome://mochikit/content/browser-test.js:873:9
02:17:37 INFO - setTimeout handler*Tester_execTest@chrome://mochikit/content/browser-test.js:835:9
02:17:37 INFO - Tester.prototype.nextTest</<@chrome://mochikit/content/browser-test.js:711:7
02:17:37 INFO - SimpleTest.waitForFocus/waitForFocusInner/focusedOrLoaded/<@chrome://mochikit/content/tests/SimpleTest/SimpleTest.js:741:59
02:17:37 INFO - MEMORY STAT | vsize 1161MB | vsizeMaxContiguous 4224082MB | residentFast 361MB | heapAllocated 101MB
Comment hidden (Intermittent Failures Robot) |
Updated•9 years ago
|
Assignee: nobody → bob.silverberg
Priority: -- → P2
Whiteboard: triaged
Comment 2•9 years ago
|
||
Unassigning myself as this seems to have gone away.
Assignee: bob.silverberg → nobody
Assignee | ||
Updated•9 years ago
|
Keywords: leave-open
Assignee | ||
Comment 4•9 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/f76a0fdadbf053c3373961f9afbc966c011a50fe
Bug 1266510: Add better logging to browser_ext_windows_events test. r=me
Comment 5•9 years ago
|
||
bugherder |
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 7•9 years ago
|
||
It looks like this may be an actual bug in the actual ext-windows code rather than in the test.
Assignee: nobody → kmaglione+bmo
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Updated•8 years ago
|
Component: WebExtensions: Untriaged → WebExtensions: Frontend
Assignee | ||
Comment 10•8 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/a4b855274882da6fb53e9ba618b403d6cfa11264
Bug 1266510: Try explicitly focusing new browser window before waiting for focus change event. r=me
Comment 11•8 years ago
|
||
bugherder |
Assignee | ||
Updated•8 years ago
|
Keywords: leave-open
Assignee | ||
Comment 12•8 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/ea7b33f78d5e353c8e4e8c4bfa05d47c19b130d8
Bug 1266510: Also explicitly focus the second browser window after creation. r=me
Comment hidden (Intermittent Failures Robot) |
Comment 14•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
Comment 16•8 years ago
|
||
Please request Aurora approval on this when you get a chance (and Beta if you think it's worth it).
status-firefox48:
affected → ---
status-firefox50:
--- → wontfix
status-firefox51:
--- → affected
status-firefox52:
--- → affected
Flags: needinfo?(kmaglione+bmo)
Assignee | ||
Comment 18•8 years ago
|
||
Comment 19•8 years ago
|
||
bugherder uplift |
Flags: in-testsuite+
Updated•7 years ago
|
Product: Toolkit → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•