aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/dosep.py
AgeCommit message (Expand)AuthorFilesLines
2018-10-03Fix buildbot regression by rL339929: NameError: global name 'test_directory' ...Jan Kratochvil1-1/+1
2018-08-16[dotest] Make --test-subdir work with --no-multiprocessVedant Kumar1-11/+2
2018-02-19Two more dosep-paralellization fallout fixesPavel Labath1-32/+14
2018-02-16[dosep] Run tests in a more parallel fashionPavel Labath1-55/+42
2017-03-15dotest.py: remove the ability to specify different architectures/compilers in...Pavel Labath1-1/+1
2016-10-01test infra: clear file-charged issues on rerun of fileTodd Fiala1-3/+14
2016-09-26added Linux support for test timeout samplingTodd Fiala1-4/+17
2016-09-23add hook for calling platform-dependent pre-kill action on a timed out testTodd Fiala1-27/+124
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-10/+25
2016-07-25Print a warning if the directory passed to --test-subdir doesn't end up existingEnrico Granata1-0/+2
2016-07-18Revert "[test] Report error when inferior test processes exit with a non-zero...Pavel Labath1-3/+2
2016-07-18[test] Report error when inferior test processes exit with a non-zero codePavel Labath1-2/+3
2016-05-17Allow custom formatting of session log file names.Zachary Turner1-0/+1
2016-04-20test infra: move test event-related handling into its own packageTodd Fiala1-8/+7
2016-04-19test infra cleanup: convert test_runner lib into packageTodd Fiala1-7/+3
2016-04-18fix a race is the LLDB test suite results collectionTodd Fiala1-3/+7
2016-04-05Fix dotest.py '-p' option for multi-process modeStephane Sezer1-0/+4
2016-01-22fixed test suite crash when --platform-name doesn't start with 'remote-'Todd Fiala1-9/+7
2016-01-19Remove last XTIMEOUTs from android testsPavel Labath1-6/+1
2016-01-07Remove some Windows->Android XTIMEOUTsPavel Labath1-5/+0
2016-01-06Remove XTIMEOUT from TestMultithreaded on linuxPavel Labath1-5/+1
2016-01-05Remove XTIMEOUT from TestEvents on linuxPavel Labath1-1/+0
2016-01-04Remove XTIMEOUT from TestRegisters on linuxPavel Labath1-1/+0
2016-01-04Remove XTIMEOUT from TestThreadStepOut on linuxPavel Labath1-1/+0
2016-01-04Remove XTIMEOUT from TestHelloWorld on linuxPavel Labath1-3/+0
2016-01-04Remove XTIMEOUT from TestExitDuringStep on linuxPavel Labath1-1/+0
2016-01-04Remove XTIMEOUT from TestCreateAfterAttach on linuxPavel Labath1-1/+0
2016-01-04Remove TestConnectRemote from XTIMEOUTsPavel Labath1-1/+0
2015-12-17test infra: force rerun to use parallel runnerTodd Fiala1-1/+5
2015-12-16[test] Add ability to expect timeoutsPavel Labath1-1/+0
2015-12-15test-infra: refactored new summary results into base ResultsFormatter classTodd Fiala1-15/+10
2015-12-14test infra: enable single-worker rerun phase for flakey tests.Todd Fiala1-14/+88
2015-12-12test infra: adds book-keeping for rerunnable testsTodd Fiala1-10/+25
2015-12-12Decouple test execution and test finder logic in parallel test runner.Todd Fiala1-16/+22
2015-12-11Add expected timeout support to test event architecture.Todd Fiala1-1/+7
2015-12-10Remove the --output-on-success command line argument from dotest.Zachary Turner1-16/+3
2015-12-09Fix new summary to include exceptional exit count in determining exit valueTodd Fiala1-1/+3
2015-12-09wire timeouts and exceptional inferior process exits through the test event s...Todd Fiala1-20/+147
2015-12-07Rename test_results.py to result_formatter.py.Zachary Turner1-3/+3
2015-12-02Adds candidate formatter for replacing legacy summary results.Todd Fiala1-29/+63
2015-11-11Bump up test timeout interval on Darwin from 4 to 6 minutes.Todd Fiala1-0/+3
2015-11-09Add --curses shortcut for specifying the curses-based test results formatter.Todd Fiala1-0/+4
2015-11-06Make Windows always use multiprocessing-pool.Zachary Turner1-5/+4
2015-11-05Python 3 - Turn on absolute imports, and fix existing imports.Zachary Turner1-8/+9
2015-11-03Introduce seven.cmp_ and use it instead of cmpZachary Turner1-1/+2
2015-11-03Remove `use_lldb_suite` from the package, and don't import it anymore.Zachary Turner1-1/+1
2015-11-02[dosep] Fix-up callers of process_dir, after it got its argument removedPavel Labath1-2/+2
2015-11-02Make dosep correctly invoke the top-level script when forking outZachary Turner1-3/+4
2015-10-28Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner1-0/+1435