llvm/lldb/test/API/lang/cpp/gmodules/templates/TestGModules.py

import lldbsuite.test.lldbinline as lldbinline
from lldbsuite.test.decorators import *

lldbinline.MakeInlineTest(
    __file__,
    globals(),
    [
        expectedFailureAll(oslist=["linux"], bugnumber="llvm.org/pr36107"),
        add_test_categories(["gmodules"]),
    ],
)