drgn/tests/linux_kernel
Omar Sandoval ec9a963571 tests: use symbol from test module instead of __schedule for identify_symbol() test
__schedule tends to end up aliased with other special symbols because
it's placed in the .sched.text section. We're handling
__sched_text_start, but on ppc64, I also saw __cpuidle_text_end. Use
drgn_test_function from the test kernel module instead.

Signed-off-by: Omar Sandoval <osandov@osandov.com>
2023-06-27 18:57:43 -07:00
..
helpers tests: use symbol from test module instead of __schedule for identify_symbol() test 2023-06-27 18:57:43 -07:00
kmod tests: remove unused IDR from test kernel module 2023-06-27 17:31:23 -07:00
vmcore tests: add better test for kernel Program.crashed_thread() 2023-06-15 09:57:18 -07:00
__init__.py tests: enable MM tests on s390x 2023-03-22 15:24:11 -07:00
bpf.py Relicense drgn from GPLv3+ to LGPLv2.1+ 2022-11-01 17:05:16 -07:00
test_debug_info.py libdrgn: linux_kernel: add object finder for jiffies 2023-02-22 11:15:37 -08:00
test_stack_trace.py tests: only run stack tracing tests on implemented architectures 2023-02-18 01:42:38 -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
test_uts.py Relicense drgn from GPLv3+ to LGPLv2.1+ 2022-11-01 17:05:16 -07:00