Closed
Bug 1677207
Opened 5 years ago
Closed 5 years ago
Upgrade google_test version in NSS
Categories
(NSS :: Test, enhancement)
NSS
Test
Tracking
(Not tracked)
RESOLVED
FIXED
3.61
People
(Reporter: kjacobs, Assigned: kjacobs)
Details
Attachments
(3 files, 5 obsolete files)
Our GoogleTest version (1.8.1) is pretty old. The latest has GTEST_SKIP and some other nice-to-have features.
We should upgrade our dependency and use GTEST_SKIP where appropriate.
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
Depends on D98814
| Assignee | ||
Comment 3•5 years ago
|
||
Depends on D98815
| Assignee | ||
Comment 4•5 years ago
|
||
Depends on D98816
| Assignee | ||
Comment 5•5 years ago
|
||
grep -rl --exclude-dir=gtests/google_test/ INSTANTIATE_TEST_CASE_P gtests | xargs sed -i '' s/INSTANTIATE_TEST_CASE_P/INSTANTIATE_TEST_SUITE_P/g
Depends on D98817
| Assignee | ||
Comment 6•5 years ago
|
||
Depends on D98818
| Assignee | ||
Comment 7•5 years ago
|
||
Depends on D98819
| Assignee | ||
Comment 8•5 years ago
|
||
Depends on D98820
Updated•5 years ago
|
Attachment #9191411 -
Attachment description: Bug 1677207 - Replace INSTANTIATE_TEST_CASE_P, which is deprecated, with INSTANTIATE_TEST_SUITE_P → Bug 1677207 - Replace references to TestCase, which is deprecated, with TestSuite
Updated•5 years ago
|
Attachment #9191408 -
Attachment is obsolete: true
Updated•5 years ago
|
Attachment #9191409 -
Attachment is obsolete: true
Updated•5 years ago
|
Attachment #9191410 -
Attachment is obsolete: true
Updated•5 years ago
|
Attachment #9191412 -
Attachment is obsolete: true
Updated•5 years ago
|
Attachment #9191413 -
Attachment is obsolete: true
| Assignee | ||
Comment 9•5 years ago
|
||
https://hg.mozilla.org/projects/nss/rev/89141382df45ab72c8a6300c71f7634034370d18
https://hg.mozilla.org/projects/nss/rev/e15b78be87fad78ff262d06c4dd3e09efd59e3d2
https://hg.mozilla.org/projects/nss/rev/0772f1bf5fd6b68da79550c1b93fbab1db4f3acc
Assignee: nobody → kjacobs.bugzilla
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → 3.61
You need to log in
before you can comment on or make changes to this bug.
Description
•