forked from OSchip/llvm-project
Skip more lldb-mi tests which time out on Darwin
Bot failure: https://ci.swift.org/job/oss-lldb-incremental-osx/1097/testReport/junit/TestMiTarget/MiTargetTestCase/test_lldbmi_target_attach_wait_for/ llvm-svn: 327692
This commit is contained in:
parent
51bc20527b
commit
80a0f020fa
|
@ -18,6 +18,7 @@ class MiTargetTestCase(lldbmi_testcase.MiTestCaseBase):
|
|||
@skipIfFreeBSD # llvm.org/pr22411: Failure presumably due to known thread races
|
||||
@skipIfLinux # cannot attach to process on linux
|
||||
@skipIfRemote # We do not currently support remote debugging via the MI.
|
||||
@skipIfDarwin
|
||||
def test_lldbmi_target_attach_wait_for(self):
|
||||
"""Test that 'lldb-mi --interpreter' works for -target-attach -n <name> --waitfor."""
|
||||
|
||||
|
@ -61,6 +62,7 @@ class MiTargetTestCase(lldbmi_testcase.MiTestCaseBase):
|
|||
@skipIfFreeBSD # llvm.org/pr22411: Failure presumably due to known thread races
|
||||
@skipIfLinux # cannot attach to process on linux
|
||||
@skipIfRemote # We do not currently support remote debugging via the MI.
|
||||
@skipIfDarwin
|
||||
def test_lldbmi_target_attach_name(self):
|
||||
"""Test that 'lldb-mi --interpreter' works for -target-attach -n <name>."""
|
||||
|
||||
|
@ -97,6 +99,7 @@ class MiTargetTestCase(lldbmi_testcase.MiTestCaseBase):
|
|||
@skipIfFreeBSD # llvm.org/pr22411: Failure presumably due to known thread races
|
||||
@skipIfLinux # cannot attach to process on linux
|
||||
@skipIfRemote # We do not currently support remote debugging via the MI.
|
||||
@skipIfDarwin
|
||||
def test_lldbmi_target_attach_pid(self):
|
||||
"""Test that 'lldb-mi --interpreter' works for -target-attach <pid>."""
|
||||
|
||||
|
|
Loading…
Reference in New Issue