summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/xunit_formatter.py
Commit message (Collapse)AuthorAgeFilesLines
* test infra: move test event-related handling into its own packageTodd Fiala2016-04-201-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 Fiala2016-04-011-2/+2
| | | | | | | | breakage http://llvm.org/bugs/show_bug.cgi?id=27179 llvm-svn: 265165
* test infra: support test reruns in xunit formatter.Todd Fiala2015-12-151-7/+13
| | | | llvm-svn: 255705
* enable timeout/exceptional exit support for xUnit formatterTodd Fiala2015-12-091-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 Fiala2015-12-091-0/+504
llvm-svn: 255139
OpenPOWER on IntegriCloud