summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/test_result.py
Commit message (Expand)AuthorAgeFilesLines
* [lldb][tests] Make it possible to expect failure for a whole categoryTatyana Krasnukha2020-01-101-4/+12
* [lldb][tests][NFC] Unify variable naming conventionTatyana Krasnukha2020-01-101-5/+5
* [lldb][test] NFC, re-use _getTestPath() functionTatyana Krasnukha2020-01-101-21/+14
* [lldb][tests] Take into account all parent's categories when traverse folders...Tatyana Krasnukha2020-01-101-12/+13
* [lldb][NFC] Remove 'from __future__ import print_function' from all tests tha...Raphael Isemann2019-12-131-1/+0
* [lldb][test] Handle .categories lookup for inline tests.Jordan Rupprecht2019-12-061-2/+9
* [dotest] Remove -q (quiet) flag.Jonas Devlieghere2019-08-281-28/+21
* [lldb][NFC] Remove unused imports in python testsRaphael Isemann2019-08-021-1/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove vestigial remnants of the test crash info hookPavel Labath2018-02-141-4/+0
* [dotest] Remove crashinfo hookPavel Labath2018-01-101-3/+0
* Remove getCategories mechanism of specifying test categoriesPavel Labath2017-11-021-1/+27
* Improvements to testing blacklistFrancis Ricci2016-10-041-14/+3
* Allow for tests to be disabled at runtimeFrancis Ricci2016-09-231-0/+33
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-23/+50
* [test] Fix category-based skippingPavel Labath2016-07-121-2/+0
* surface build error content through test event systemTodd Fiala2016-05-141-4/+36
* test infra: move test event-related handling into its own packageTodd Fiala2016-04-201-2/+1
* Make test categories composablePavel Labath2015-12-141-16/+11
* Add test event marking a test as explicitly eligible for rerun if it is marke...Todd Fiala2015-12-111-4/+0
* Remove the -P option from dotest.pyZachary Turner2015-12-091-10/+0
* Move LLDBTestResult class to its own module.Zachary Turner2015-12-081-0/+243
OpenPOWER on IntegriCloud