12 lines · python
1import lldbsuite.test.lldbinline as lldbinline2from 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