Catch IOError when reading chartjson results in test_runner.py
commiteca5b79197f9f2e8c15ea8e55477d424649b1cc9
authorsimonhatch <simonhatch@chromium.org>
Tue, 9 Jun 2015 22:20:15 +0000 (9 15:20 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 9 Jun 2015 22:21:20 +0000 (9 22:21 +0000)
tree5cd3b01eeefd3bd4b7eab2fdc7414c5e6ce63e2c
parentdf345d7ae7e0a524eaab0466573f7aad68c86a88
Catch IOError when reading chartjson results in test_runner.py

Right now, if the results aren't there, the entire sharded perf tests step fails. This doesn't fix the underlying issue, but at least allows the rest of the tests to run and makes it clearer which step failed.

With Patch: http://simonhatch0.mon.corp.google.com:8013/builders/Android%20Nexus7v2%20Perf/builds/593

Without: http://simonhatch0.mon.corp.google.com:8013/builders/Android%20Nexus7v2%20Perf/builds/591

BUG=498412

Review URL: https://codereview.chromium.org/1176613002

Cr-Commit-Position: refs/heads/master@{#333593}
build/android/pylib/perf/test_runner.py