Closed
Bug 874601
Opened 12 years ago
Closed 12 years ago
(Australis) 2 Failing social API tests on OS X on UX
Categories
(Firefox :: Toolbars and Customization, defect)
Tracking
()
RESOLVED
FIXED
Firefox 24
People
(Reporter: Gijs, Assigned: Gijs)
References
Details
Attachments
(1 file)
2.51 KB,
patch
|
markh
:
review+
|
Details | Diff | Splinter Review |
Both opt and debug, all versions. On debug, it looks like:
09:20:06 WARNING - TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/social/browser_social_toolbar.js | sub-test testNoAmbientNotificationsIsNoKeyboardMenu failed: TypeError: document.getElementById(...).openPopup is not a function
09:20:06 WARNING - TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/social/browser_social_toolbar.js | status value is correct - Got , expected 42
09:20:06 WARNING - TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/social/browser_social_toolbar.js | - Got , expected Test Ambient 1 ⁆ (42)
09:20:07 WARNING - TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/social/browser_social_toolbar.js | uncaught exception - TypeError: Social.provider is null at chrome://mochitests/content/browser/browser/base/content/test/social/browser_social_toolbar.js:131
Assignee | ||
Comment 1•12 years ago
|
||
This is probably a timing issue with the next() calls and test finishing not happening before the rest of the code runs. Instead, there should just be returns after the next() calls. I've fired off a try run with this change:
https://tbpl.mozilla.org/?tree=Try&rev=112d80638293
Assignee: nobody → gijskruitbosch+bugs
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•12 years ago
|
||
Waiting with r? until try results come in.
Assignee | ||
Comment 3•12 years ago
|
||
Comment on attachment 752603 [details] [diff] [review]
Patch v1
Try run was green, Mark, could you review this? :-)
Attachment #752603 -
Flags: review?(mhammond)
Comment 4•12 years ago
|
||
Comment on attachment 752603 [details] [diff] [review]
Patch v1
Review of attachment 752603 [details] [diff] [review]:
-----------------------------------------------------------------
hrmph - I wonder why that isn't failing on m-c!
Attachment #752603 -
Flags: review?(mhammond) → review+
Assignee | ||
Comment 5•12 years ago
|
||
Pushed to inbound: https://hg.mozilla.org/integration/mozilla-inbound/rev/8eebe35aae63
Comment 6•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 24
You need to log in
before you can comment on or make changes to this bug.
Description
•