From ea627d728b49755ffd54e654556d0622949cee94 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Sat, 14 Mar 2015 02:54:57 +0000 Subject: [PATCH] Skip additional lldb-mi tests that failed on FreeBSD llvm-svn: 232243 --- lldb/test/tools/lldb-mi/interpreter/TestMiInterpreterExec.py | 2 ++ lldb/test/tools/lldb-mi/syntax/TestMiSyntax.py | 1 + 2 files changed, 3 insertions(+) diff --git a/lldb/test/tools/lldb-mi/interpreter/TestMiInterpreterExec.py b/lldb/test/tools/lldb-mi/interpreter/TestMiInterpreterExec.py index 06d057c..99e9cb8 100644 --- a/lldb/test/tools/lldb-mi/interpreter/TestMiInterpreterExec.py +++ b/lldb/test/tools/lldb-mi/interpreter/TestMiInterpreterExec.py @@ -12,6 +12,8 @@ class MiInterpreterExecTestCase(lldbmi_testcase.MiTestCaseBase): @lldbmi_test @expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for windows") + @skipIfFreeBSD # llvm.org/pr22411: Failure presumably due to known thread races + @skipIfLinux # llvm.org/pr22841: lldb-mi tests fail on all Linux buildbots def test_lldbmi_target_create(self): """Test that 'lldb-mi --interpreter' can create target by 'target create' command.""" diff --git a/lldb/test/tools/lldb-mi/syntax/TestMiSyntax.py b/lldb/test/tools/lldb-mi/syntax/TestMiSyntax.py index e8dbb98..ed74c0f 100644 --- a/lldb/test/tools/lldb-mi/syntax/TestMiSyntax.py +++ b/lldb/test/tools/lldb-mi/syntax/TestMiSyntax.py @@ -36,6 +36,7 @@ class MiSyntaxTestCase(lldbmi_testcase.MiTestCaseBase): @lldbmi_test @expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for 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.""" -- 2.7.4