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)

defect

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)

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: nobody → andreea.matei
Status: NEW → ASSIGNED
OS: Mac OS X → All
Priority: -- → P1
Attached patch skip patch (obsolete) — Splinter Review
Adding skip patch.
Attachment #8446490 - Flags: review?(andrei.eftimie)
This was changed in bug 1029862, by http://hg.mozilla.org/mozilla-central/rev/afbd2e8aa96e That property was removed.
Attached patch patch v1Splinter Review
Actually I have the fix, we remove the owner check.
Attachment #8446492 - Flags: review?(andrei.eftimie)
Blocks: 1029862
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+
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Attachment #8446490 - Attachment is obsolete: true
Attachment #8446490 - Flags: review?(andrei.eftimie)
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.
Flags: needinfo?(andreea.matei)
(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.
So lets file a bug, so that we can coverage for that added.
Info provided in comment 6.
Flags: needinfo?(andreea.matei)
Product: Mozilla QA → Mozilla QA Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: