forked from OSchip/llvm-project
parent
df3dc5b9ca
commit
482b9d0ef8
|
@ -13,7 +13,7 @@ class MiVarTestCase(lldbmi_testcase.MiTestCaseBase):
|
||||||
@lldbmi_test
|
@lldbmi_test
|
||||||
@expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for windows")
|
@expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for windows")
|
||||||
@skipIfFreeBSD # llvm.org/pr22411: Failure presumably due to known thread races
|
@skipIfFreeBSD # llvm.org/pr22411: Failure presumably due to known thread races
|
||||||
@expectedFailureAll("llvm.org/pr23560", oslist="Linux", compiler="gcc", compiler_version=[">=","4.9"], archs=["i386"])
|
@expectedFailureAll("llvm.org/pr23560", oslist=["linux"], compiler="gcc", compiler_version=[">=","4.9"], archs=["i386"])
|
||||||
def test_lldbmi_eval(self):
|
def test_lldbmi_eval(self):
|
||||||
"""Test that 'lldb-mi --interpreter' works for evaluating."""
|
"""Test that 'lldb-mi --interpreter' works for evaluating."""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue