drgn/tests
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 drgn.helpers.common.format: add number_to_binary_units() 2023-02-01 13:18:16 -08:00
linux_kernel tests: use symbol from test module instead of __schedule for identify_symbol() test 2023-06-27 18:57:43 -07:00
__init__.py tests: don't compare values of reference objects in assertIdentical() 2023-02-22 13:33:47 -08:00
assembler.py Relicense drgn from GPLv3+ to LGPLv2.1+ 2022-11-01 17:05:16 -07:00
dwarf.py Relicense drgn from GPLv3+ to LGPLv2.1+ 2022-11-01 17:05:16 -07:00
dwarfwriter.py tests: test compressed debug sections 2023-06-20 13:45:04 -07:00
elf.py tests: test compressed debug sections 2023-06-20 13:45:04 -07:00
elfwriter.py tests: test compressed debug sections 2023-06-20 13:45:04 -07:00
libdrgn.py libdrgn: add limited support for looking up types with template arguments 2022-12-14 20:55:03 -08:00
sample.coredump.zst Implement a new API for representing threads 2022-01-11 17:28:17 -08:00
test_docs.py Relicense drgn from GPLv3+ to LGPLv2.1+ 2022-11-01 17:05:16 -07:00
test_dwarf.py tests: test compressed debug sections 2023-06-20 13:45:04 -07:00
test_language_c.py Add test cases for parsing C++ identifiers with template parameters 2022-12-14 20:55:03 -08:00
test_lexer.py Relicense drgn from GPLv3+ to LGPLv2.1+ 2022-11-01 17:05:16 -07:00
test_object.py Relicense drgn from GPLv3+ to LGPLv2.1+ 2022-11-01 17:05:16 -07:00
test_path.py Relicense drgn from GPLv3+ to LGPLv2.1+ 2022-11-01 17:05:16 -07:00
test_platform.py Relicense drgn from GPLv3+ to LGPLv2.1+ 2022-11-01 17:05:16 -07:00
test_program.py libdrgn: fix finding types beginning in size_t or ptrdiff_t 2022-11-28 16:21:56 -08:00
test_python.py Relicense drgn from GPLv3+ to LGPLv2.1+ 2022-11-01 17:05:16 -07:00
test_serialize.py Relicense drgn from GPLv3+ to LGPLv2.1+ 2022-11-01 17:05:16 -07:00
test_symbol.py Relicense drgn from GPLv3+ to LGPLv2.1+ 2022-11-01 17:05:16 -07:00
test_thread.py Relicense drgn from GPLv3+ to LGPLv2.1+ 2022-11-01 17:05:16 -07:00
test_type.py Relicense drgn from GPLv3+ to LGPLv2.1+ 2022-11-01 17:05:16 -07:00
test_util.py Relicense drgn from GPLv3+ to LGPLv2.1+ 2022-11-01 17:05:16 -07:00