summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/result_formatter.py
Commit message (Expand)AuthorAgeFilesLines
* test infra: fix lldbinline tests to work with rerunTodd Fiala2015-12-221-1/+8
* Revert "Disable test reruns on arm unless explicitly marked with --rerun-all-...Todd Fiala2015-12-171-7/+2
* ResultsFormatter: always lock on handle_event()Todd Fiala2015-12-171-92/+91
* [test] Add ability to expect timeoutsPavel Labath2015-12-161-0/+46
* Disable test reruns on arm unless explicitly marked with --rerun-all-issuesTodd Fiala2015-12-161-1/+2
* prevent rerun logic from kicking in on test runs including aarch64.Todd Fiala2015-12-151-2/+6
* test-infra: refactored new summary results into base ResultsFormatter classTodd Fiala2015-12-151-15/+315
* test infra: enable single-worker rerun phase for flakey tests.Todd Fiala2015-12-141-1/+2
* test infra: adds book-keeping for rerunnable testsTodd Fiala2015-12-121-8/+77
* Use new set when checking if a test event type matches the job/test result typesTodd Fiala2015-12-111-3/+1
* Revert "Revert "Turn on new test summary results by default.""Todd Fiala2015-12-111-2/+3
* Add expected timeout support to test event architecture.Todd Fiala2015-12-111-0/+43
* Add test event marking a test as explicitly eligible for rerun if it is marke...Todd Fiala2015-12-111-0/+22
* Revert "Turn on new test summary results by default."Pavel Labath2015-12-111-3/+2
* Move XunitFormatter into its own xunit_formatter.py file.Todd Fiala2015-12-091-483/+1
* Turn on new test summary results by default.Todd Fiala2015-12-091-2/+3
* wire timeouts and exceptional inferior process exits through the test event s...Todd Fiala2015-12-091-21/+169
* Get rid of global variables in dotest.pyZachary Turner2015-12-081-21/+13
* Refactor ResultsFormatter creation into result_formatter.Todd Fiala2015-12-081-0/+118
* Rename test_results.py to result_formatter.py.Zachary Turner2015-12-071-0/+1042
OpenPOWER on IntegriCloud