зеркало из https://github.com/mozilla/gecko-dev.git
Bug 919353 - kill b2g process on device with SIGABRT on timeout, r=ted
This commit is contained in:
Родитель
bc073c17e0
Коммит
adb1db9897
|
@ -3,6 +3,7 @@ import os
|
|||
import posixpath
|
||||
import re
|
||||
import shutil
|
||||
import signal
|
||||
import subprocess
|
||||
import tempfile
|
||||
import time
|
||||
|
@ -198,6 +199,7 @@ class B2GRunner(RemoteRunner):
|
|||
msg = "%s with no output" % msg
|
||||
|
||||
self.log.testFail(msg % (self.last_test, timeout))
|
||||
self.dm.killProcess("/system/b2g/b2g", sig=signal.SIGABRT)
|
||||
self.check_for_crashes()
|
||||
|
||||
def _reboot_device(self):
|
||||
|
|
Загрузка…
Ссылка в новой задаче