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