diff options
Diffstat (limited to 'lldb/test/functionalities/command_regex/TestCommandRegex.py')
-rw-r--r-- | lldb/test/functionalities/command_regex/TestCommandRegex.py | 1 |
1 files changed, 1 insertions, 0 deletions
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.""" |