Page MenuHomeFreeBSD

fusefs tests: handle -Wdeprecated* issues with GoogleTest 1.14.0
ClosedPublic

Authored by ngie on Aug 9 2023, 7:41 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 16, 7:24 PM
Unknown Object (File)
Sat, Nov 16, 7:24 PM
Unknown Object (File)
Oct 10 2024, 8:22 AM
Unknown Object (File)
Sep 19 2024, 10:22 PM
Unknown Object (File)
Sep 19 2024, 7:45 PM
Unknown Object (File)
Sep 10 2024, 11:15 PM
Unknown Object (File)
Sep 10 2024, 4:44 PM
Unknown Object (File)
Aug 28 2024, 8:10 AM
Subscribers

Details

Summary

INSTANTIATE_TEST_CASE_P has been replaced with INSTANTIATE_TEST_SUITE_P.
Replace all uses of the former macro with the latter macro.

While here, address the fact that the latter macro doesn't permit some
of the constructions that the former macro did, e.g., empty parameters,
etc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable