diff options
Diffstat (limited to 'packages/Python/lldbsuite/test/tools/lldb-mi')
| -rw-r--r-- | packages/Python/lldbsuite/test/tools/lldb-mi/startup_options/TestMiStartupOptions.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Python/lldbsuite/test/tools/lldb-mi/startup_options/TestMiStartupOptions.py b/packages/Python/lldbsuite/test/tools/lldb-mi/startup_options/TestMiStartupOptions.py index 7c225ab87a3c..467952db7eba 100644 --- a/packages/Python/lldbsuite/test/tools/lldb-mi/startup_options/TestMiStartupOptions.py +++ b/packages/Python/lldbsuite/test/tools/lldb-mi/startup_options/TestMiStartupOptions.py @@ -139,7 +139,7 @@ class MiStartupOptionsTestCase(lldbmi_testcase.MiTestCaseBase):              with open(destFile, 'w+') as dest:                  dest.write(src.read().replace("a.out", self.myexe))          return destFile -         +      @skipIfRemote   # We do not currently support remote debugging via the MI.      @skipIfWindows  # llvm.org/pr24452: Get lldb-mi tests working on Windows      @skipIfFreeBSD  # llvm.org/pr22411: Failure presumably due to known thread races  | 
