1from lldbsuite.test import lldbinline 2from lldbsuite.test import decorators 3 4lldbinline.MakeInlineTest( 5 __file__, 6 globals(), 7 [ 8 decorators.expectedFailureAll(bugnumber="llvm.org/pr50814", compiler="gcc"), 9 ], 10) 11
1from lldbsuite.test import lldbinline 2from lldbsuite.test import decorators 3 4lldbinline.MakeInlineTest( 5 __file__, 6 globals(), 7 [ 8 decorators.expectedFailureAll(bugnumber="llvm.org/pr50814", compiler="gcc"), 9 ], 10) 11