Fix new summary to include exceptional exit count in determining exit value
authorTodd Fiala <todd.fiala@gmail.com>
Wed, 9 Dec 2015 19:05:44 +0000 (19:05 +0000)
committerTodd Fiala <todd.fiala@gmail.com>
Wed, 9 Dec 2015 19:05:44 +0000 (19:05 +0000)
commit0a7c32b38e36e16ee7c406cb26e9f13df1eb1a1a
treebac4fe427108719159fe3f6fd02d0e100cc46afd
parentb67e6b6044fa9fda5bd221dbc93b20536bf20d29
Fix new summary to include exceptional exit count in determining exit value

The main dotest.py should exit with a system return code of 1 on any
issue.  This change fixes a place where I omitted counting the
exceptional exit value to determine if we should return 1 when using the
new summary results.

This change also puts a banner around the Issue Details section that comes
before the Test Result Summary.

llvm-svn: 255138
lldb/packages/Python/lldbsuite/test/basic_results_formatter.py
lldb/packages/Python/lldbsuite/test/dosep.py