Page MenuHomeFreeBSD

Add unit test for cpuset_parlelist(3)
ClosedPublic

Authored by bapt on Nov 11 2017, 3:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 22, 4:03 PM
Unknown Object (File)
Mar 12 2024, 3:54 PM
Unknown Object (File)
Mar 12 2024, 3:54 PM
Unknown Object (File)
Mar 8 2024, 7:45 AM
Unknown Object (File)
Dec 20 2023, 7:20 AM
Unknown Object (File)
Dec 8 2023, 5:28 AM
Unknown Object (File)
Dec 8 2023, 5:14 AM
Unknown Object (File)
Oct 9 2023, 1:02 PM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 12657
Build 12928: arc lint + arc unit

Event Timeline

jilles requested changes to this revision.Nov 12 2017, 8:20 PM
jilles added inline comments.
lib/libutil/tests/cpuset_test.c
24

This works but ATF_CHECK_EQ may give a clearer message in case of failure (see atf-c(3)).

50

It would be useful to check that the resulting mask contains the expected CPUs, here and in the next test.

This revision now requires changes to proceed.Nov 12 2017, 8:20 PM
This revision was not accepted when it landed; it landed in state Needs Revision.Jun 1 2023, 9:28 PM
This revision was automatically updated to reflect the committed changes.