summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/dotest.py
Commit message (Expand)AuthorAgeFilesLines
* test infra: catch bad decorators and import-time errorsTodd Fiala2016-05-131-54/+79
* fix argument usage for '-#' command line optionTodd Fiala2016-05-051-1/+1
* Store absolute path for lldb executable in dotest.pyFrancis Ricci2016-04-251-1/+1
* test infra: move test event-related handling into its own packageTodd Fiala2016-04-201-10/+8
* Unicode support on Win32.Zachary Turner2016-03-221-1/+1
* Eliminate the TestStarted-XXX and TestFinished-XXX files from check-lldb runs.Adrian McCarthy2016-03-101-11/+0
* Add a symbolic link from the test directory to the actual - elsewhere located...Enrico Granata2015-12-161-1/+1
* test-infra: refactored new summary results into base ResultsFormatter classTodd Fiala2015-12-151-1/+1
* test infra: enable single-worker rerun phase for flakey tests.Todd Fiala2015-12-141-0/+1
* Make debug info specification use categories system.Zachary Turner2015-12-141-17/+0
* test infra: adds book-keeping for rerunnable testsTodd Fiala2015-12-121-0/+3
* Revert "Revert "Turn on new test summary results by default.""Todd Fiala2015-12-111-0/+6
* Remove -S option from dotest.py.Zachary Turner2015-12-111-3/+0
* Remove -r and -R options from dotest.py.Zachary Turner2015-12-111-100/+1
* Revert "Turn on new test summary results by default."Pavel Labath2015-12-111-6/+0
* Remove the -y option from dotest.py.Zachary Turner2015-12-101-4/+0
* Remove the -x option from dotest.py.Zachary Turner2015-12-101-5/+0
* Remove deprecated command line options from dotest.pyZachary Turner2015-12-101-10/+0
* Remove the --output-on-success command line argument from dotest.Zachary Turner2015-12-101-7/+2
* Remove the -T option from dotest.py.Zachary Turner2015-12-101-13/+0
* Remove -w option from dotest.py.Zachary Turner2015-12-101-3/+0
* Remove the -P option from dotest.pyZachary Turner2015-12-091-7/+0
* Delete the -n command line option from dotest.py.Zachary Turner2015-12-091-14/+7
* Remove the -i command line option from dotest.py.Zachary Turner2015-12-091-7/+0
* Delete the -F command line option from dotest.py.Zachary Turner2015-12-091-5/+0
* Remove -k command line option from dotest.py.Zachary Turner2015-12-091-3/+0
* Remove -e option from dotest.py.Zachary Turner2015-12-091-7/+0
* Remove -libcxx option from dotest.pyZachary Turner2015-12-091-3/+0
* Turn on new test summary results by default.Todd Fiala2015-12-091-0/+6
* wire timeouts and exceptional inferior process exits through the test event s...Todd Fiala2015-12-091-2/+11
* Remove the -c option from dotest.py.Zachary Turner2015-12-081-78/+0
* Remove the -X option from dotest.pyZachary Turner2015-12-081-6/+3
* Remove the -g option from dotest.pyZachary Turner2015-12-081-5/+1
* Remove the -b option from dotest.pyZachary Turner2015-12-081-11/+0
* Remove +b option from dotest.pyZachary Turner2015-12-081-3/+0
* Remove the -D option from dotest.py.Zachary Turner2015-12-081-5/+0
* Fixup dotest.py on mac for the configuration packagePavel Labath2015-12-081-0/+1
* Fixup dotest.py after the configuration package introductionPavel Labath2015-12-081-1/+1
* Move LLDBTestResult class to its own module.Zachary Turner2015-12-081-231/+5
* Get rid of global variables in dotest.pyZachary Turner2015-12-081-623/+232
* Refactor ResultsFormatter creation into result_formatter.Todd Fiala2015-12-081-73/+15
* Rename test_results.py to result_formatter.py.Zachary Turner2015-12-071-5/+5
* Make --results-file stdout implied if unspecified when using a results format...Todd Fiala2015-12-021-3/+13
* Add --curses shortcut for specifying the curses-based test results formatter.Todd Fiala2015-11-091-1/+5
* Fix Linux tests after r252348.Chaoren Lin2015-11-061-0/+1
* Python 3 - Port use of string.maketrans and don't use sets.Set.Zachary Turner2015-11-061-2/+4
* Another import fix for OS X.Chaoren Lin2015-11-051-1/+1
* Fix OS X tests.Chaoren Lin2015-11-051-1/+1
* Python 3 - Turn on absolute imports, and fix existing imports.Zachary Turner2015-11-051-11/+15
* Python 3 - Don't use `os.path.walk`, it's removed in Py3.Zachary Turner2015-11-051-4/+2
OpenPOWER on IntegriCloud