forked from OSchip/llvm-project
Skip additional lldb-mi tests that failed on FreeBSD
llvm-svn: 232243
This commit is contained in:
parent
678e78ca95
commit
ea627d728b
|
@ -12,6 +12,8 @@ class MiInterpreterExecTestCase(lldbmi_testcase.MiTestCaseBase):
|
|||
|
||||
@lldbmi_test
|
||||
@expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for windows")
|
||||
@skipIfFreeBSD # llvm.org/pr22411: Failure presumably due to known thread races
|
||||
@skipIfLinux # llvm.org/pr22841: lldb-mi tests fail on all Linux buildbots
|
||||
def test_lldbmi_target_create(self):
|
||||
"""Test that 'lldb-mi --interpreter' can create target by 'target create' command."""
|
||||
|
||||
|
|
|
@ -36,6 +36,7 @@ class MiSyntaxTestCase(lldbmi_testcase.MiTestCaseBase):
|
|||
|
||||
@lldbmi_test
|
||||
@expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for windows")
|
||||
@skipIfFreeBSD # llvm.org/pr22411: Failure presumably due to known thread races
|
||||
def test_lldbmi_specialchars(self):
|
||||
"""Test that 'lldb-mi --interpreter' handles complicated strings."""
|
||||
|
||||
|
|
Loading…
Reference in New Issue