summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/dosep.py
Commit message (Expand)AuthorAgeFilesLines
* dotest.py: remove the ability to specify different architectures/compilers in...Pavel Labath2017-03-151-1/+1
* test infra: clear file-charged issues on rerun of fileTodd Fiala2016-10-011-3/+14
* added Linux support for test timeout samplingTodd Fiala2016-09-261-4/+17
* add hook for calling platform-dependent pre-kill action on a timed out testTodd Fiala2016-09-231-27/+124
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-10/+25
* Print a warning if the directory passed to --test-subdir doesn't end up existingEnrico Granata2016-07-251-0/+2
* Revert "[test] Report error when inferior test processes exit with a non-zero...Pavel Labath2016-07-181-3/+2
* [test] Report error when inferior test processes exit with a non-zero codePavel Labath2016-07-181-2/+3
* Allow custom formatting of session log file names.Zachary Turner2016-05-171-0/+1
* test infra: move test event-related handling into its own packageTodd Fiala2016-04-201-8/+7
* test infra cleanup: convert test_runner lib into packageTodd Fiala2016-04-191-7/+3
* fix a race is the LLDB test suite results collectionTodd Fiala2016-04-181-3/+7
* Fix dotest.py '-p' option for multi-process modeStephane Sezer2016-04-051-0/+4
* fixed test suite crash when --platform-name doesn't start with 'remote-'Todd Fiala2016-01-221-9/+7
* Remove last XTIMEOUTs from android testsPavel Labath2016-01-191-6/+1
* Remove some Windows->Android XTIMEOUTsPavel Labath2016-01-071-5/+0
* Remove XTIMEOUT from TestMultithreaded on linuxPavel Labath2016-01-061-5/+1
* Remove XTIMEOUT from TestEvents on linuxPavel Labath2016-01-051-1/+0
* Remove XTIMEOUT from TestRegisters on linuxPavel Labath2016-01-041-1/+0
* Remove XTIMEOUT from TestThreadStepOut on linuxPavel Labath2016-01-041-1/+0
* Remove XTIMEOUT from TestHelloWorld on linuxPavel Labath2016-01-041-3/+0
* Remove XTIMEOUT from TestExitDuringStep on linuxPavel Labath2016-01-041-1/+0
* Remove XTIMEOUT from TestCreateAfterAttach on linuxPavel Labath2016-01-041-1/+0
* Remove TestConnectRemote from XTIMEOUTsPavel Labath2016-01-041-1/+0
* test infra: force rerun to use parallel runnerTodd Fiala2015-12-171-1/+5
* [test] Add ability to expect timeoutsPavel Labath2015-12-161-1/+0
* test-infra: refactored new summary results into base ResultsFormatter classTodd Fiala2015-12-151-15/+10
* test infra: enable single-worker rerun phase for flakey tests.Todd Fiala2015-12-141-14/+88
* test infra: adds book-keeping for rerunnable testsTodd Fiala2015-12-121-10/+25
* Decouple test execution and test finder logic in parallel test runner.Todd Fiala2015-12-121-16/+22
* Add expected timeout support to test event architecture.Todd Fiala2015-12-111-1/+7
* Remove the --output-on-success command line argument from dotest.Zachary Turner2015-12-101-16/+3
* Fix new summary to include exceptional exit count in determining exit valueTodd Fiala2015-12-091-1/+3
* wire timeouts and exceptional inferior process exits through the test event s...Todd Fiala2015-12-091-20/+147
* Rename test_results.py to result_formatter.py.Zachary Turner2015-12-071-3/+3
* Adds candidate formatter for replacing legacy summary results.Todd Fiala2015-12-021-29/+63
* Bump up test timeout interval on Darwin from 4 to 6 minutes.Todd Fiala2015-11-111-0/+3
* Add --curses shortcut for specifying the curses-based test results formatter.Todd Fiala2015-11-091-0/+4
* Make Windows always use multiprocessing-pool.Zachary Turner2015-11-061-5/+4
* Python 3 - Turn on absolute imports, and fix existing imports.Zachary Turner2015-11-051-8/+9
* Introduce seven.cmp_ and use it instead of cmpZachary Turner2015-11-031-1/+2
* Remove `use_lldb_suite` from the package, and don't import it anymore.Zachary Turner2015-11-031-1/+1
* [dosep] Fix-up callers of process_dir, after it got its argument removedPavel Labath2015-11-021-2/+2
* Make dosep correctly invoke the top-level script when forking outZachary Turner2015-11-021-3/+4
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-0/+1435
OpenPOWER on IntegriCloud