mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 20:22:00 +00:00
Bug 1152242 - Enable e10s in mozinfo. r=ted
--HG-- extra : rebase_source : 70494eb870330ec0ee75f848c67b59dc4f43777d
This commit is contained in:
parent
48eccfb774
commit
59ddbff283
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user