1import lldbsuite.test.lldbinline as lldbinline 2from lldbsuite.test.decorators import * 3 4lldbinline.MakeInlineTest(__file__, globals(), [ 5 expectedFailureAll(oslist=["linux"], bugnumber="llvm.org/pr36107"), 6 add_test_categories(["gmodules"])]) 7