[iOS][test runner] Parse passed tests for interrupted builds.
List of passed tests should be parsed for interrupted builds. However, crrev/c/2473499 interpreted interrupted builds as "not started" and thus made it not parsing the list, causing unnecessary retries. .xcresult folder should not be used as indicator that tests didn't start because it's created at the end of tests. output_path should serve the purpose because it's created at the beginning of tests. Bug: None Change-Id: Icce037c12383e86356a6bdcc95188d22f97bc0b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2505757Reviewed-by:Justin Cohen <justincohen@chromium.org> Commit-Queue: Zhaoyang Li <zhaoyangli@chromium.org> Cr-Commit-Position: refs/heads/master@{#822196}
Showing
Please register or sign in to comment