[Telemetry] Move failure reasoning into summary.py.
Previously, we were having Summary take a boolean had_failures. Now that failures are part of Telemetry's value system, it is easy to have Summary reason about how to summarize values when failures and/or skips are present. This CL is the first step: it eliminates had_failures from being passed around and instead computes it directly based on the presence of failures in the passed list of page-specific values. Review URL: https://codereview.chromium.org/465063002 Cr-Commit-Position: refs/heads/master@{#289556} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289556 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment