1from lldbsuite.test import lldbinline, lldbplatformutil 2from lldbsuite.test import decorators 3 4lldbinline.MakeInlineTest( 5 __file__, 6 globals(), 7 [decorators.expectedFailureAll(bugnumber="llvm.org/PR36715", oslist=["windows"])], 8) 9
1from lldbsuite.test import lldbinline, lldbplatformutil 2from lldbsuite.test import decorators 3 4lldbinline.MakeInlineTest( 5 __file__, 6 globals(), 7 [decorators.expectedFailureAll(bugnumber="llvm.org/PR36715", oslist=["windows"])], 8) 9