@skipIfLinux flaky lldb-mi tests

llvm-svn: 358848
This commit is contained in:
Pavel Labath 2019-04-21 13:02:49 +00:00
parent e8687e6ee1
commit d50ec8ef5c
3 changed files with 3 additions and 0 deletions

View File

@ -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."""

View File

@ -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."""

View File

@ -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."""