Closed
Bug 1282004
Opened 9 years ago
Closed 9 years ago
Convert TestMD4 CPP unit test into a GTest
Categories
(Core :: Security: PSM, defect, P1)
Core
Security: PSM
Tracking
()
RESOLVED
FIXED
mozilla50
| Tracking | Status | |
|---|---|---|
| firefox50 | --- | fixed |
People
(Reporter: Cykesiopka, Assigned: Cykesiopka)
References
()
Details
(Whiteboard: [psm-assigned])
Attachments
(2 files)
Nothing in the file requires functionality provided by the CPP unit test harness, so making the file a GTest makes it more accessible.
| Assignee | ||
Comment 1•9 years ago
|
||
Currently, running all the PSM GTests involves providing a filter that catches
all the various tests. This is annoying and error prone.
The changes here make running all PSM GTests as easy as:
mach gtest "psm*"
Review commit: https://reviewboard.mozilla.org/r/60838/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/60838/
Attachment #8765501 -
Flags: review?(mgoodwin)
Attachment #8765502 -
Flags: review?(mgoodwin)
| Assignee | ||
Comment 2•9 years ago
|
||
Nothing in the file requires functionality provided by the CPP unit test harness,
so making the file a GTest makes it more accessible.
Review commit: https://reviewboard.mozilla.org/r/60840/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/60840/
Updated•9 years ago
|
Attachment #8765501 -
Flags: review?(mgoodwin) → review+
Comment 3•9 years ago
|
||
Comment on attachment 8765501 [details]
Bug 1282004 - Make it easier to run all PSM GTests at once.
https://reviewboard.mozilla.org/r/60838/#review58144
Comment 4•9 years ago
|
||
Comment on attachment 8765502 [details]
Bug 1282004 - Convert TestMD4 CPP unit test into a GTest.
https://reviewboard.mozilla.org/r/60840/#review58146
Attachment #8765502 -
Flags: review?(mgoodwin) → review+
| Assignee | ||
Comment 5•9 years ago
|
||
Keywords: checkin-needed
Pushed by cbook@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/80a6a5d46260
Make it easier to run all PSM GTests at once. r=mgoodwin
https://hg.mozilla.org/integration/mozilla-inbound/rev/731d8d633db8
Convert TestMD4 CPP unit test into a GTest. r=mgoodwin
Keywords: checkin-needed
Comment 7•9 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/80a6a5d46260
https://hg.mozilla.org/mozilla-central/rev/731d8d633db8
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
You need to log in
before you can comment on or make changes to this bug.
Description
•