mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 460548 - Port |Bug 450983 - use leakThreshold for SeaMonkey testers| to Firefox; (Av1) Reduce |browserChrome| to 75000 from Infinity; r=ted.mielczarek
This commit is contained in:
parent
07788efc74
commit
007d700b48
@ -459,7 +459,8 @@ def maybeForceLeakThreshold(options):
|
|||||||
options.leakThreshold = 0
|
options.leakThreshold = 0
|
||||||
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.
|
||||||
pass
|
# But we are close to 0 (bug), so start to prevent/detect regressions. (Bug 460548)
|
||||||
|
options.leakThreshold = 75000
|
||||||
else:
|
else:
|
||||||
# Normal Mochitests: no leaks.
|
# Normal Mochitests: no leaks.
|
||||||
options.leakThreshold = 0
|
options.leakThreshold = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user