Closed
Bug 2033208
Opened 3 months ago
Closed 3 months ago
"testing if key corruption is detected in attribute" tests fail with sqlite-3.53.0
Categories
(NSS :: Test, defect, P3)
NSS
Test
Tracking
(nss 3.124)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| nss | --- | 3.124 |
People
(Reporter: xry111, Assigned: xry111)
Details
Attachments
(1 file)
Steps to reproduce:
Run the NSS test suite.
Actual results:
All the 9 "testing if key corruption is detected in attribute $i" tests fail.
Expected results:
They should pass.
The reason is sqlite-3.53.0 switches to use lowercase 'x' instead of uppercase 'X' in the ".dump metadata" output.
Match the lowercase 'x' in addition to uppercase 'X' to adapt for the
output format change of sqlite.
Updated•3 months ago
|
Assignee: nobody → xry111
Severity: -- → S3
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Priority: -- → P3
Pushed by jschanck@mozilla.com:
https://hg.mozilla.org/projects/nss/rev/2de0bc0d3bed
fix "testing if key corruption is detected in attribute" failures with sqlite-3.53.0 r=nss-reviewers,jschanck,rrelyea
Status: ASSIGNED → RESOLVED
Closed: 3 months ago
Resolution: --- → FIXED
Updated•3 months ago
|
status-nss:
--- → 3.124
You need to log in
before you can comment on or make changes to this bug.
Description
•