diff options
author | Zachary Turner <zturner@google.com> | 2015-01-20 22:36:03 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-01-20 22:36:03 +0000 |
commit | 0c426319f6a2cf531bebf9e739adc857b2213194 (patch) | |
tree | 413b983f4277cb7c1a07d437582d9c9a953983a2 /lldb/test/functionalities/command_regex/TestCommandRegex.py | |
parent | 8c8ad37f88a0b14e66703a12d9ac1aaba40d6f87 (diff) | |
download | bcm5719-llvm-0c426319f6a2cf531bebf9e739adc857b2213194.tar.gz bcm5719-llvm-0c426319f6a2cf531bebf9e739adc857b2213194.zip |
XFAIL pexpect tests on Windows.
At some point we will need to either provide a pexpect equivalent
on Windows, or provide some other method of doing out-of-process
tests.
Even with a pexpect replacement, it may be worth re-evaluating
some of these tests to see if they would be better served as
in-process tests. The larger issue of coming up with a pexpect
replacement on Windows is tracked in http://llvm.org/pr22274.
llvm-svn: 226614
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 1cc5a4bb24e..3d76cf3879b 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__) + @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.""" import pexpect |