mirror of
https://github.com/JakeHillion/drgn.git
synced 2024-12-24 10:03:05 +00:00
40e509044c
We currently have no test coverage for helpers. This is a problem, as they can be fairly complicated and are susceptible to breaking with new kernel versions. It's actually not too hard to test user-facing subsystems on the running kernel as long as we're root and have debug info for vmlinux, so let's add several tests for those. Specific data structures will be a little trickier to test, so for now I'm not covering those. |
||
---|---|---|
.. | ||
helpers | ||
__init__.py | ||
dwarf.py | ||
dwarfwriter.py | ||
elf.py | ||
elfwriter.py | ||
libdrgn.py | ||
test_docs.py | ||
test_dwarf.py | ||
test_language_c.py | ||
test_lexer.py | ||
test_object.py | ||
test_path.py | ||
test_platform.py | ||
test_program.py | ||
test_python.py | ||
test_serialize.py | ||
test_type.py |