mirror of
https://github.com/JakeHillion/drgn.git
synced 2024-12-22 01:03:07 +00:00
tests: require full MM support for print_annotated_memory() test
Full MM support is required to identify slab objects. Signed-off-by: Omar Sandoval <osandov@osandov.com>
This commit is contained in:
parent
5b8c4670d7
commit
a991bd523b
@ -82,6 +82,7 @@ class TestIdentifyAddress(LinuxKernelTestCase):
|
||||
|
||||
|
||||
class TestPrintAnnotatedMemory(LinuxKernelTestCase):
|
||||
@skip_unless_have_full_mm_support
|
||||
@skip_unless_have_test_kmod
|
||||
def test_print_annotated_memory(self):
|
||||
f = io.StringIO()
|
||||
|
Loading…
Reference in New Issue
Block a user