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/lldbsuite/test/tools/lldb-mi/startup_options | |
| 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/lldbsuite/test/tools/lldb-mi/startup_options')
| -rw-r--r-- | lldb/packages/Python/lldbsuite/test/tools/lldb-mi/startup_options/TestMiStartupOptions.py | 1 |
1 files changed, 1 insertions, 0 deletions
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.""" |

