Closed
Bug 741392
Opened 13 years ago
Closed 13 years ago
Mozmill test failure /testSecurity/testGreyLarry.js | "Controller.assertJSProperty(ID: page-proxy-favicon)"
Categories
(Mozilla QA Graveyard :: Mozmill Tests, defect)
Mozilla QA Graveyard
Mozmill Tests
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: vladmaniac, Assigned: vladmaniac)
References
()
Details
(Whiteboard: [mozmill-test-failure][mozmill-functional])
Attachments
(1 file)
1.33 KB,
patch
|
u279076
:
review+
|
Details | Diff | Splinter Review |
Branch: default
------------------------------------------------------------------------------------------
Mozmill version: 1.5.6
------------------------------------------------------------------------------------------
First time failure: 30th of March 2012
------------------------------------------------------------------------------------------
Failure:
([object Object],"src","http://www.mozilla.org/org/favicon.ico")@resource://mozmill/modules/controller.js:998 ()@resource://mozmill/modules/frame.js -> file:///tmp/tmpS31Yh_.mozmill-tests/tests/functional/testSecurity/testGreyLarry.js:26 ((function () {controller.open("http://www.mozilla.org");controller.waitForPageLoad();var favicon = new elementslib.ID(controller.window.document, "page-proxy-favicon");controller.assertJSProperty(favicon, "src", "http://www.mozilla.org/org/favicon.ico");controller.assertValue(new elementslib.ID(controller.window.document, "identity-icon-label"), "");controller.click(new elementslib.ID(controller.window.document, "identity-box"));var doorhanger = new elementslib.ID(controller.window.document, "identity-popup");controller.waitFor(function () {return doorhanger.getNode().state === "open";}, "Identity popup has been opened");controller.assertJSProperty(doorhanger, "className", "unknownIdentity");var moreInfoButton = new elementslib.ID(controller.window.document, "identity-popup-more-info-button");controller.click(moreInfoButton);utils.handleWindow("type", "Browser:page-info", checkSecurityTab);}))@resource://mozmill/modules/frame.js:557 ([object Object])@resource://mozmill/modules/frame.js:626 ([object Object])@resource://mozmill/modules/frame.js:669 ("/tmp/tmpS31Yh_.mozmill-tests/tests/functional/testSecurity/testGreyLarry.js")@resource://mozmill/modules/frame.js:506 ("/tmp/tmpS31Yh_.mozmill-tests/tests/functional/testSecurity/testGreyLarry.js")@resource://mozmill/modules/frame.js:681 ((function (filename, invokedFromIDE) {var runner = new Runner(new Collector, invokedFromIDE);runner.runTestFile(filename);runner.end();return true;}),[object Array])@resource://jsbridge/modules/server.js:179 ("7d1b2bba-7a7e-11e1-8bd0-000c29efbf5b",(function (filename, invokedFromIDE) {var runner = new Runner(new Collector, invokedFromIDE);runner.runTestFile(filename);runner.end();return true;}),[object Array])@resource://jsbridge/modules/server.js:183 @resource://jsbridge/modules/server.js:283
------------------------------------------------------------------------------------------
Latest failure report:
http://mozmill-release.blargon7.com/#/functional/report/e1a0928e536ababe778cc98b7c384342
------------------------------------------------------------------------------------------
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → vlad.mozbugs
Status: NEW → ASSIGNED
Whiteboard: [mozmill-test-failure][mozmill-functional]
Assignee | ||
Updated•13 years ago
|
Assignee | ||
Comment 1•13 years ago
|
||
Just the favicon url changed. Tiny patch fix
Attachment #611456 -
Flags: review?(anthony.s.hughes)
Assignee | ||
Comment 2•13 years ago
|
||
This patch applies to all branches. Its not a Firefox related fix, but considering the mozilla.org page
Comment on attachment 611456 [details] [diff] [review]
fix v1.0 [landed]
Trivial fix, r+
Attachment #611456 -
Flags: review?(anthony.s.hughes) → review+
Comment on attachment 611456 [details] [diff] [review]
fix v1.0 [landed]
Landed:
http://hg.mozilla.org/qa/mozmill-tests/rev/3b8476081653 (default)
http://hg.mozilla.org/qa/mozmill-tests/rev/93da5df16fdd (aurora)
http://hg.mozilla.org/qa/mozmill-tests/rev/39d026df7aea (beta)
http://hg.mozilla.org/qa/mozmill-tests/rev/749df0a2c018 (release)
http://hg.mozilla.org/qa/mozmill-tests/rev/9390b8810eff (esr10)
http://hg.mozilla.org/qa/mozmill-tests/rev/3f081b1c8067 (1.9.2)
Attachment #611456 -
Attachment description: fix patch v1.0 → fix v1.0 [landed]
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Mozilla QA → Mozilla QA Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•