gecko-dev/testing
Nikki S 0a5bd934c4 [mozlog] Allow passing messages down to formatters (Bug 1534341) r=jgraham
This addition allows formatters to be configured by sending a message.

For example, the show_logs attribute has been added to the GroupingFormatter
to allow switching on/off the display of all log messages at runtime.
A generic handle_message method was added to the BaseFormatter to allow
attributes to be configured, with optional arguments for those that require
it.

An additional log(data) method has been implemented on the GroupingFormatter
that checks self.show_logs, and if True, displays all messages regardless of
failure or success, with component, level and stack.

A test may be required to ensure this is behaving as expected.

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

--HG--
extra : moz-landing-system : lando
2019-03-22 11:54:09 +00:00
..
awsy Bug 1353013 - move new tab preload browser tracking into a separate module, r=dthayer 2019-03-19 17:29:14 +00:00
config Bug 1528992 - extract raptor mitmproxy integration - r=rwood,Bebe,gbrown 2019-03-06 17:13:21 +00:00
crashtest
extensions
firefox-ui Bug 1517528 - Capstone: convert about:privatebrowsing using gandalf's conversion script, r=Gijs,jaws,zbraniecki,flod 2019-03-18 18:05:13 +00:00
geckodriver no bug - fix spelling of 'mozila' tree-wide r=me 2019-03-18 15:55:18 -07:00
gtest Bug 1534605 - Update gtest and gmock to version 1.8.1. r=gbrown 2019-03-12 16:34:09 +00:00
jsshell
marionette Backed out 7 changesets (bug 1441308)for causing webrender build bustages CLOSED TREE 2019-03-22 10:52:44 +02:00
mochitest Bug 1353013 - move new tab preload browser tracking into a separate module, r=dthayer 2019-03-19 17:29:14 +00:00
modules Bug 1529643 - Implement MitM priming on certificate error pages. r=keeler,mconley 2019-03-13 23:36:54 +00:00
mozbase [mozlog] Allow passing messages down to formatters (Bug 1534341) r=jgraham 2019-03-22 11:54:09 +00:00
mozharness Bug 1536230: Speed up extraction of tarballs r=marco 2019-03-21 12:41:29 +00:00
profiles Bug 1493317 Part 2 - Enable AccessibleCaret in unit tests. r=jchen 2019-03-16 07:38:34 +00:00
raptor Bug 1536112 - testing/raptor misses moz.build file. r=ahal 2019-03-19 03:45:24 +00:00
runtimes Bug 1403938 - remove Canvas Debugger client; r=vporof 2019-03-13 16:46:12 +00:00
specialpowers Bug 1534969 - Ensure that extension.id/uuid is set in browser tests r=aswan 2019-03-13 18:48:53 +00:00
talos Bug 1429796 - cert_storage: create rkv environment and store only once to avoid races r=mgoodwin,jcj 2019-03-20 00:01:47 +00:00
tools Bug 1532919 - [marionette] Remove outdated browsermob-proxy mixin from marionette harness package. r=ato 2019-03-07 12:26:43 +00:00
tps Bug 1530587 - Don't optimize jars without preloading/reordering data. r=chmanchester 2019-02-27 01:26:46 +00:00
web-platform Bug 1531122 - Part 0: Remove a bug from a meta file, and test that we aren't comparing offers with answers. r=jib 2019-03-21 23:53:47 +00:00
webdriver Bug 1529289 - Add web frame and web window types to web webdriver Rust crate. r=ato 2019-03-09 14:09:48 +00:00
xpcshell Backed out changeset e3c771005557 (bug 1527316) for timeout build bustages on a CLOSED TREE 2019-03-22 02:38:32 +02:00
cppunittest.ini
mach_commands.py
moz.build
parse_build_tests_ccov.py
README.txt
remotecppunittests.py Bug 1532462 - Avoid permission error in Android cppunittests on some devices by creating destination directory; r=bc 2019-03-05 17:03:27 +00:00
runcppunittests.py
testsuite-targets.mk

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