forked from OSchip/llvm-project
parent
e8687e6ee1
commit
d50ec8ef5c
|
@ -19,6 +19,7 @@ class MiSignalTestCase(lldbmi_testcase.MiTestCaseBase):
|
|||
@skipIfFreeBSD # llvm.org/pr22411: Fails on FreeBSD apparently due to thread race conditions
|
||||
@expectedFailureNetBSD
|
||||
@skipIfRemote # We do not currently support remote debugging via the MI.
|
||||
@skipIfLinux
|
||||
def test_lldbmi_stopped_when_interrupt(self):
|
||||
"""Test that 'lldb-mi --interpreter' interrupt and resume a looping app."""
|
||||
|
||||
|
|
|
@ -261,6 +261,7 @@ class MiStartupOptionsTestCase(lldbmi_testcase.MiTestCaseBase):
|
|||
@skipIfWindows # llvm.org/pr24452: Get lldb-mi tests working on Windows
|
||||
@skipIfFreeBSD # llvm.org/pr22411: Failure presumably due to known thread races
|
||||
@skipIfDarwin
|
||||
@skipIfLinux
|
||||
def test_lldbmi_log_option(self):
|
||||
"""Test that 'lldb-mi --log' creates a log file in the current directory."""
|
||||
|
||||
|
|
|
@ -20,6 +20,7 @@ class MiSyntaxTestCase(lldbmi_testcase.MiTestCaseBase):
|
|||
@skipIfFreeBSD # llvm.org/pr22411: Failure presumably due to known thread races
|
||||
@skipIfRemote # We do not currently support remote debugging via the MI.
|
||||
@skipIfDarwin
|
||||
@skipIfLinux
|
||||
def test_lldbmi_tokens(self):
|
||||
"""Test that 'lldb-mi --interpreter' prints command tokens."""
|
||||
|
||||
|
|
Loading…
Reference in New Issue