These essentially test building a list/tailq of 100 elements with
_INSERT_HEAD(), iterating over them with _FOREACH(), splitting it with
_SPLIT_AFTER() and concatenating back the results with _CONCAT(),
checking that the lists/tailqs at each step have the right number of
elements and at the expected positions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 63675 Build 60559: arc lint + arc unit
Event Timeline
Comment Actions
Define QUEUE_MACRO_DEBUG_ASSERTIONS explicitly (as this is not automatically enabled for userland programs).