Closed
Bug 1176732
Opened 10 years ago
Closed 10 years ago
Fix for bug 102794 breaks gtests
Categories
(NSS :: Libraries, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
3.20
People
(Reporter: ekr, Assigned: ekr)
Details
[ FAILED ] 5 tests, listed below:
[ FAILED ] SkipTls10/TlsSkipTest.SkipCertificate/0, where GetParam() =
("TLS", 769)
[ FAILED ] SkipVariants/TlsSkipTest.SkipCertificate/0, where GetParam() =
("TLS", 770)
[ FAILED ] SkipVariants/TlsSkipTest.SkipCertificate/1, where GetParam() =
("TLS", 771)
[ FAILED ] SkipVariants/TlsSkipTest.SkipCertificate/2, where GetParam() =
("DTLS", 770)
[ FAILED ] SkipVariants/TlsSkipTest.SkipCertificate/3, where GetParam() =
("DTLS", 771)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → kaie
Comment 1•10 years ago
|
||
In all failed tests, the expected error was
SSL_ERROR_RX_UNEXPECTED_HELLO_DONE
but the test failed with
SSL_ERROR_RX_UNEXPECTED_SERVER_KEY_EXCH
Assignee | ||
Comment 2•10 years ago
|
||
(In reply to Kai Engert (:kaie) from comment #1)
> In all failed tests, the expected error was
> SSL_ERROR_RX_UNEXPECTED_HELLO_DONE
>
> but the test failed with
> SSL_ERROR_RX_UNEXPECTED_SERVER_KEY_EXCH
Yes, the problem is that you (implicitly) changed the default from RSA to DHE so you get a different error.
Did you run the gtests prior to landing?
Assignee | ||
Comment 3•10 years ago
|
||
MT, please review patch at:
https://codereview.appspot.com/241640043/
Flags: needinfo?(martin.thomson)
Comment 4•10 years ago
|
||
(In reply to Eric Rescorla (:ekr) from comment #2)
> Did you run the gtests prior to landing?
Yes, I did, but I might have been confused by the output.
The final part of the output on the console says:
Tests summary:
--------------
Passed: 576
Failed: 0
Failed with core: 1
Unknown status: 0
And the "failed with core" was the reference counting issue that I had discussed.
I had not noticed that were other failures reported further up in the output, I trusted the final trailing lines.
Assignee | ||
Comment 5•10 years ago
|
||
ugh. Seems like all.sh could do better.
Assignee | ||
Comment 6•10 years ago
|
||
mt, please ignore previous review request. here is the right patch
https://codereview.appspot.com/245490043/
Assignee | ||
Comment 7•10 years ago
|
||
r+ from MT on rietveld.
Assignee | ||
Comment 8•10 years ago
|
||
Committed as: http://hg.mozilla.org/projects/nss/rev/22bc54abbfc7
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(martin.thomson)
Resolution: --- → FIXED
Updated•10 years ago
|
Assignee: kaie → ekr
Updated•10 years ago
|
Target Milestone: --- → 3.20
You need to log in
before you can comment on or make changes to this bug.
Description
•