Closed Bug 1677207 Opened 4 years ago Closed 3 years ago

Upgrade google_test version in NSS

Categories

(NSS :: Test, enhancement)

enhancement

Tracking

(Not tracked)

RESOLVED FIXED

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.

Depends on D98816

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

Depends on D98818

Depends on D98820

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
Attachment #9191408 - Attachment is obsolete: true
Attachment #9191409 - Attachment is obsolete: true
Attachment #9191410 - Attachment is obsolete: true
Attachment #9191412 - Attachment is obsolete: true
Attachment #9191413 - Attachment is obsolete: true
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: