Closed Bug 1126175 Opened 10 years ago Closed 10 years ago

Test failure 'The correct SSL error title is shown - 'Unable to Connect Securely' should equal 'Secure Connection Failed ' in testSecurity/testSSLDisabledErrorPage.js

Categories

(Mozilla QA Graveyard :: Mozmill Tests, defect)

Version 3
defect
Not set
normal

Tracking

(firefox36 fixed)

RESOLVED FIXED
Tracking Status
firefox36 --- fixed

People

(Reporter: daniela.domnici, Assigned: teodruta)

References

()

Details

(Keywords: regression, Whiteboard: [mozmill-test-failure])

Attachments

(2 files, 1 obsolete file)

Module: testDisableSSL Test: /testSecurity/testSSLDisabledErrorPage.js Errors: The correct SSL error title is shown - 'Unable to Connect Securely' should equal 'Secure Connection Failed', The SSL error message contains disabled information - 'Firefox cannot guarantee the safety of your data on tlsv1-0.mozqa.com because it uses SSLv3, a broken security protocol.' should contain 'ssl_error_no_cypher_overlap' Platforms: All Reports: http://mozmill-release.blargon7.com/#/remote/failure?app=Firefox&branch=All&platform=All&from=2015-01-26&to=&test=%2FtestSecurity%2FtestSSLDisabledErrorPage.js&func=testDisableSSL
Whiteboard: [mozmill-test-failure]
Since this failed for over 600 times on the last beta we might want to skip this, right?
Created skip patch for beta branch.
Attachment #8555078 - Flags: review?(hskupin)
Attachment #8555078 - Flags: review?(andreea.matei)
Attachment #8555078 - Flags: review?(hskupin)
Attachment #8555078 - Flags: review?(andreea.matei)
Attachment #8555078 - Flags: review+
Whiteboard: [mozmill-test-failure] → [mozmill-test-failure][mozmill-test-skipped]
This looks like a regression on the latest beta I'll look over it.
Attached patch fixssldisable_beta.patch (obsolete) — Splinter Review
This should fix the failures, also eventual future changes that's why I decided to use (oldSecurityProtTitle || nssFailure2title).
Assignee: nobody → teodor.druta
Status: NEW → ASSIGNED
Attachment #8555149 - Flags: review?(mihaela.velimiroviciu)
Attachment #8555149 - Flags: review?(andreea.matei)
Comment on attachment 8555149 [details] [diff] [review] fixssldisable_beta.patch Review of attachment 8555149 [details] [diff] [review]: ----------------------------------------------------------------- r=me with the nit bellow fixed. ::: firefox/tests/remote/testSecurity/testSSLDisabledErrorPage.js @@ +51,5 @@ > > var nssFailure2title = utils.getEntity(DTDS, "nssFailure2.title"); > + var oldSecurityProtTitle = utils.getEntity(DTDS, "oldSecurityProtocol.title"); > + expect.waitFor(() => title.getNode().textContent === > + (oldSecurityProtTitle || nssFailure2title), This should be aligned with title.getNode
Attachment #8555149 - Flags: review?(mihaela.velimiroviciu) → review+
Fixed.
Attachment #8555149 - Attachment is obsolete: true
Attachment #8555149 - Flags: review?(andreea.matei)
Attachment #8555156 - Flags: review?(andreea.matei)
(In reply to Teodor Druta from comment #4) > This looks like a regression on the latest beta I'll look over it. What changeset caused this bustage on beta?
This is the changeset: https://hg.mozilla.org/releases/mozilla-beta/rev/ea3b10634381 Bug 1098371 - Create localized version of sslv3 error page
Attachment #8555156 - Flags: review?(andreea.matei) → review+
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
(In reply to Teodor Druta from comment #9) > Bug 1098371 - Create localized version of sslv3 error page Thanks. In the future please do not forget to update the dependencies and keywords.
Blocks: 1098371
OS: Linux → All
Hardware: x86_64 → All
Whiteboard: [mozmill-test-failure][mozmill-test-skipped] → [mozmill-test-failure]
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: