Fix result status of rerun flaky tests.
authormachenbach@chromium.org <machenbach@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 3 Jul 2014 09:33:22 +0000 (09:33 +0000)
committermachenbach@chromium.org <machenbach@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 3 Jul 2014 09:33:22 +0000 (09:33 +0000)
commitba584456e667cd4f9d2400a9883f351a3c95b799
treef7c829d93c7774d15583951418099b723cdc491d
parent34eb0262a9caeb3883e234b2ea7cb9bd14128f97
Fix result status of rerun flaky tests.

Tests that pass on reruns where wrongly treated as failures. Now the result state can include any of (PASS, FAIL, CRASH, TIMEOUT)

BUG=374134
LOG=n
R=jkummerow@chromium.org

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

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