On 2025-07-10 12:39:48+0200, Benjamin Berg wrote:
From: Benjamin Berg benjamin.berg@intel.com
Add new helpers to track multiple steps as bits in an integer. Store each step in a bit and use the lowest bit to store whether all steps occurred in the correct order and only once.
Use this for the constructor tests.
We actually stopped validating the constructor execution order in commit a782d45c867c ("selftests/nolibc: stop testing constructor order") Sorry for my misinformation.
I think we can keep the scheme for the signal tests. but I would prefer a function instead of a macro.
(...)