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:
Omar Sandoval 2024-06-18 12:12:25 -07:00
parent 5b8c4670d7
commit a991bd523b

View File

@ -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()