Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | enable timeout/exceptional exit support for xUnit formatter | Todd Fiala | 2015-12-09 | 2 | -0/+40 |
| | | | | | | | 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 | ||||
* | Disable the issue verification tests. | Todd Fiala | 2015-12-09 | 3 | -0/+0 |
| | | | | llvm-svn: 255134 | ||||
* | create 3 issues for testbots: FAIL, ERROR (exceptional), and TIMEOUT | Todd Fiala | 2015-12-09 | 4 | -0/+66 |
This change is a trial balloon to verify that the default test summary output sends the right output for the buildbot issue detection script. The effect of this change will be reverted after verifying the testbot behavior. This change will not stay in as is and will knowingly create noise, see this thread: http://lists.llvm.org/pipermail/lldb-dev/2015-December/009048.html llvm-svn: 255131 |