зеркало из https://github.com/mozilla/gecko-dev.git
bd8c60832d
The debug output is currently kinda polluted with lines of received events and observer notifications. Those are not usually needed by anyone beside us, but they also add little value in having additional trace output, because that mainly would only add the command and response messages. To make debug output more helpful for our users the command and response messages should appear here and not in trace. But all the additional log output lines as mentioned above we usually make use of for investigating problems should be trace only. Also a lot of existing debug output will remain unchanged. Differential Revision: https://phabricator.services.mozilla.com/D13379 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
awsy | ||
config | ||
crashtest | ||
firefox-ui | ||
geckodriver | ||
gtest | ||
jsshell | ||
marionette | ||
mochitest | ||
modules | ||
mozbase | ||
mozharness | ||
profiles | ||
raptor | ||
runtimes | ||
specialpowers | ||
talos | ||
tools | ||
tps | ||
web-platform | ||
webdriver | ||
xpcshell | ||
README.txt | ||
cppunittest.ini | ||
mach_commands.py | ||
moz.build | ||
remotecppunittests.py | ||
runcppunittests.py | ||
testsuite-targets.mk |
README.txt
Common testing tools for mozilla codebase projects, test suite definitions for automated test runs, tests that don't fit anywhere else, and other fun stuff