9 lines · python
1from lldbsuite.test import lldbinline2from lldbsuite.test import decorators3 4lldbinline.MakeInlineTest(5 __file__,6 globals(),7 [decorators.expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24764")],8)9 1from lldbsuite.test import lldbinline2from lldbsuite.test import decorators3 4lldbinline.MakeInlineTest(5 __file__,6 globals(),7 [decorators.expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24764")],8)9