diff options
author | Pavel Labath <pavel@labath.sk> | 2019-04-21 13:02:49 +0000 |
---|---|---|
committer | Pavel Labath <pavel@labath.sk> | 2019-04-21 13:02:49 +0000 |
commit | d50ec8ef5cf5395077669ee570b6c30ff7ed2511 (patch) | |
tree | 58fc714c06bf63da962ccc11735350c1c68ef3da /lldb/packages/Python | |
parent | e8687e6ee1ba16bb4b6b1d96bb30b155ae5df522 (diff) | |
download | bcm5719-llvm-d50ec8ef5cf5395077669ee570b6c30ff7ed2511.tar.gz bcm5719-llvm-d50ec8ef5cf5395077669ee570b6c30ff7ed2511.zip |
@skipIfLinux flaky lldb-mi tests
llvm-svn: 358848
Diffstat (limited to 'lldb/packages/Python')
3 files changed, 3 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/signal/TestMiSignal.py b/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/signal/TestMiSignal.py index 8e579ceea51..303a9f65e94 100644 --- a/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/signal/TestMiSignal.py +++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/signal/TestMiSignal.py @@ -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.""" diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/startup_options/TestMiStartupOptions.py b/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/startup_options/TestMiStartupOptions.py index f4e2a170b13..b12ebb6dfcd 100644 --- a/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/startup_options/TestMiStartupOptions.py +++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/startup_options/TestMiStartupOptions.py @@ -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.""" diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/syntax/TestMiSyntax.py b/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/syntax/TestMiSyntax.py index 055012e3c41..d9af9f55f93 100644 --- a/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/syntax/TestMiSyntax.py +++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/syntax/TestMiSyntax.py @@ -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.""" |