summaryrefslogtreecommitdiff
path: root/lldb/test/python_api/process/io
AgeCommit message (Expand)Author
2015-10-28Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner
2015-10-27Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner
2015-10-26Port the python api decorator to use test categoriesPavel Labath
2015-10-23Add from __future__ import print_function everywhere.Zachary Turner
2015-10-22Update every test to import `lldb_shared`.Zachary Turner
2015-09-30Merge dwarf and dsym testsTamas Berghammer
2015-03-30Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack
2015-03-12Fix ProcessIO test failuresPavel Labath
2015-03-05XFAIL tests that are known to fail occasionally on LinuxVince Harron
2015-02-13Fix TestProcessIO.py when run against a remote targetVince Harron
2015-02-10Fix 'process launch -i' for remote processesVince Harron
2014-12-10Disable the remaining ProcessIO test on Windows.Zachary Turner
2014-11-25Disable GetSTDOUT, GetSTDERR, and PutSTDIN on Windows.Zachary Turner
2014-10-14Fixed stdio redirection within LLDB to "do the right thing" in all cases.Greg Clayton
2013-12-13Correctly set the working directory when launching processes for both local a...Greg Clayton
2013-12-10Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton
2013-02-19Minor test runner improvemenstDaniel Malea
2012-04-06Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.Johnny Chen
2012-01-12rdar://problem/10492827Johnny Chen
2011-11-28SBProcess.PutSTDIN() needs to be properly typemapped when swigging,Johnny Chen