xref: /llvm-project/lldb/test/API/lang/cpp/gmodules/templates/TestGModules.py (revision 2238dcc39358353cac21df75c3c3286ab20b8f53)
13b44c9afSMichael Buchimport lldbsuite.test.lldbinline as lldbinline
23b44c9afSMichael Buchfrom lldbsuite.test.decorators import *
33b44c9afSMichael Buch
4*2238dcc3SJonas Devliegherelldbinline.MakeInlineTest(
5*2238dcc3SJonas Devlieghere    __file__,
6*2238dcc3SJonas Devlieghere    globals(),
7*2238dcc3SJonas Devlieghere    [
81c6826e8SMichael Buch        expectedFailureAll(oslist=["linux"], bugnumber="llvm.org/pr36107"),
9*2238dcc3SJonas Devlieghere        add_test_categories(["gmodules"]),
10*2238dcc3SJonas Devlieghere    ],
11*2238dcc3SJonas Devlieghere)
12