gecko-dev/testing
Henrik Skupin bd8c60832d Bug 1510584 - [marionette] Have a better granularity between DEBUG and TRACE logging output. r=ato
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
2018-11-29 19:31:38 +00:00
..
awsy Bug 1507914 - Report actual invalid value if heap-unclassified is negative. r=erahm 2018-11-26 17:49:03 +00:00
config
crashtest
firefox-ui Bug 1298233 - [firefox-ui-tests] Skip TestAppInfo.test_valid_properties for artifact builds. r=ato 2018-11-27 20:08:18 +00:00
geckodriver Bug 1509256 - Fix application update preferences for backward compatibility in Marionette and geckodriver. r=ato,bytesized 2018-11-28 22:10:40 +00:00
gtest
jsshell Bug 1502116 - web-tooling subtests to use lowerIsBetter instead of lower_is_better r=jmaher 2018-11-16 14:19:42 +00:00
marionette Bug 1510584 - [marionette] Have a better granularity between DEBUG and TRACE logging output. r=ato 2018-11-29 19:31:38 +00:00
mochitest Merge mozilla-central to autoland. a=merge on a CLOSED TREE 2018-11-27 07:36:22 +02:00
modules Bug 1477432 - Part 9: Switch to using plain JS objects for nsIJS[IC]ID, r=mccr8 2018-11-16 17:27:44 -05:00
mozbase Merge mozilla-central to autoland a=merge 2018-11-29 06:38:18 +02:00
mozharness Bug 1505536 - Add Android x86-64 debug builds; r=nalexander 2018-11-28 15:46:37 -07:00
profiles Bug 1506917 - Don't attempt to check for updates from Firefox's nsBrowserGlue.js when running tests. r=ted 2018-11-19 07:33:33 -08:00
raptor Bug 1509904 - always use backslashes on Windows, r=rwood 2018-11-26 21:43:37 +00:00
runtimes
specialpowers Bug 1469036 - Stop using the ServiceWorkerManager in the child. r=asuth 2018-11-26 19:39:13 +00:00
talos Bug 1509571 - Fix profiling for the sessionrestore_no_auto_restore Talos test. r=aswan 2018-11-27 18:36:40 +00:00
tools
tps Bug 1506917 - Don't attempt to check for updates from Firefox's nsBrowserGlue.js when running tests. r=ted 2018-11-19 07:33:33 -08:00
web-platform Bug 1504357 - Make sure --repeat-until-unexpected doesn't loop over zero tests r=jgraham 2018-11-29 17:12:18 +00:00
webdriver Bug 1508820 - fix "warning: variant is never constructed: Quit" r=ato 2018-11-20 23:16:10 +00:00
xpcshell Bug 1507139 - Fix h2 push for esni r=bagder 2018-11-15 13:10:54 +00:00
cppunittest.ini
mach_commands.py Bug 1505859 - Implement a mach wrapper for rusttests. r=firefox-build-system-reviewers,ted 2018-11-10 15:00:28 +00:00
moz.build
README.txt
remotecppunittests.py
runcppunittests.py
testsuite-targets.mk Bug 1507094 - Use tar.gz for gtest archive instead of zip. r=gps 2018-11-19 18:41:33 +00:00

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