Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test infra: move test event-related handling into its own package | Todd Fiala | 2016-04-20 | 1 | -565/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | This change moves all the test event handling and its related ResultsFormatter classes out of the packages/Python/lldbsuite/test dir into a packages/Python/lldbsuite/test_event package. Formatters are moved into a sub-package under that. I am limiting the scope of this change to just the motion and a few minor issues caught by a static Python checker (e.g. removing unused import statements). This is a pre-step for adding package-level tests to the test event system. I also intend to simplify test event results formatter selection after I make sure this doesn't break anybody. See: http://reviews.llvm.org/D19288 Reviewed by: Pavel Labath llvm-svn: 266885 | ||||
* | Guard xunit result test class and test method name access to prevent testbot ↵ | Todd Fiala | 2016-04-01 | 1 | -2/+2 |
| | | | | | | | | breakage http://llvm.org/bugs/show_bug.cgi?id=27179 llvm-svn: 265165 | ||||
* | test infra: support test reruns in xunit formatter. | Todd Fiala | 2015-12-15 | 1 | -7/+13 |
| | | | | llvm-svn: 255705 | ||||
* | enable timeout/exceptional exit support for xUnit formatter | Todd Fiala | 2015-12-09 | 1 | -2/+57 |
| | | | | | | | Also adds enable.py/disable.py script to simplify turning on and off the issue_verification tests helpful for testing a results formatter. llvm-svn: 255161 | ||||
* | Move XunitFormatter into its own xunit_formatter.py file. | Todd Fiala | 2015-12-09 | 1 | -0/+504 |
llvm-svn: 255139 |