Backed out changeset 4777ed22d16d (bug 1261197) for xpcshell "logged while not in progress" failures

This commit is contained in:
Phil Ringnalda 2016-11-08 21:11:50 -08:00
parent b12005f643
commit b178d68440
4 changed files with 4 additions and 1 deletions

View File

@ -287,6 +287,7 @@ config = {
"https://blobupload.elasticbeanstalk.com",
],
"unstructured_flavors": {"mochitest": ['jetpack'],
"xpcshell": [],
"gtest": [],
"mozmill": [],
"cppunittest": [],

View File

@ -239,6 +239,7 @@ config = {
"https://blobupload.elasticbeanstalk.com",
],
"unstructured_flavors": {"mochitest": ['jetpack'],
"xpcshell": [],
"gtest": [],
"mozmill": [],
"cppunittest": [],

View File

@ -264,6 +264,7 @@ config = {
"https://blobupload.elasticbeanstalk.com",
],
"unstructured_flavors": {"mochitest": ['jetpack'],
"xpcshell": [],
"gtest": [],
"mozmill": [],
"cppunittest": [],

View File

@ -1006,7 +1006,7 @@ class XPCShellTests(object):
if version >= LooseVersion("5.0.0"):
nodeBin = localPath
except (subprocess.CalledProcessError, OSError), e:
self.log.warning('Could not retrieve node version: %s' % str(e))
self.log.error('Could not retrieve node version: %s' % str(e))
if os.getenv('MOZ_ASSUME_NODE_RUNNING', None):
self.log.info('Assuming required node servers are already running')