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, Aug 15, 6:18 AM
Unknown Object (File)
Thu, Aug 13, 5:22 PM
Unknown Object (File)
Thu, Aug 13, 1:35 PM
Unknown Object (File)
Wed, Aug 12, 12:00 PM
Unknown Object (File)
Wed, Aug 12, 11:37 AM
Unknown Object (File)
Tue, Aug 11, 11:49 PM
Unknown Object (File)
Sat, Aug 8, 11:05 PM
Unknown Object (File)
Fri, Jul 31, 3:05 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 53018
Build 49909: arc lint + arc unit