mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Kill off hanging crashtests.
This commit is contained in:
parent
4edd1590f4
commit
44a2953e84
2 changed files with 3 additions and 1 deletions
|
@ -767763,7 +767763,7 @@
|
||||||
"support"
|
"support"
|
||||||
],
|
],
|
||||||
"tools/wptrunner/wptrunner/executors/executorservo.py": [
|
"tools/wptrunner/wptrunner/executors/executorservo.py": [
|
||||||
"8f8e120e66da6403f256f99f279f1f5dc8008272",
|
"4816c3df06e87f8e85301918c341bbff97817777",
|
||||||
"support"
|
"support"
|
||||||
],
|
],
|
||||||
"tools/wptrunner/wptrunner/executors/executorservodriver.py": [
|
"tools/wptrunner/wptrunner/executors/executorservodriver.py": [
|
||||||
|
|
|
@ -332,6 +332,8 @@ class ServoCrashtestExecutor(ProcessTestExecutor):
|
||||||
self.test = test
|
self.test = test
|
||||||
success, data = ServoTimedRunner(self.logger, self.do_crashtest, self.protocol,
|
success, data = ServoTimedRunner(self.logger, self.do_crashtest, self.protocol,
|
||||||
test_url, timeout, self.extra_timeout).run()
|
test_url, timeout, self.extra_timeout).run()
|
||||||
|
# Ensure that no processes hang around if they timeout.
|
||||||
|
self.proc.kill()
|
||||||
|
|
||||||
if success:
|
if success:
|
||||||
return self.convert_result(test, data)
|
return self.convert_result(test, data)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue