Page MenuHomeFreeBSD

Add tests for nvlist_clone
ClosedPublic

Authored by rstone on Feb 17 2015, 5:43 PM.
Tags
None
Referenced Files
F81637202: D1870.id3813.diff
Fri, Apr 19, 7:49 AM
F81625102: D1870.id3862.diff
Fri, Apr 19, 4:24 AM
Unknown Object (File)
Mon, Apr 8, 6:50 AM
Unknown Object (File)
Sat, Apr 6, 7:35 AM
Unknown Object (File)
Sat, Apr 6, 6:27 AM
Unknown Object (File)
Sat, Apr 6, 4:58 AM
Unknown Object (File)
Mar 13 2024, 10:18 AM
Unknown Object (File)
Feb 17 2024, 11:01 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).