Current behavior:
* initial test summary is red if there are failing tests, otherwise green.
* 'retry summary' is always green.
* 'retry with patch summary' is red if the error repeated in 'with patch' and 'retry with patch' steps, but not 'without patch'
New behavior [proposed by yuke]:
* initial test summary -- no change
* 'retry summary' -- red if we need to run 'retry with patch' on the test suite, otherwise green.
* 'retry with patch summary' -- no change
I like yuke's proposal. In general, we can have red mean -- this test suite either needs to be retried, or else should cause the recipe to fail. Green means -- this test suite has passed, there is no need to retry it any more.
Comment 1 by bugdroid1@chromium.org
, Sep 28