Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: Fix print_annotated_memory test on SLOB
The test for print_annotated_memory() shouldn't assert anything when CONFIG_SLOB is enabled, because we can't find slab objects. However, the test shouldn't be skipped entirely, because print_annotated_memory() should run without error in this case. Skip the assertion only. Fixes: c771728 ("helpers.common.memory: add print_annotated_memory() helper") Signed-off-by: Stephen Brennan <[email protected]>
- Loading branch information