From e5f9bf0da0807cba125925b7f92ee2f488e424dc Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Fri, 8 May 2015 14:20:25 +0000 Subject: Add expectedFailureFreeBSD decorator for buildbot pexpect issue I'm not yet sure what's wrong with pexpect and I cannot reproduce this problem locally. XFAIL these tests for now to reduce buildbot noise so I can track down the remaining buildbot failures. llvm.org/pr22784 llvm-svn: 236857 --- lldb/test/functionalities/command_regex/TestCommandRegex.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/test/functionalities/command_regex/TestCommandRegex.py') diff --git a/lldb/test/functionalities/command_regex/TestCommandRegex.py b/lldb/test/functionalities/command_regex/TestCommandRegex.py index 3d76cf3879b..b5f0bb9cc2a 100644 --- a/lldb/test/functionalities/command_regex/TestCommandRegex.py +++ b/lldb/test/functionalities/command_regex/TestCommandRegex.py @@ -11,6 +11,7 @@ class CommandRegexTestCase(TestBase): mydir = TestBase.compute_mydir(__file__) + @expectedFailureFreeBSD("llvm.org/pr22784: pexpect failing on the FreeBSD buildbot") @expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for windows") def test_command_regex(self): """Test a simple scenario of 'command regex' invocation and subsequent use.""" -- cgit v1.2.3