Fix test driver output for passes in predictable mode.
authormachenbach@chromium.org <machenbach@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 9 Jul 2014 11:37:36 +0000 (11:37 +0000)
committermachenbach@chromium.org <machenbach@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 9 Jul 2014 11:37:36 +0000 (11:37 +0000)
commit13f4c91276502eff6f1b1647d95e7f8efea8d948
treeb7e336620bce164f6745b1a40a9acb3b1f1cca59
parent23753270ba807fcc2db709ea480dd974cbe8a0ca
Fix test driver output for passes in predictable mode.

Passes in predictable mode were wrongly reported as failures by the json progress indicator. This moves control about what is reported completely to execution.py.

BUG=391747
LOG=n
R=ishell@chromium.org, jkummerow@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22299 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
tools/testrunner/local/execution.py
tools/testrunner/local/progress.py