Skip to content

Commit fe84679

Browse files
Liviu RauCommit Bot
authored andcommitted
[test] Be even more verbose when killing hanging tests fails
Basically we expose and put to shame the offending process R=tmrts@chromium.org Bug: v8:9855 Change-Id: I322e3f9db487b53e8cbfc8a5edd696fa8b480f84 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1878707 Commit-Queue: Liviu Rau <liviurau@chromium.org> Reviewed-by: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#64555}
1 parent a4c5136 commit fe84679

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tools/testrunner/local/command.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ def _abort(self, process, abort_called):
134134
self._kill_process(process)
135135
except OSError as e:
136136
print(e)
137+
started_as = self._to_args_list().to_string(relative=True)
138+
print("Unruly process started as:\n %s\n" % started_as)
137139
sys.stdout.flush()
138140
pass
139141

0 commit comments

Comments
 (0)