Closed
Bug 1030708
Opened 11 years ago
Closed 11 years ago
Test failure "Unknown property - identity.ownerUnknown2" in testSecurity/testDVCertificate.js
Categories
(Mozilla QA Graveyard :: Mozmill Tests, defect, P1)
Mozilla QA Graveyard
Mozmill Tests
Tracking
(firefox32 fixed)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox32 | --- | fixed |
People
(Reporter: AndreeaMatei, Assigned: AndreeaMatei)
References
()
Details
(Keywords: regression, Whiteboard: [mozmill-test-failure])
Attachments
(1 file, 1 obsolete file)
|
1.91 KB,
patch
|
andrei
:
review+
andrei
:
checkin+
|
Details | Diff | Splinter Review |
Started failing today on OS X so far, Nightly en-us.
Affected line:
http://hg.mozilla.org/qa/mozmill-tests/file/default/firefox/tests/remote/testSecurity/testDVCertificate.js#l69
I'll investigate this now, might be the property changed in chrome://browser/locale/browser.properties. I guess it will fail on the other platforms as well.
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → andreea.matei
Status: NEW → ASSIGNED
OS: Mac OS X → All
Priority: -- → P1
| Assignee | ||
Comment 1•11 years ago
|
||
Adding skip patch.
Attachment #8446490 -
Flags: review?(andrei.eftimie)
| Assignee | ||
Comment 2•11 years ago
|
||
This was changed in bug 1029862, by http://hg.mozilla.org/mozilla-central/rev/afbd2e8aa96e
That property was removed.
Keywords: regressionwindow-wanted
| Assignee | ||
Comment 3•11 years ago
|
||
Actually I have the fix, we remove the owner check.
Attachment #8446492 -
Flags: review?(andrei.eftimie)
Comment 4•11 years ago
|
||
Comment on attachment 8446492 [details] [diff] [review]
patch v1
Review of attachment 8446492 [details] [diff] [review]:
-----------------------------------------------------------------
Landed:
https://hg.mozilla.org/qa/mozmill-tests/rev/844785a1d284 (default)
Thanks for the quick fix!
Attachment #8446492 -
Flags: review?(andrei.eftimie)
Attachment #8446492 -
Flags: review+
Attachment #8446492 -
Flags: checkin+
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Attachment #8446490 -
Attachment is obsolete: true
Attachment #8446490 -
Flags: review?(andrei.eftimie)
Comment 5•11 years ago
|
||
Comment on attachment 8446492 [details] [diff] [review]
patch v1
Review of attachment 8446492 [details] [diff] [review]:
-----------------------------------------------------------------
::: firefox/tests/remote/testSecurity/testDVCertificate.js
@@ -64,5 @@
> var host = new elementslib.ID(controller.window.document, "identity-popup-content-host");
> expect.equal(host.getNode().textContent, Services.eTLD.getBaseDomainFromHost(cert.commonName),
> "The site identifier string is equal to the cert host");
>
> - var owner = new elementslib.ID(controller.window.document, "identity-popup-content-owner");
Do we really only check the owner for DV certs but not for EV, and OV? If that is the case we should really get this fixed, and tests enhanced.
Updated•11 years ago
|
Flags: needinfo?(andreea.matei)
Comment 6•11 years ago
|
||
(In reply to Henrik Skupin (:whimboo) from comment #5)
> Comment on attachment 8446492 [details] [diff] [review]
> patch v1
>
> Review of attachment 8446492 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> ::: firefox/tests/remote/testSecurity/testDVCertificate.js
> @@ -64,5 @@
> > var host = new elementslib.ID(controller.window.document, "identity-popup-content-host");
> > expect.equal(host.getNode().textContent, Services.eTLD.getBaseDomainFromHost(cert.commonName),
> > "The site identifier string is equal to the cert host");
> >
> > - var owner = new elementslib.ID(controller.window.document, "identity-popup-content-owner");
>
> Do we really only check the owner for DV certs but not for EV, and OV? If
> that is the case we should really get this fixed, and tests enhanced.
We check the owner for EV certificates in testGreenLarry.js.
For the OV certificate I guess it should be the same as DV certificate, no owner.
Comment 7•11 years ago
|
||
So lets file a bug, so that we can coverage for that added.
Comment 8•11 years ago
|
||
Filed bug 1034484.
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
•