1from lldbsuite.test import lldbinline2from lldbsuite.test import decorators3 4lldbinline.MakeInlineTest(5 __file__, globals(), lldbinline.expectedFailureAll(oslist=["windows"])6)7