зеркало из https://github.com/mozilla/gecko-dev.git
420fe7e403
Not specifying an explicit host causes pywebsocket to listen on the default address, which may be 0.0.0.0. This triggers the firewall on macOS, and causes the following prompt to be shown when mochitests are run: > Do you want the application "Python.app" > to accept incoming network connections? The dialog is a nuisance because it is always on top. Since denying the access does not change the outcome of tests, it should be safe to only listen on localhost. Differential Revision: https://phabricator.services.mozilla.com/D25364 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
BrowserTestUtils | ||
MochiKit | ||
baselinecoverage | ||
chrome | ||
dynamic | ||
embed | ||
manifests | ||
pywebsocket | ||
ssltunnel | ||
static | ||
tests | ||
README.txt | ||
ShutdownLeaksCollector.jsm | ||
__init__.py | ||
api.js | ||
bisection.py | ||
browser-harness.xul | ||
browser-test.js | ||
chrome-harness.js | ||
chunkifyTests.js | ||
favicon.ico | ||
gen_template.pl | ||
harness.xul | ||
install.rdf | ||
leaks.py | ||
mach_commands.py | ||
mach_test_package_commands.py | ||
manifest.json | ||
manifest.webapp | ||
manifestLibrary.js | ||
mochitest-e10s-utils.js | ||
mochitest_options.py | ||
moz.build | ||
nested_setup.js | ||
pywebsocket_wrapper.py | ||
redirect.html | ||
runjunit.py | ||
runrobocop.py | ||
runtests.py | ||
runtestsremote.py | ||
schema.json | ||
server.js | ||
shutdown-leaks-collector.js | ||
start_desktop.js |
README.txt
See https://developer.mozilla.org/en/docs/Mochitest for detailed information on running and writing mochitests.