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, Apr 26, 10:22 PM
Unknown Object (File)
Feb 16 2024, 2:53 PM
Unknown Object (File)
Jan 30 2024, 5:56 AM
Unknown Object (File)
Jan 12 2024, 6:16 AM
Unknown Object (File)
Jan 10 2024, 11:46 AM
Unknown Object (File)
Dec 24 2023, 5:05 AM
Unknown Object (File)
Dec 23 2023, 12:29 AM
Unknown Object (File)
Dec 9 2023, 6:19 PM
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