コード例 #1
0
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators

lldbinline.MakeInlineTest(__file__, globals(), [
    lldbinline.expectedFailureAll(oslist=["windows"],
                                  bugnumber="llvm.org/pr43707")
])
コード例 #2
0
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators

lldbinline.MakeInlineTest(__file__, globals(), lldbinline.expectedFailureAll(oslist=["windows"]))
コード例 #3
0
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators

lldbinline.MakeInlineTest(
    __file__, globals(),
    lldbinline.expectedFailureAll(oslist=["windows", "linux", "netbsd"]))
コード例 #4
0
ファイル: TestDumpDynamic.py プロジェクト: CodaFi/swift-lldb
from __future__ import absolute_import

from lldbsuite.test import lldbinline

lldbinline.MakeInlineTest(
    __file__, globals(), [
        lldbinline.expectedFailureAll(
            oslist=["windows"], bugnumber="llvm.org/pr24663")])
コード例 #5
0
from __future__ import absolute_import

from lldbsuite.test import lldbinline

lldbinline.MakeInlineTest(__file__, globals(), [lldbinline.expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24663")])
コード例 #6
0
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators

lldbinline.MakeInlineTest(__file__, globals(),
                          lldbinline.expectedFailureAll(oslist=["windows"]))