[Findit] Change test.py recipe to speed up.
There are 2 main changes in this CL:
1. Use Findit heuristic analysis results to guide test try jobs.
Run tests on the revision before the suspected revision and the suspected revision first, if test failed on suspected revision and passed on the one before it, the culprit is confirmed to be the suspected one.
2. After a test finds its culprit, don't run this test in the rest of revisions.
BUG=
608415,
596969
Committed:
http://src.chromium.org/viewvc/chrome?view=rev&revision=300567