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)
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)
|
1.30 KB,
patch
|
AndreeaMatei
:
review+
|
Details | Diff | Splinter Review |
|
2.20 KB,
patch
|
AndreeaMatei
:
review+
|
Details | Diff | Splinter Review |
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
| Reporter | ||
Updated•10 years ago
|
status-firefox36:
--- → affected
Whiteboard: [mozmill-test-failure]
Comment 1•10 years ago
|
||
Since this failed for over 600 times on the last beta we might want to skip this, right?
| Reporter | ||
Comment 2•10 years ago
|
||
Created skip patch for beta branch.
Attachment #8555078 -
Flags: review?(hskupin)
Attachment #8555078 -
Flags: review?(andreea.matei)
Updated•10 years ago
|
Attachment #8555078 -
Flags: review?(hskupin)
Attachment #8555078 -
Flags: review?(andreea.matei)
Attachment #8555078 -
Flags: review+
Comment 3•10 years ago
|
||
Keywords: regression,
regressionwindow-wanted
Whiteboard: [mozmill-test-failure] → [mozmill-test-failure][mozmill-test-skipped]
| Assignee | ||
Comment 4•10 years ago
|
||
This looks like a regression on the latest beta I'll look over it.
| Assignee | ||
Comment 5•10 years ago
|
||
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 6•10 years ago
|
||
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+
| Assignee | ||
Comment 7•10 years ago
|
||
Fixed.
Attachment #8555149 -
Attachment is obsolete: true
Attachment #8555149 -
Flags: review?(andreea.matei)
Attachment #8555156 -
Flags: review?(andreea.matei)
Comment 8•10 years ago
|
||
(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?
| Assignee | ||
Comment 9•10 years ago
|
||
This is the changeset: https://hg.mozilla.org/releases/mozilla-beta/rev/ea3b10634381
Bug 1098371 - Create localized version of sslv3 error page
Updated•10 years ago
|
Attachment #8555156 -
Flags: review?(andreea.matei) → review+
Comment 10•10 years ago
|
||
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 11•10 years ago
|
||
(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.
Updated•10 years ago
|
Whiteboard: [mozmill-test-failure][mozmill-test-skipped] → [mozmill-test-failure]
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
•