mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 04:41:11 +00:00
89208fb799
browser_scroll_size_determination.js is occasionally leaking browser windows. My theory is that this is happening because `BrowserTestUtils.overflowTabs` keeps them alive in order to reset the scrollbox attribute that it changed and then there is not enough time after cleanup for the windows to get fully collected. Given that these windows are closed anyway there is no need to actually do this cleanup step so this allows us to skip it. Differential Revision: https://phabricator.services.mozilla.com/D229587 |
||
---|---|---|
.. | ||
baselinecoverage | ||
BrowserTestUtils | ||
chrome | ||
DoHServer | ||
dynamic | ||
embed | ||
Http2Server | ||
manifests | ||
pywebsocket3 | ||
ssltunnel | ||
static | ||
tests | ||
__init__.py | ||
api.js | ||
bisection.py | ||
browser-harness.xhtml | ||
browser-test.js | ||
chrome-harness.js | ||
chunkifyTests.js | ||
document-builder.sjs | ||
favicon.ico | ||
harness.xhtml | ||
ignorePrefs.json | ||
leaks.py | ||
mach_commands.py | ||
mach_test_package_commands.py | ||
manifest.json | ||
manifest.webapp | ||
manifestLibrary.js | ||
mochitest_options.py | ||
mochitest-e10s-utils.js | ||
mochitestListingsUtils.js | ||
moz.build | ||
pywebsocket_wrapper.py | ||
README.txt | ||
redirect.html | ||
runjunit.py | ||
runtests.py | ||
runtestsremote.py | ||
schema.json | ||
server.js | ||
shutdown-leaks-collector.js | ||
ShutdownLeaksCollector.sys.mjs | ||
start_desktop.js |
See https://developer.mozilla.org/en/docs/Mochitest for detailed information on running and writing mochitests.