Backed out changeset 3891a7e1ba76 (bug 1261197) for 100% red Win8 debug xpcshell runs

MozReview-Commit-ID: 5cNYd2jjwup
This commit is contained in:
Phil Ringnalda 2016-11-17 20:48:59 -08:00
parent e3b53628aa
commit 899b0c96bb
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

@ -1011,7 +1011,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')