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