Open
Bug 1225825
Opened 9 years ago
Updated 2 years ago
Move cmd/pk11gcmtest to external_tests/pk11_gtest/
Categories
(NSS :: Libraries, defect, P3)
NSS
Libraries
Tracking
(firefox45 affected)
NEW
Tracking | Status | |
---|---|---|
firefox45 | --- | affected |
People
(Reporter: ttaubert, Unassigned)
References
(Blocks 1 open bug)
Details
It would be great to have PK11 tests at one place and not have a separate binary for those either.
Comment 1•6 years ago
|
||
Do I need to move these tests:https://searchfox.org/mozilla-central/source/security/nss/cmd/pk11gcmtest/tests
Please correct me If I am doing wrong?
Flags: needinfo?(jjones)
QA Contact: jjones
Comment 2•6 years ago
|
||
That's right. Basically, rewrite the tests in https://hg.mozilla.org/projects/nss/file/tip/cmd/pk11gcmtest/pk11gcmtest.c into a new file in https://hg.mozilla.org/projects/nss/file/tip/gtests/pk11_gtest/ using the GTest suite tools.
These tests are conformance, loading NIST data from that subdirectory and validating it.
This would be a great way to learn GTest formatting and syntax, if you're interested!
Flags: needinfo?(jjones)
Updated•6 years ago
|
Assignee: nobody → 1991manish.kumar
Updated•5 years ago
|
Assignee: 1991manish.kumar → nobody
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•