summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/process/io
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-283-231/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-271-1/+1
* Port the python api decorator to use test categoriesPavel Labath2015-10-261-5/+5
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-231-4/+6
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-7/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-128/+51
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-10/+10
* Fix ProcessIO test failuresPavel Labath2015-03-121-4/+0
* XFAIL tests that are known to fail occasionally on LinuxVince Harron2015-03-051-0/+4
* Fix TestProcessIO.py when run against a remote targetVince Harron2015-02-131-15/+22
* Fix 'process launch -i' for remote processesVince Harron2015-02-101-6/+19
* Disable the remaining ProcessIO test on Windows.Zachary Turner2014-12-101-1/+1
* Disable GetSTDOUT, GetSTDERR, and PutSTDIN on Windows.Zachary Turner2014-11-251-5/+10
* Fixed stdio redirection within LLDB to "do the right thing" in all cases.Greg Clayton2014-10-142-30/+226
* Correctly set the working directory when launching processes for both local a...Greg Clayton2013-12-131-1/+1
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* Minor test runner improvemenstDaniel Malea2013-02-191-1/+3
* Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.Johnny Chen2012-04-061-0/+2
* rdar://problem/10492827Johnny Chen2012-01-122-3/+5
* SBProcess.PutSTDIN() needs to be properly typemapped when swigging,Johnny Chen2011-11-283-0/+84
OpenPOWER on IntegriCloud