diff options
author | Chaoren Lin <chaorenl@google.com> | 2015-06-09 17:39:27 +0000 |
---|---|---|
committer | Chaoren Lin <chaorenl@google.com> | 2015-06-09 17:39:27 +0000 |
commit | f7160f3fba074cc2985caf23849e75455fd95908 (patch) | |
tree | e1ff3bf21a7fd85c7759415f2a82b273dd24a043 /lldb/test/functionalities/command_regex/TestCommandRegex.py | |
parent | 0e77d227f8bddfc9c855bfacfbc14a652c11ac53 (diff) | |
download | bcm5719-llvm-f7160f3fba074cc2985caf23849e75455fd95908.tar.gz bcm5719-llvm-f7160f3fba074cc2985caf23849e75455fd95908.zip |
XFail pexpect tests for Windows hosts.
Reviewers: vharron, zturner
Subscribers: lldb-commits
Differential Revision: http://reviews.llvm.org/D10340
llvm-svn: 239414
Diffstat (limited to 'lldb/test/functionalities/command_regex/TestCommandRegex.py')
-rw-r--r-- | lldb/test/functionalities/command_regex/TestCommandRegex.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/command_regex/TestCommandRegex.py b/lldb/test/functionalities/command_regex/TestCommandRegex.py index 72ab652bed0..0285e008ad7 100644 --- a/lldb/test/functionalities/command_regex/TestCommandRegex.py +++ b/lldb/test/functionalities/command_regex/TestCommandRegex.py @@ -12,7 +12,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") + @expectedFailureHostWindows("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 |