Page MenuHomeFreeBSD

Add tests for nvlist_clone
ClosedPublic

Authored by rstone on Feb 17 2015, 5:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Feb 7, 6:04 AM
Unknown Object (File)
Sat, Feb 1, 2:11 PM
Unknown Object (File)
Mon, Jan 27, 2:40 PM
Unknown Object (File)
Jan 20 2025, 2:26 AM
Unknown Object (File)
Jan 13 2025, 1:39 AM
Unknown Object (File)
Jan 4 2025, 11:16 AM
Unknown Object (File)
Dec 30 2024, 1:15 AM
Unknown Object (File)
Dec 20 2024, 7:57 PM

Details

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

rstone retitled this revision from to Add tests for nvlist_clone.
rstone edited the test plan for this revision. (Show Details)
rstone added a reviewer: jfv.
rstone added subscribers: pjd, Unknown Object (MLST).
jfv edited edge metadata.
This revision is now accepted and ready to land.Feb 18 2015, 10:12 PM
lib/libnv/tests/nv_tests.cc
324–331 ↗(On Diff #3813)

Don't you want to test the clone here? If the values wre properly copied, if there is only one element, etc.? Now you are testing the source nvlist.

rstone edited edge metadata.

Fix the test case to actually test the clone

This revision now requires review to proceed.Feb 20 2015, 1:28 AM
rstone updated this revision to Diff 4038.

Closed by commit rS279425 (authored by @rstone).