gecko-dev/testing
Wes Kocher c45891a714 Bug 1509614 - Downgrade the loglevel for the get_process_list() messages in mozbase r=bc
`get_process_list()` makes multiple attempts at setting up adb, but errors setting up the connection get logged with a loglevel of ERROR. This patch makes these messages print with a loglevel of INFO unless this is the final attempt. This will cut down on superfluous error messages appearing in Treeherder's logviewer, while still providing all of the info fennec/tooling developers would need to fix the underlying problem here.

Differential Revision: https://phabricator.services.mozilla.com/D12813

--HG--
extra : moz-landing-system : lando
2018-11-24 23:03:49 +00:00
..
awsy Bug 1508399 - Use dom.ipc.processCount to determine how many tabs to open. r=bc 2018-11-19 15:24:20 -08:00
config
crashtest
firefox-ui Merge mozilla-inbound to mozilla-central a=merge 2018-11-15 00:16:46 +02:00
geckodriver Bug 1508283 - Don't attempt to check for updates from Firefox's nsBrowserGlue.js when running tests. r=jgraham 2018-11-19 11:30:07 -08: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 Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-11-23 11:42:24 +02:00
mochitest Backed out changeset b876444d90a6 (bug 1469036) for causing mochitest failures on test_console_serviceworker_cached.html and test_devtools_track_serviceworker_time.html a=backout 2018-11-20 10:18:02 +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 Bug 1509614 - Downgrade the loglevel for the get_process_list() messages in mozbase r=bc 2018-11-24 23:03:49 +00:00
mozharness Bug 1509175 - MnH has to use a resolution of 1600x1200 instead of 1366x768 for virtual screen. r=ato 2018-11-23 08:24:41 +00: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 1509381 - Fix debug-mode page-cycles value when page-cycles < 2; r=Bebe 2018-11-23 11:26:18 +00:00
runtimes
specialpowers Bug 1493292 - Remove aDataLen parameters from nsITransferable.getTransferData. r=smaug 2018-11-20 16:59:56 +00:00
talos Bug 1503776 - Whitelist setupapi.dll for read during talos tests. r=aklotz 2018-11-22 21:59:19 +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 1509086 - [wpt-sync] Update web-platform-tests to 0944ee217e239e6b7cb0d532c828e728ff9b60e1, a=testonly 2018-11-23 18:36:54 +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