drgn/tests/linux_kernel
Stephen Brennan 7e8c5d7bb2 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: c7717280 ("helpers.common.memory: add print_annotated_memory() helper")

Signed-off-by: Stephen Brennan <stephen.s.brennan@oracle.com>
2024-07-18 19:14:48 -07:00
..
helpers tests: Fix print_annotated_memory test on SLOB 2024-07-18 19:14:48 -07:00
kmod tests: fix -Wmissing-prototypes warning in drgn_test kmod 2024-04-04 16:21:30 -07:00
tools tests: replace fork_and_sigwait() and fork_and_call() with fork_and_stop() 2024-03-08 11:57:29 -08:00
vmcore tests: hack around crashed thread stack trace test failures on s390x 2024-03-08 15:23:40 -08:00
__init__.py tests: replace fork_and_sigwait() and fork_and_call() with fork_and_stop() 2024-03-08 11:57:29 -08:00
bpf.py Relicense drgn from GPLv3+ to LGPLv2.1+ 2022-11-01 17:05:16 -07:00
test_debug_info.py tests: replace setenv() with more general modifyenv() 2023-10-11 14:45:06 -07:00
test_special_objects.py tests: Add test for vmcoreinfo special object 2023-08-18 22:21:13 -07:00
test_stack_trace.py tests: replace fork_and_sigwait() and fork_and_call() with fork_and_stop() 2024-03-08 11:57:29 -08:00
test_symbol.py Relicense drgn from GPLv3+ to LGPLv2.1+ 2022-11-01 17:05:16 -07:00
test_threads.py Relicense drgn from GPLv3+ to LGPLv2.1+ 2022-11-01 17:05:16 -07:00