diff options
Diffstat (limited to 'lldb/test/tools/lldb-mi/syntax/TestMiSyntax.py')
| -rw-r--r-- | lldb/test/tools/lldb-mi/syntax/TestMiSyntax.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lldb/test/tools/lldb-mi/syntax/TestMiSyntax.py b/lldb/test/tools/lldb-mi/syntax/TestMiSyntax.py index 7346bfaf70a..2bcf0bf37e5 100644 --- a/lldb/test/tools/lldb-mi/syntax/TestMiSyntax.py +++ b/lldb/test/tools/lldb-mi/syntax/TestMiSyntax.py @@ -1,4 +1,4 @@ -""" +""" Test that the lldb-mi driver understands MI command syntax. """ @@ -11,7 +11,7 @@ class MiSyntaxTestCase(lldbmi_testcase.MiTestCaseBase): mydir = TestBase.compute_mydir(__file__) @lldbmi_test - @expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for windows") + @skipIfWindows #llvm.org/pr24452: Get lldb-mi tests working on Windows @skipIfFreeBSD # llvm.org/pr22411: Failure presumably due to known thread races def test_lldbmi_tokens(self): """Test that 'lldb-mi --interpreter' prints command tokens.""" @@ -35,7 +35,7 @@ class MiSyntaxTestCase(lldbmi_testcase.MiTestCaseBase): self.expect("\*stopped,reason=\"exited-normally\"") @lldbmi_test - @expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for windows") + @skipIfWindows #llvm.org/pr24452: Get lldb-mi tests working on Windows @skipIfFreeBSD # llvm.org/pr22411: Failure presumably due to known thread races def test_lldbmi_specialchars(self): """Test that 'lldb-mi --interpreter' handles complicated strings.""" @@ -59,7 +59,7 @@ class MiSyntaxTestCase(lldbmi_testcase.MiTestCaseBase): self.expect("\*stopped,reason=\"breakpoint-hit\"") @lldbmi_test - @expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for windows") + @skipIfWindows #llvm.org/pr24452: Get lldb-mi tests working on Windows @skipIfFreeBSD # llvm.org/pr22411: Failure presumably due to known thread races @expectedFailureLinux # Failing in ~6/600 dosep runs (build 3120-3122) def test_lldbmi_process_output(self): |

