Bug 1152242 - Enable e10s in mozinfo. r=ted

--HG--
extra : rebase_source : 70494eb870330ec0ee75f848c67b59dc4f43777d
This commit is contained in:
Kershaw Chang 2015-04-08 20:03:00 -04:00
parent 48eccfb774
commit 59ddbff283

View File

@ -454,7 +454,6 @@ class MochitestOptions(ArgumentParser):
def verifyOptions(self, options, mochitest):
""" verify correct options and cleanup paths """
mozinfo.update({"e10s": options.e10s}) # for test manifest parsing.
# for test manifest parsing.
mozinfo.update({"strictContentSandbox": options.strictContentSandbox})
# for test manifest parsing.
@ -625,6 +624,7 @@ class MochitestOptions(ArgumentParser):
if options.nested_oop:
if not options.e10s:
options.e10s = True
mozinfo.update({"e10s": options.e10s}) # for test manifest parsing.
options.leakThresholds = {
"default": options.defaultLeakThreshold,