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)
Fri, Nov 14, 10:54 AM
Unknown Object (File)
Tue, Nov 11, 1:51 AM
Unknown Object (File)
Sun, Nov 2, 10:28 AM
Unknown Object (File)
Oct 29 2025, 4:59 AM
Unknown Object (File)
Oct 28 2025, 9:50 PM
Unknown Object (File)
Oct 27 2025, 6:26 AM
Unknown Object (File)
Oct 22 2025, 3:40 PM
Unknown Object (File)
Oct 18 2025, 2:01 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