mirror of
https://github.com/JakeHillion/drgn.git
synced 2024-12-22 17:23:06 +00:00
7e8c5d7bb2
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:
|
||
---|---|---|
.. | ||
helpers | ||
kmod | ||
tools | ||
vmcore | ||
__init__.py | ||
bpf.py | ||
test_debug_info.py | ||
test_special_objects.py | ||
test_stack_trace.py | ||
test_symbol.py | ||
test_threads.py |