'NCrunch Risk/Progress' window shows number of failing tests, but without distinction beetwen "failed this run" and "failed last run" (but not executed in this run yet). Without this distinction, we have to wait for all red tests to pass. With this distinction, during test run we will have two scenarios;
1. FTR==0 && FLR>0 - we dont know if recent code changes fixed errors, so we have to still wait for end of this run (or FTR change)
2. FTR > 0 - we know that current code is still failing, waiting is over