aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/dotest.py
AgeCommit message (Expand)AuthorFilesLines
2015-12-02Make --results-file stdout implied if unspecified when using a results format...Todd Fiala1-3/+13
2015-11-09Add --curses shortcut for specifying the curses-based test results formatter.Todd Fiala1-1/+5
2015-11-06Fix Linux tests after r252348.Chaoren Lin1-0/+1
2015-11-06Python 3 - Port use of string.maketrans and don't use sets.Set.Zachary Turner1-2/+4
2015-11-05Another import fix for OS X.Chaoren Lin1-1/+1
2015-11-05Fix OS X tests.Chaoren Lin1-1/+1
2015-11-05Python 3 - Turn on absolute imports, and fix existing imports.Zachary Turner1-11/+15
2015-11-05Python 3 - Don't use `os.path.walk`, it's removed in Py3.Zachary Turner1-4/+2
2015-11-05Teach LLDB how to directly launch processes on the iOS simulatorEnrico Granata1-4/+34
2015-11-04Fix test infrastructure when using xunit output.Todd Fiala1-2/+2
2015-11-04Python 3 - Use universal_newlines when calling subprocess.check_outputZachary Turner1-1/+1
2015-11-03Remove `use_lldb_suite` from the package, and don't import it anymore.Zachary Turner1-1/+1
2015-11-03Python 3 - Don't use `commands` module anymore.Zachary Turner1-5/+5
2015-11-03Tighten up sys.path, and use absolute imports everywhere.Zachary Turner1-6/+1
2015-11-02Revert "Make new dotest.py executable"Pavel Labath1-0/+0
2015-11-02Revert "Remove the __import__ hack of lldbtest_config."Pavel Labath1-2/+5
2015-11-02Remove the __import__ hack of lldbtest_config.Zachary Turner1-5/+2
2015-11-02Make dosep correctly invoke the top-level script when forking outZachary Turner1-3/+2
2015-10-30Make new dotest.py executablePavel Labath1-0/+0
2015-10-30Some test cases that need the lldbExec path were failing because lldbExec was...Enrico Granata1-1/+4
2015-10-28Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner1-0/+2039