summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/dotest.py
Commit message (Expand)AuthorAgeFilesLines
* [dotest] Remove crashinfo hookPavel Labath2018-01-101-1/+0
* Revert "[lldbtests] Handle errors instead of crashing."Pavel Labath2017-10-241-5/+1
* [lldbtests] Handle errors instead of crashing.Davide Italiano2017-10-231-1/+5
* Centralize libc++ test skipping logicPavel Labath2017-03-291-0/+25
* Fix remote test suite directory creationPavel Labath2017-03-201-2/+9
* allow for specification of compiler/lldb executables basenameTim Hammerquist2017-03-171-0/+4
* executables should be validated before spawning subprocessesTim Hammerquist2017-03-171-2/+14
* dotest.py: remove the ability to specify different architectures/compilers in...Pavel Labath2017-03-151-128/+87
* [CMake] Override debugserver to use the build tree on DarwinChris Bieneman2017-03-141-0/+3
* [Test-Suite] Speculative fix for darwin botsChris Bieneman2016-10-311-2/+2
* [Test Suite] Properly respect --framework optionChris Bieneman2016-10-311-0/+3
* [Test Suite] Allow overriding codesign identityChris Bieneman2016-10-211-0/+2
* Fix lookup path for lldb-miChris Bieneman2016-10-121-6/+7
* Improvements to testing blacklistFrancis Ricci2016-10-041-22/+14
* Allow for tests to be disabled at runtimeFrancis Ricci2016-09-231-1/+51
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-105/+240
* Allow custom formatting of session log file names.Zachary Turner2016-05-171-0/+1
* test: remove use of undefined variablesSaleem Abdulrasool2016-05-161-2/+1
* test: add missing splatSaleem Abdulrasool2016-05-161-1/+1
* test: add missing parameterSaleem Abdulrasool2016-05-161-1/+1
* 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
OpenPOWER on IntegriCloud