Investigate ServerProcess Crash in blink_web_tests
There was a flaky failure in vulkan_native_blink_web_tests which would lead to the test runner itself crashing. Somehow when parsing input the results from re.match() the first result is a NoneType, leading to a failure when adding group(1) + group(2) I can't reproduce locally, so I want to add logging for this case. TEST=vulkan_native_blink_web_tests Bug: 1021563 Change-Id: I1cdec431ebc08df4a891c1062c3f1c64c80bc826 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2003029Reviewed-by:Robert Ma <robertma@chromium.org> Commit-Queue: Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#732825}
Showing
Please register or sign in to comment