gecko-dev/testing
Andreas Tolfsen 583e0a9e7d Bug 1464469 - Shorthands for setting up Marionette logger. r=whimboo
This patch generalises logger setup and access by providing
one interface with specialised implementations for the main-
and child processes.  This will mean we can get rid of ad-hoc
logger setup in testing/marionette/components/marionette.js and
testing/marionette/listener.js.

In the case for the component file, the log level and the stdout
dump appender is set up when you request the logger.  The same is
true when requesting the logger in a child process, but it will
additionally request the log level from the main process.

Usage:

    const {Log} = ChromeUtils.import("chrome://marionette/content/log.js", {});
    let log = Log.get();

MozReview-Commit-ID: 8Ha5FSaoGXp

--HG--
extra : rebase_source : 0ad13e805cd1c6a4a8332fdbe6124a82719c4656
2018-06-06 14:32:18 +01:00
..
awsy Bug 1426499 - Disable windows content process sandbox when using DMD with AWSY. r=erahm 2018-05-17 13:46:29 -05:00
config Bug 1462934 - Update Android AVD configs to use archives with build.prop included; r=me,a=test-only 2018-06-08 14:26:49 -06:00
crashtest
firefox-ui Bug 1466071: Part 3: Test session save when quitting quickly. r=whimboo 2018-06-08 09:09:07 -07:00
geckodriver Bug 1406006 - Get well formatted commit hash and commit date when building geckodriver. r=ato 2018-06-17 09:38:23 +02:00
gtest
jsshell Bug 1466090 - use js-bench perfherder framework for jsshell-bench tests. r=ahal 2018-06-01 09:29:26 -04:00
marionette Bug 1464469 - Shorthands for setting up Marionette logger. r=whimboo 2018-06-06 14:32:18 +01:00
mochitest Bug 1458375 - Make browser mochitests wait for browser-idle-startup-tasks-finished before running tests. r=kmag 2018-06-05 14:21:53 -07:00
modules Bug 1460092: Add ESLint rule to enforce use of ChromeUtils.generateQI. r=Gijs 2018-05-08 18:36:22 -07:00
mozbase Bug 1441204 - Release mozrunner 0.7.0. r=maja_zf 2018-06-14 13:26:59 -07:00
mozharness Merge inbound to mozilla-central. a=merge 2018-06-15 12:49:01 +03:00
profiles Bug 1463924 - Remove Dev. Edition promo doorhanger. r=nchevobbe 2018-05-23 18:30:36 -05:00
raptor Bug 1460743 - Add 'speedometer' benchmark to raptor for google chrome; r=jmaher 2018-06-04 15:42:44 -04:00
runtimes
specialpowers Backed out 5 changesets (bug 1413098) for frequent failure in toolkit/content/tests/browser/browser_autoplay_policy_user_gestures.js on a CLOSED TREE 2018-05-31 15:21:15 +03:00
talos Bug 1456762 - Remove now unnecessary import-globals-from statements in html files. r=mossop 2018-06-16 08:21:33 +00:00
tools
tps Bug 1458666 - Update tps package versions; r=tcsc 2018-05-03 16:46:26 -06:00
web-platform Bug 1323620 - Fix test_products.py r=jgraham 2018-06-16 01:04:34 +00:00
webdriver Bug 1441204 - Release webdriver crate 0.36.0. r=maja_zf 2018-06-14 13:28:33 -07:00
xpcshell Bug 1440022: disconnect push tests from actually running r=lina 2018-06-13 20:46:17 -04:00
cppunittest.ini Bug 1468199 - remove references to b2g in test manifests r=jmaher 2018-06-12 14:57:00 +03:00
mach_commands.py Bug 1445975 - Add a basic mach command for running jsshell benchmarks, r=jmaher 2018-05-15 14:41:16 -04:00
moz.build Bug 1455872 - Build support for the new raptor performance framework; r=gps 2018-05-02 16:42:41 -04:00
README.txt
remotecppunittests.py
runcppunittests.py
testsuite-targets.mk Bug 1455872 - Build support for the new raptor performance framework; r=gps 2018-05-02 16:42:41 -04: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