summaryrefslogtreecommitdiffstats
path: root/lldb/test/dotest.py
Commit message (Expand)AuthorAgeFilesLines
* Add check for __main__ in dotest.py to ensure problems with multiprocessing o...Adrian McCarthy2015-10-281-3/+4
* Try to fix the linux buildbot.Zachary Turner2015-10-281-0/+2
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-2037/+2
* Preparation for turning lldbsuite into a Python package.Zachary Turner2015-10-271-1/+62
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-271-1/+1
* Deprecate -m/+m dotest options in favor of test categoriesPavel Labath2015-10-271-47/+22
* Python 3: Convert uses of `callable(x)` to `six.callable(x)`.Zachary Turner2015-10-261-2/+2
* Port the python api decorator to use test categoriesPavel Labath2015-10-261-71/+7
* Python3 - Wrap more statements in calls to list()Zachary Turner2015-10-231-1/+1
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-231-10/+10
* Python 3 porting - Wrap returns from map() in list()Zachary Turner2015-10-221-1/+1
* Remove special case logic for finding 3rd party libsZachary Turner2015-10-221-5/+0
* Use six to portably assign metaclasses in Python 2 and 3.Zachary Turner2015-10-201-1/+0
* Introduce a mechanism for reusing Python modules out of tree.Zachary Turner2015-10-201-0/+4
* Convert print statements to print function calls.Zachary Turner2015-10-191-57/+59
* Add a flakey category for flakey testsEnrico Granata2015-10-191-1/+2
* dotest.py: Fail if we detect multiple tests with the same namePavel Labath2015-10-091-0/+9
* Fix the way dwo tests are skipped on darwinTamas Berghammer2015-10-091-6/+7
* Fix disabling of dwo testsPavel Labath2015-10-091-0/+1
* Don't do DWO tests on darwin as they aren't supported. If this is an error an...Greg Clayton2015-10-071-1/+1
* Run tests with dwo symbol filesTamas Berghammer2015-10-071-0/+4
* test framework: fixed issue when using results formatter with no formatter op...Todd Fiala2015-09-231-3/+5
* Cleaned up results formatter options hand-off.Todd Fiala2015-09-231-5/+3
* test framework: parallel test runner sends terminate to formatter before prin...Todd Fiala2015-09-221-2/+1
* test events: added optional value type to extra event key/val pairsTodd Fiala2015-09-181-1/+7
* test events: announce worker count in new initialize eventTodd Fiala2015-09-181-10/+23
* Adds parallel work queue index to test events, stdout/stderr results support.Todd Fiala2015-09-181-3/+24
* Add JUnit/XUnit-formatted output to the lldb test run systemTodd Fiala2015-09-151-1/+152
* Fix an AttributeError in dotest.py if --executable points to a wrong placeIlia K2015-09-101-1/+1
* Fix regressions in dotest.py when passing filters or directories.Todd Fiala2015-09-081-0/+13
* dotest.py ctrl-c support, addition of --test-runner-name option.Todd Fiala2015-09-081-3/+10
* Protect dotest.py with an if __name__ == "__main__"Zachary Turner2015-09-031-544/+545
* Roll dosep.py parallel test runner into dotest.py command lineTodd Fiala2015-09-031-4/+45
* Don't throw an exception when module cleanup fails.Zachary Turner2015-08-261-0/+11
* Unique file names for TestStarted and TestFinished.Chaoren Lin2015-06-051-2/+2
* dotest.py - fixed a bug displaying usageVince Harron2015-05-221-1/+2
* Fix lldb executable discovery on OS XVince Harron2015-05-211-1/+1
* trivial log print fixVince Harron2015-05-211-1/+1
* dotest - minor doc fixVince Harron2015-05-191-2/+2
* Make it possible to run dotest on Linux without any parametersVince Harron2015-05-181-5/+15
* Refactored dotest arg parser so that it's accessible from dosepVince Harron2015-05-181-110/+2
* dotest - Refactored some code into loopsVince Harron2015-05-181-85/+72
* Refactored lldb executable name discoveryVince Harron2015-05-181-59/+42
* Don't import lock on Windows.Zachary Turner2015-05-131-1/+1
* Darwin - fix intermitent crashes in import crashinfoVince Harron2015-05-131-3/+16
* We can't use sys.path[0] to determine the script directory because it doesn't...Vince Harron2015-05-101-4/+7
* Add support for ./dotest.py --channel and --log-successVince Harron2015-05-101-1/+39
* Don't attempt DSym tests on Windows.Adrian McCarthy2015-05-061-3/+2
* Fix typo. platfrom -> platformChaoren Lin2015-05-051-3/+3
* Fix @skipUnlessPlatform and @skipIfPlatform decorators to work on classes.Robert Flack2015-04-091-10/+10
OpenPOWER on IntegriCloud