xref: /llvm-project/lldb/test/API/lang/cpp/gmodules/templates/TestGModules.py (revision 2238dcc39358353cac21df75c3c3286ab20b8f53)
1import lldbsuite.test.lldbinline as lldbinline
2from lldbsuite.test.decorators import *
3
4lldbinline.MakeInlineTest(
5    __file__,
6    globals(),
7    [
8        expectedFailureAll(oslist=["linux"], bugnumber="llvm.org/pr36107"),
9        add_test_categories(["gmodules"]),
10    ],
11)
12