aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/dosep.py
AgeCommit message (Expand)AuthorFilesLines
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