Closed
Bug 1443281
Opened 7 years ago
Closed 7 years ago
Intermittent browser/base/content/test/webrtc/browser_devices_get_user_media_tear_off_tab.js | A promise chain failed to handle a rejection: this.window is null - stack: null
Categories
(Core :: WebRTC, defect, P5)
Core
WebRTC
Tracking
()
RESOLVED
FIXED
mozilla60
People
(Reporter: intermittent-bug-filer, Unassigned)
Details
(Keywords: intermittent-failure, Whiteboard: [stockwell fixed:product])
Comment hidden (Intermittent Failures Robot) |
Comment 2•7 years ago
|
||
This bug was filed 3 days ago and already has 75 failures.
Failures per platform:
- Windows 7: 56
- windows10-64: 14
- linux64-stylo-disabled: 3
- linux64-jsdcov: 2
Failures per build type:
- pgo: 61
- opt: 14
Here is a relevant log file and a snippet with the failure:
https://treeherder.mozilla.org/logviewer.html#?repo=autoland&job_id=166740229&lineNumber=2493
13:03:06 INFO - 348 INFO TEST-PASS | browser/base/content/test/webrtc/browser_devices_get_user_media_tear_off_tab.js | screen global indicator as expected -
13:03:06 INFO - 349 INFO TEST-PASS | browser/base/content/test/webrtc/browser_devices_get_user_media_tear_off_tab.js | WebRTC menu should be hidden -
13:03:06 INFO - 350 INFO TEST-PASS | browser/base/content/test/webrtc/browser_devices_get_user_media_tear_off_tab.js | popup WebRTC indicator hidden -
13:03:06 INFO - Buffered messages finished
13:03:06 ERROR - 351 INFO TEST-UNEXPECTED-FAIL | browser/base/content/test/webrtc/browser_devices_get_user_media_tear_off_tab.js | A promise chain failed to handle a rejection: this.window is null - stack: null
13:03:06 INFO - Rejection date: Thu Mar 08 2018 13:03:06 GMT+0000 (Coordinated Universal Time) - false == true - JS frame :: resource://testing-common/PromiseTestUtils.jsm :: assertNoUncaughtRejections :: line 251
13:03:06 INFO - Stack trace:
13:03:06 INFO - resource://testing-common/PromiseTestUtils.jsm:assertNoUncaughtRejections:251
13:03:06 INFO - chrome://mochikit/content/browser-test.js:Tester_execTest/<:1089
13:03:06 INFO - Tester_execTest@chrome://mochikit/content/browser-test.js:1058:9
13:03:06 INFO - Tester.prototype.nextTest</<@chrome://mochikit/content/browser-test.js:958:9
13:03:06 INFO - SimpleTest.waitForFocus/waitForFocusInner/focusedOrLoaded/<@chrome://mochikit/content/tests/SimpleTest/SimpleTest.js:795:59
13:03:06 INFO - 352 INFO Leaving test bound test
Flags: needinfo?(drno)
Whiteboard: [stockwell needswork]
Comment 3•7 years ago
|
||
Florian do you have any idea what could cause this or who would be a good person to take a look at this problem?
Flags: needinfo?(drno) → needinfo?(florian)
Comment 4•7 years ago
|
||
The actual error in the test log is:
10:12:11 INFO - 582 INFO Console message: [JavaScript Error: "TypeError: this.window is null" {file: "resource:///modules/PanelMultiView.jsm" line: 1344}]
Sounds like something to show to paolo.
Flags: needinfo?(florian) → needinfo?(paolo.mozmail)
Comment 5•7 years ago
|
||
Looks like this was "fixed" by a backout at bug 1442020 comment 32 and then actually fixed by https://hg.mozilla.org/integration/autoland/rev/e506d81c512b
Comment hidden (Intermittent Failures Robot) |
Comment 7•7 years ago
|
||
(In reply to Florian Quèze [:florian] from comment #5)
> then actually fixed by
> https://hg.mozilla.org/integration/autoland/rev/e506d81c512b
Yup, correct!
Flags: needinfo?(paolo.mozmail)
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
Updated•7 years ago
|
Whiteboard: [stockwell needswork] → [stockwell fixed:product]
You need to log in
before you can comment on or make changes to this bug.
Description
•