create 3 issues for testbots: FAIL, ERROR (exceptional), and TIMEOUT
authorTodd Fiala <todd.fiala@gmail.com>
Wed, 9 Dec 2015 18:01:19 +0000 (18:01 +0000)
committerTodd Fiala <todd.fiala@gmail.com>
Wed, 9 Dec 2015 18:01:19 +0000 (18:01 +0000)
commitf0cccb3189c07c3920c07191821b7ea7fd512177
tree6a54c552d3680b2f6a92c4154304d35eb1a84628
parent1f99176fe5839fef9ef3cba18da25230a224e870
create 3 issues for testbots: FAIL, ERROR (exceptional), and TIMEOUT

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
lldb/packages/Python/lldbsuite/test/issue_verification/README.txt [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/issue_verification/TestFail.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/issue_verification/TestSignal.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/issue_verification/TestTimeout.py [new file with mode: 0644]