Ejemplo n.º 1
0
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators

lldbinline.MakeInlineTest(__file__, globals(), [
    lldbinline.expectedFailureAll(oslist=["windows"],
                                  bugnumber="llvm.org/pr43707")
])
Ejemplo n.º 2
0
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators

lldbinline.MakeInlineTest(__file__, globals(), lldbinline.expectedFailureAll(oslist=["windows"]))
Ejemplo n.º 3
0
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators

lldbinline.MakeInlineTest(
    __file__, globals(),
    lldbinline.expectedFailureAll(oslist=["windows", "linux", "netbsd"]))
Ejemplo n.º 4
0
from __future__ import absolute_import

from lldbsuite.test import lldbinline

lldbinline.MakeInlineTest(
    __file__, globals(), [
        lldbinline.expectedFailureAll(
            oslist=["windows"], bugnumber="llvm.org/pr24663")])
Ejemplo n.º 5
0
from __future__ import absolute_import

from lldbsuite.test import lldbinline

lldbinline.MakeInlineTest(__file__, globals(), [lldbinline.expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24663")])
Ejemplo n.º 6
0
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators

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