teak-llvm/lldb/packages/Python/lldbsuite/test_event
Sean Callanan 62a6b8b2bf Updated the results formatter to eliminate redundant data.
The testsuite's results formatter maintains a result_status_counts
structure solely for the purpose of setting the return status code
after the testsuite has run.  This data is redundant with the
result_events structure that contains the results of individual
tests.

There are subtle bugs arising from this redundancy that make some
builds report no errors but a nonzero status.  Rather than try to
make sure these two are always in agreement, I've just rewritten
the code that used to use the counts to now use the per-test
results.

<rdar://problem/30496966>

llvm-svn: 295522
2017-02-18 01:07:51 +00:00
..
formatter Updated the results formatter to eliminate redundant data. 2017-02-18 01:07:51 +00:00
test *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
__init__.py
build_exception.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
dotest_channels.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
event_builder.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00