Commit eaaf5c8d authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

[test] Make pool abort of test runner more robust

Bug: v8:9098
Change-Id: I8200b60605228e6974cd76443ad9d2f93bff56ba
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2061552Reviewed-by: 's avatarTamer Tas <tmrts@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#66307}
parent 1b37ea71
...@@ -196,7 +196,7 @@ class Pool(): ...@@ -196,7 +196,7 @@ class Pool():
# gracefully, e.g. missing test files. # gracefully, e.g. missing test files.
internal_error = True internal_error = True
continue continue
finally:
if self.abort_now: if self.abort_now:
# SIGINT, SIGTERM or internal hard timeout. # SIGINT, SIGTERM or internal hard timeout.
return return
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment