brintos

brintos / llvm-project-archived public Read only

0
0
Text · 278 B · 16c3043 Raw
12 lines · python
1import lldbsuite.test.lldbinline as lldbinline2from lldbsuite.test.decorators import *3 4lldbinline.MakeInlineTest(5    __file__,6    globals(),7    [8        expectedFailureAll(oslist=["linux"], bugnumber="llvm.org/pr36107"),9        add_test_categories(["gmodules"]),10    ],11)12