Bug 435743: Increase expected browser-chrome leaks to compensate for bug 473802. r=ted

This commit is contained in:
Dave Townsend 2009-01-21 13:18:33 +00:00
parent fc1723b887
commit 3d41d01fa0

View File

@ -467,7 +467,7 @@ def maybeForceLeakThreshold(options):
elif options.browserChrome:
# 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)
options.leakThreshold = 74500
options.leakThreshold = 76500
elif options.a11y:
# We don't leak running the --a11y tests.
options.leakThreshold = 0