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/format/TestFormats.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/format/TestFormats.py')
| -rw-r--r-- | lldb/test/functionalities/format/TestFormats.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/format/TestFormats.py b/lldb/test/functionalities/format/TestFormats.py index 3313a1be2d8..55ab2367864 100644 --- a/lldb/test/functionalities/format/TestFormats.py +++ b/lldb/test/functionalities/format/TestFormats.py @@ -12,7 +12,7 @@ class TestFormats(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_formats(self): """Test format string functionality.""" self.buildDwarf () |

