Bug 1145444 - r=jmaher

This commit is contained in:
Chris Manchester 2015-03-20 12:30:37 -07:00
parent a89786d06f
commit 529fe9f6bd

View File

@ -417,7 +417,7 @@ class MochitestServer(object):
time.sleep(1)
i += 1
else:
self._log.error(
self._log.info(
"TEST-UNEXPECTED-FAIL | runtests.py | Timed out while waiting for server startup.")
self.stop()
sys.exit(1)
@ -926,7 +926,7 @@ toolbar#nav-bar {
# Call installChromeJar().
if not os.path.isdir(os.path.join(SCRIPT_DIR, self.jarDir)):
self.log.error(
self.log.info(
"TEST-UNEXPECTED-FAIL | invalid setup: missing mochikit extension")
return None
@ -1417,7 +1417,7 @@ class Mochitest(MochitestUtilsMixin):
# TODO: this should really be upstreamed somewhere, maybe mozprofile
certificateStatus = self.fillCertificateDB(options)
if certificateStatus:
self.log.error(
self.log.info(
"TEST-UNEXPECTED-FAIL | runtests.py | Certificate integration failed")
return None
@ -1609,7 +1609,7 @@ class Mochitest(MochitestUtilsMixin):
processPID)
if isPidAlive(processPID):
foundZombie = True
self.log.error(
self.log.info(
"TEST-UNEXPECTED-FAIL | zombiecheck | child process %d still alive after shutdown" %
processPID)
self.killAndGetStack(
@ -1798,7 +1798,7 @@ class Mochitest(MochitestUtilsMixin):
# record post-test information
if status:
self.message_logger.dump_buffered()
self.log.error(
self.log.info(
"TEST-UNEXPECTED-FAIL | %s | application terminated with exit code %s" %
(self.lastTestSeen, status))
else:
@ -2289,7 +2289,7 @@ class Mochitest(MochitestUtilsMixin):
self.message_logger.dump_buffered()
self.message_logger.buffering = False
self.log.error(error_message)
self.log.info(error_message)
browserProcessId = browserProcessId or proc.pid
self.killAndGetStack(