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)
Thu, Oct 2, 2:02 AM
Unknown Object (File)
Wed, Oct 1, 6:37 PM
Unknown Object (File)
Tue, Sep 30, 7:23 AM
Unknown Object (File)
Mon, Sep 29, 11:13 PM
Unknown Object (File)
Fri, Sep 19, 4:01 PM
Unknown Object (File)
Tue, Sep 16, 9:49 PM
Unknown Object (File)
Sep 12 2025, 11:50 PM
Unknown Object (File)
Sep 8 2025, 8:26 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