summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/process
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2014-12-10 23:25:28 +0000
committerZachary Turner <zturner@google.com>2014-12-10 23:25:28 +0000
commit29278a6ac43c268f419dc095cf7b38a6faacb3e4 (patch)
tree108554bb907c2776332c0e4d884d956d61551582 /lldb/test/python_api/process
parentfb6c3494e73b463f38a8fd5d1a45de92c6da36cc (diff)
downloadbcm5719-llvm-29278a6ac43c268f419dc095cf7b38a6faacb3e4.tar.gz
bcm5719-llvm-29278a6ac43c268f419dc095cf7b38a6faacb3e4.zip
Disable the remaining ProcessIO test on Windows.
This still relies on PutSTDIN, just indirectly. So it was hanging due to not being able to get stdin from the test. llvm-svn: 223983
Diffstat (limited to 'lldb/test/python_api/process')
-rw-r--r--lldb/test/python_api/process/io/TestProcessIO.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/process/io/TestProcessIO.py b/lldb/test/python_api/process/io/TestProcessIO.py
index 583e8b2b76b..a7c38b3852c 100644
--- a/lldb/test/python_api/process/io/TestProcessIO.py
+++ b/lldb/test/python_api/process/io/TestProcessIO.py
@@ -82,7 +82,7 @@ class ProcessIOTestCase(TestBase):
self.buildDsym()
self.do_stdout_stderr_redirection()
- # This one actually should work on Windows, since it doesn't call GetSTDOUT, GetSTDERR, or PutSTDIN.
+ @unittest2.skipIf(sys.platform.startswith("win32"), "stdio manipulation unsupported on Windows")
@python_api_test
@dwarf_test
def test_stdout_stderr_redirection_with_dwarf(self):
OpenPOWER on IntegriCloud