commit | 707ebd8a679519c6f86ec46411caa6876a35c5b9 | [log] [tgz] |
---|---|---|
author | Greg Kaiser <gkaiser@google.com> | Mon Apr 18 09:07:23 2016 -0700 |
committer | Greg Kaiser <gkaiser@google.com> | Mon Apr 18 09:07:23 2016 -0700 |
tree | a56821c35fb4537c34139e89325eb6082ff49d42 | |
parent | 3c235099b66ec1e73c525286e9465af11412334a [diff] |
TestResult: Don't default to NOT_EXECUTED We need to differentiate between the result states of "nothing has set the result state" and "the result state was explicitly set to NOT_EXECUTED (via testIgnored() or testAssumptionFailure()). This allows us to properly report NOT_EXECUTED results from our testing infrastructure. Bug: 28240017 Change-Id: If6617cc8dea46d2fa0f6404882222c09daac55a0