Closed
Bug 1241719
Opened 6 years ago
Closed 6 years ago
Intermittent browser_ext_tabs_onUpdated.js | got unexpected number of updateInfo data - Expected: [{"status":"loading"},{"status":"loading","url":"context_tabs_onUpdated_page.html"}
Categories
(WebExtensions :: Untriaged, defect, P4)
WebExtensions
Untriaged
Tracking
(firefox50 fixed, firefox51 fixed)
RESOLVED
FIXED
mozilla51
People
(Reporter: KWierso, Assigned: robwu)
Details
(Keywords: intermittent-failure, Whiteboard: [intermittent] triaged)
Attachments
(1 file)
Comment 1•6 years ago
|
||
it's a race - depending on stuff we shouldn't depend on
Priority: -- → P4
Whiteboard: [intermittent] triaged
Assignee | ||
Comment 2•6 years ago
|
||
I observed this failure. I also see why this test failed. 56 INFO TEST-UNEXPECTED-FAIL | browser/components/extensions/test/browser/browser_ext_tabs_onUpdated.js | got unexpected number of updateInfo data - Expected: [{"status":"loading"},{"status":"loading","url":"http://mochi.test:8888/browser/browser/components/extensions/test/browser/context_tabs_onUpdated_page.html"},{"status":"complete"}], Actual: [{"status":"loading"},{"status":"loading","url":"http://mochi.test:8888/browser/browser/components/extensions/test/browser/context_tabs_onUpdated_page.html"},{"favIconUrl":"http://mochi.test:8888/favicon.ico"},{"status":"complete"}] - Stack trace: chrome://mochikit/content/tests/SimpleTest/ExtensionTestUtils.js:testHandler:57 chrome://mochikit/content/tests/SimpleTest/ExtensionTestUtils.js:testResult:71 chrome://mochikit/content/tests/SimpleTest/specialpowersAPI.js:SpecialPowersAPI.prototype.loadExtension/listener:1997 chrome://mochikit/content/tests/SimpleTest/ChromePowers.js:ChromePowers.prototype._sendReply:35 chrome://mochikit/content/tests/SimpleTest/SpecialPowersObserverAPI.js:SpecialPowersObserverAPI.prototype._receiveMessageAPI/resultListener:576 resource://gre/modules/ExtensionUtils.jsm:runSafeSyncWithoutClone:54 resource://gre/modules/ExtensionUtils.jsm:emit/promises<:689 resource://gre/modules/ExtensionUtils.jsm:emit:688 resource://gre/modules/Extension.jsm:emit:1412 chrome://extensions/content/ext-test.js:testApiFactory/<.test.assertEq:71 resource://gre/modules/ExtensionUtils.jsm:callFunctionNoReturn:1590 resource://gre/modules/Schemas.jsm:inject/stub:1576 resource://gre/modules/Extension.jsm:call:530 resource://gre/modules/Extension.jsm:receiveMessage:450
Assignee: nobody → rob
Status: NEW → ASSIGNED
Comment hidden (mozreview-request) |
Comment 4•6 years ago
|
||
mozreview-review |
Comment on attachment 8790013 [details] Bug 1241719 - Fix intermittent browser_ext_tabs_onUpdated.js https://reviewboard.mozilla.org/r/78012/#review76484
Attachment #8790013 -
Flags: review?(kmaglione+bmo) → review+
Assignee | ||
Updated•6 years ago
|
Keywords: checkin-needed
Pushed by ryanvm@gmail.com: https://hg.mozilla.org/integration/autoland/rev/3c226fecfb2c Fix intermittent browser_ext_tabs_onUpdated.js r=kmag
Keywords: checkin-needed
![]() |
||
Comment 6•6 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/3c226fecfb2c - landed 32 hours ago.
![]() |
||
Updated•6 years ago
|
Target Milestone: --- → mozilla51
Comment 7•6 years ago
|
||
bugherderuplift |
https://hg.mozilla.org/releases/mozilla-aurora/rev/7d67edce5ec0
status-firefox50:
--- → fixed
Flags: in-testsuite+
Updated•4 years ago
|
Product: Toolkit → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•