зеркало из https://github.com/mozilla/gecko-dev.git
Revert part of bug 460548, increasing the leak to 75000 again.
This commit is contained in:
Родитель
f2a8a199ed
Коммит
6b13bb2da9
|
@ -460,7 +460,7 @@ def maybeForceLeakThreshold(options):
|
||||||
elif options.browserChrome:
|
elif options.browserChrome:
|
||||||
# We still leak a nondeterministic amount running browser-chrome tests.
|
# We still leak a nondeterministic amount running browser-chrome tests.
|
||||||
# But we are close to 0 (bug), so start to prevent/detect regressions. (Bug 460548)
|
# But we are close to 0 (bug), so start to prevent/detect regressions. (Bug 460548)
|
||||||
options.leakThreshold = 74000
|
options.leakThreshold = 75000
|
||||||
elif options.a11y:
|
elif options.a11y:
|
||||||
# We don't leak running the --a11y tests.
|
# We don't leak running the --a11y tests.
|
||||||
options.leakThreshold = 0
|
options.leakThreshold = 0
|
||||||
|
|
Загрузка…
Ссылка в новой задаче